mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-26 20:34:48 +01:00
add missing dev package for codeception
This commit is contained in:
parent
9d685ce3ec
commit
df524d651e
@ -28,10 +28,11 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"codeception/codeception": "^5.0",
|
||||
"codeception/module-phpbrowser": "*@dev",
|
||||
"codeception/module-asserts": "*@dev",
|
||||
"squizlabs/php_codesniffer": "*",
|
||||
"slevomat/coding-standard": "^6.2"
|
||||
"codeception/module-cli": "^2.0",
|
||||
"codeception/module-phpbrowser": "*@dev",
|
||||
"slevomat/coding-standard": "^6.2",
|
||||
"squizlabs/php_codesniffer": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
@ -11,6 +11,7 @@ class FakeMetaCommand extends MetaCommand
|
||||
// by default, the ide-helper throws exceptions when it cannot find a class. However it does not unregister that
|
||||
// autoloader when it is done, and we certainly do not want to throw exceptions when we are simply checking if
|
||||
// a certain class exists. We are instead changing this to be a noop.
|
||||
return function () {};
|
||||
return function () {
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user