Skip to content

Commit 6db0180

Browse files
Allow Symfony 8
1 parent 241bf0e commit 6db0180

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- '6.3.*'
2727
- '6.4.*'
2828
- '7.0.*'
29+
include:
30+
- php: '8.4'
31+
symfony: '8.0.*'
2932
exclude:
3033
- php: '7.2'
3134
symfony: '6.0.*'

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
],
1515
"require": {
1616
"php": "^7.2.5 || ^8.0",
17-
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
18-
"symfony/filesystem": "^5.4 || ^6.0 || ^7.0",
19-
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0",
20-
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
21-
"symfony/yaml": "^5.4 || ^6.0 || ^7.0"
17+
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0 || ^8.0",
18+
"symfony/filesystem": "^5.4 || ^6.0 || ^7.0 || ^8.0",
19+
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0 || ^8.0",
20+
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0 || ^8.0",
21+
"symfony/yaml": "^5.4 || ^6.0 || ^7.0 || ^8.0"
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "^8.5 || ^9.4"
@@ -40,7 +40,7 @@
4040
},
4141
"extra": {
4242
"branch-alias": {
43-
"dev-master": "2.0-dev"
43+
"dev-master": "3.x-dev"
4444
}
4545
},
4646
"scripts": {

0 commit comments

Comments
 (0)