mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-26 20:34:48 +01:00
Merge pull request #4 from mzur/laravel-9-patch-2
Fix accidental script declaration in composer.json
This commit is contained in:
commit
76a53f5908
@ -50,7 +50,6 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"analyze": "psalm",
|
"analyze": "psalm",
|
||||||
"analyse": "psalm",
|
|
||||||
"lint": "phpcs -n",
|
"lint": "phpcs -n",
|
||||||
"lint-fix": "phpcbf -n",
|
"lint-fix": "phpcbf -n",
|
||||||
"test": "codecept run --skip-group skip",
|
"test": "codecept run --skip-group skip",
|
||||||
|
Loading…
Reference in New Issue
Block a user