We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a257e7f commit 3d37615Copy full SHA for 3d37615
.github/workflows/static-analysis.yml
@@ -48,4 +48,4 @@ jobs:
48
mv config/autoload/local.php.dist config/autoload/local.php
49
50
- name: Run static analysis with PHPStan
51
- run: vendor/bin/phpstan analyse
+ run: vendor/bin/phpstan analyse
composer.json
@@ -27,10 +27,10 @@
27
},
28
"require": {
29
"php": "~8.4.0",
30
- "dotkernel/dot-errorhandler": "^4.2.1",
+ "dotkernel/dot-errorhandler": "^4.4.0",
31
"laminas/laminas-component-installer": "^3.5.0",
32
"laminas/laminas-config-aggregator": "^1.17.0",
33
- "mezzio/mezzio": "^3.20.1",
+ "mezzio/mezzio": "^3.24.0",
34
"mezzio/mezzio-fastroute": "^3.12.0",
35
"mezzio/mezzio-twigrenderer": "^2.17"
36
0 commit comments