Skip to content

Commit 578bceb

Browse files
Support PHP 8.5 (#61)
1 parent c65bfa0 commit 578bceb

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
php:
2424
- 8.3
2525
- 8.4
26+
- 8.5
2627
symfony:
2728
- 6.4.*
2829
- 7.*

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"source": "https://github.com/protung/easyadmin-plus-bundle"
2525
},
2626
"require": {
27-
"php": "~8.3.0 || ~8.4.0",
27+
"php": "~8.3.0 || ~8.4.0 || ~8.5.0",
2828
"ext-dom": "*",
2929
"azjezz/psl": "^2.9.1 || ^3.0.0 || ^4.0.0",
3030
"easycorp/easyadmin-bundle": "~4.25.0",
@@ -49,11 +49,12 @@
4949
"doctrine/coding-standard": "^14.0.0",
5050
"ergebnis/composer-normalize": "^2.48.2",
5151
"php-standard-library/psalm-plugin": "^2.3.0",
52-
"phpunit/phpunit": "^11.5.44",
52+
"phpunit/phpunit": "^11.5.45",
5353
"psalm/plugin-phpunit": "^0.19.5",
5454
"psalm/plugin-symfony": "^5.2.7",
5555
"speicher210/functional-test-bundle": "2.x-dev",
56-
"vimeo/psalm": "^6.13.1"
56+
"symfony/var-exporter": "^6.4 || ^7.2",
57+
"vimeo/psalm": "^6.13.1 || 6.x-dev"
5758
},
5859
"suggest": {
5960
"speicher210/functional-test-bundle": "For testing support."

0 commit comments

Comments
 (0)