Skip to content

Commit 88059c0

Browse files
committed
Add support for Symfony 8
1 parent c86da84 commit 88059c0

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

.github/workflows/ci-linux.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
- php-version: '8.1'
5353
symfony-version: '6.4.*'
5454
dependency-versions: 'lowest'
55+
- php-version: '8.4'
56+
symfony-version: '8.0.x-dev'
5557

5658
steps:
5759
- name: Checkout code

composer.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,25 @@
1717
"php": ">=8.1",
1818
"doctrine/inflector": "^2.0",
1919
"nikic/php-parser": "^5.0",
20-
"symfony/config": "^6.4|^7.0",
21-
"symfony/console": "^6.4|^7.0",
22-
"symfony/dependency-injection": "^6.4|^7.0",
20+
"symfony/config": "^6.4|^7.0|^8.0",
21+
"symfony/console": "^6.4|^7.0|^8.0",
22+
"symfony/dependency-injection": "^6.4|^7.0|^8.0",
2323
"symfony/deprecation-contracts": "^2.2|^3",
24-
"symfony/filesystem": "^6.4|^7.0",
25-
"symfony/finder": "^6.4|^7.0",
26-
"symfony/framework-bundle": "^6.4|^7.0",
27-
"symfony/http-kernel": "^6.4|^7.0",
28-
"symfony/process": "^6.4|^7.0"
24+
"symfony/filesystem": "^6.4|^7.0|^8.0",
25+
"symfony/finder": "^6.4|^7.0|^8.0",
26+
"symfony/framework-bundle": "^6.4|^7.0|^8.0",
27+
"symfony/http-kernel": "^6.4|^7.0|^8.0",
28+
"symfony/process": "^6.4|^7.0|^8.0"
2929
},
3030
"require-dev": {
3131
"composer/semver": "^3.0",
3232
"doctrine/doctrine-bundle": "^2.5.0",
3333
"doctrine/orm": "^2.15|^3",
34-
"symfony/http-client": "^6.4|^7.0",
35-
"symfony/phpunit-bridge": "^6.4.1|^7.0",
36-
"symfony/security-core": "^6.4|^7.0",
37-
"symfony/security-http": "^6.4|^7.0",
38-
"symfony/yaml": "^6.4|^7.0",
34+
"symfony/http-client": "^6.4|^7.0|^8.0",
35+
"symfony/phpunit-bridge": "^6.4.1|^7.0|^8.0",
36+
"symfony/security-core": "^6.4|^7.0|^8.0",
37+
"symfony/security-http": "^6.4|^7.0|^8.0",
38+
"symfony/yaml": "^6.4|^7.0|^8.0",
3939
"twig/twig": "^3.0|^4.x-dev"
4040
},
4141
"config": {

0 commit comments

Comments
 (0)