Fix accidental script declaration in composer.json

This commit is contained in:
Martin Zurowietz 2022-04-27 21:06:33 +02:00
parent 5fba3364d8
commit 6c3c9b5a3e

View File

@ -50,7 +50,6 @@
},
"scripts": {
"analyze": "psalm",
"analyse": "psalm",
"lint": "phpcs -n",
"lint-fix": "phpcbf -n",
"test": "codecept run --skip-group skip",