We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0107b commit 7073307Copy full SHA for 7073307
1 file changed
composer.json
@@ -26,7 +26,7 @@
26
"require": {
27
"php": "~8.2.0 || ~8.3.0",
28
"laminas/laminas-cli": "^1.4.0",
29
- "laminas/laminas-servicemanager": "^3.11.1"
+ "laminas/laminas-servicemanager": "^3.11.1 || ^4.0"
30
},
31
"autoload": {
32
"psr-4": {
@@ -47,7 +47,8 @@
47
"scripts": {
48
"check": [
49
"@cs-check",
50
- "@test"
+ "@test",
51
+ "@static-analysis"
52
],
53
"cs-check": "phpcs",
54
"cs-fix": "phpcbf",
0 commit comments