Skip to content

Commit 6302f54

Browse files
committed
Add support for SF80
1 parent bf1d711 commit 6302f54

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/grumphp.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ jobs:
4646
continue-on-error: ${{ matrix.php-versions == '8.5' }}
4747
env:
4848
PHP_CS_FIXER_IGNORE_ENV: 1
49+
BOX_REQUIREMENT_CHECKER: 0

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"require": {
1313
"php": "~8.3.0 || ~8.4.0 || ~8.5.0",
1414
"phpro/api-problem": "^1.0",
15-
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
16-
"symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0",
17-
"symfony/http-kernel": "^6.4 || ^7.0"
15+
"symfony/dependency-injection": "^6.4 || ^7.4 || ^8.0",
16+
"symfony/event-dispatcher": "^6.4 || ^7.4 || ^8.0",
17+
"symfony/http-kernel": "^6.4 || ^7.4 || ^8.0"
1818
},
1919
"require-dev": {
2020
"matthiasnoback/symfony-dependency-injection-test": "^4.3",
@@ -23,7 +23,7 @@
2323
"phpspec/prophecy": "^1.17",
2424
"phpspec/prophecy-phpunit": "^2.0",
2525
"phpunit/phpunit": "^12.4",
26-
"symfony/security-core": "^5.4 || ^6.0 || ^7.0"
26+
"symfony/security-core": "^6.4 || ^7.4 || ^8.0"
2727
},
2828
"config": {
2929
"sort-packages": true,

0 commit comments

Comments
 (0)