Mark in composer.json that this package replaces maddy83/madlisp.

This commit is contained in:
Pekka Laiho 2024-05-18 10:12:04 +03:00
parent ae7ede31f7
commit d876703592

View File

@ -23,6 +23,9 @@
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"replace": {
"maddy83/madlisp": "^1.0"
},
"autoload": {
"psr-4": {
"MadLisp\\": "src/"