Merge pull request #4 from mzur/laravel-9-patch-2

Fix accidental script declaration in composer.json
This commit is contained in:
Niels Vanpachtenbeke 2022-04-28 00:05:24 +02:00 committed by GitHub
commit 76a53f5908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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