Skip to content

Commit 3d37615

Browse files
committed
preparation for PHP 8.5 release
1 parent a257e7f commit 3d37615

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
mv config/autoload/local.php.dist config/autoload/local.php
4949
5050
- name: Run static analysis with PHPStan
51-
run: vendor/bin/phpstan analyse
51+
run: vendor/bin/phpstan analyse

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
},
2828
"require": {
2929
"php": "~8.4.0",
30-
"dotkernel/dot-errorhandler": "^4.2.1",
30+
"dotkernel/dot-errorhandler": "^4.4.0",
3131
"laminas/laminas-component-installer": "^3.5.0",
3232
"laminas/laminas-config-aggregator": "^1.17.0",
33-
"mezzio/mezzio": "^3.20.1",
33+
"mezzio/mezzio": "^3.24.0",
3434
"mezzio/mezzio-fastroute": "^3.12.0",
3535
"mezzio/mezzio-twigrenderer": "^2.17"
3636
},

0 commit comments

Comments
 (0)