Skip to content

Commit 18a8ea2

Browse files
committed
chore: allow Symfony 8
1 parent 916471d commit 18a8ea2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- php: '7.2'
4848
composer_flags: '--prefer-lowest --prefer-stable'
4949
symfony_deprecations_helper: weak
50-
- php: '8.2'
50+
- php: '8.4'
5151
minimum_stability: dev
5252
fail-fast: false
5353

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616

1717
"require": {
1818
"php": ">=7.2",
19-
"symfony/css-selector": "^4.4 || ^5.0 || ^6.0 || ^7.0"
19+
"symfony/css-selector": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0"
2020
},
2121

2222
"require-dev": {
2323
"phpstan/phpstan": "^1.10",
2424
"phpstan/phpstan-phpunit": "^1.3",
2525
"phpunit/phpunit": "^8.5.22 || ^9.5.11",
26-
"symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0",
27-
"symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0",
26+
"symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
27+
"symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0 || ^8.0",
2828
"jetbrains/phpstorm-attributes": "*"
2929
},
3030

0 commit comments

Comments
 (0)