Add replace to composer.json

This commit is contained in:
John Paul E. Balandan, CPA 2023-12-21 15:34:44 +08:00
parent 2bf28c0989
commit bed91738f5
No known key found for this signature in database
GPG Key ID: FB7B51499BC27610

View File

@ -36,6 +36,9 @@
"rector/rector": "0.18.12",
"vimeo/psalm": "^5.0"
},
"replace": {
"codeigniter4/framework": "self.version"
},
"suggest": {
"ext-curl": "If you use CURLRequest class",
"ext-dom": "If you use TestResponse",