Skip to content

Commit 03456ab

Browse files
trsteel88dbu
authored andcommitted
Support Symfony 7
1 parent 3d1abbe commit 03456ab

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

.github/workflows/test-application.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
- php-version: '8.0'
3939
- php-version: '8.0'
4040
symfony-version: '6.0.*'
41+
- php-version: '8.2'
42+
symfony-version: '7.0.*'
4143

4244
steps:
4345
- name: Checkout project
@@ -51,7 +53,7 @@ jobs:
5153

5254
- name: Install Symfony Flex
5355
run: composer global require --no-progress --no-scripts --no-plugins symfony/flex
54-
56+
5557
- name: Allow Symfony Flex Plugin
5658
run: composer global config --no-plugins allow-plugins.symfony/flex true
5759

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
"require": {
1212
"php": "^7.1|^8.0",
1313
"doctrine/data-fixtures": "^1.2",
14-
"symfony/browser-kit": "^3.4.26 || ^4.3.8 || ^5.0 || ^6.0"
14+
"symfony/browser-kit": "^3.4.26 || ^4.3.8 || ^5.0 || ^6.0 || ^7.0"
1515
},
1616
"require-dev": {
1717
"doctrine/doctrine-bundle": "^1.8 || ^2.0",
18-
"doctrine/phpcr-bundle": "^1.3 || ^2.0.0",
19-
"symfony/console": "^3.4.26 || ^4.3.8 || ^5.0 || ^6.0",
20-
"symfony/dependency-injection": "^3.4.26 || ^4.3.8 || ^5.0 || ^6.0",
21-
"symfony/doctrine-bridge": "^3.4.26 || ^4.3.8 || ^5.0 || ^6.0",
22-
"symfony/framework-bundle": "^3.4.26 || ^4.3.8 || ^5.0 || ^6.0",
23-
"symfony/http-kernel": "^3.4.26 || ^4.3.8 || ^5.0 || ^6.0",
18+
"doctrine/phpcr-bundle": "^1.3 || ^2.0.0 || ^3.0@beta",
19+
"symfony/console": "^3.4.26 || ^4.3.8 || ^5.0 || ^6.0 || ^7.0",
20+
"symfony/dependency-injection": "^3.4.26 || ^4.3.8 || ^5.0 || ^6.0 || ^7.0",
21+
"symfony/doctrine-bridge": "^3.4.26 || ^4.3.8 || ^5.0 || ^6.0 || ^7.0",
22+
"symfony/framework-bundle": "^3.4.26 || ^4.3.8 || ^5.0 || ^6.0 || ^7.0",
23+
"symfony/http-kernel": "^3.4.26 || ^4.3.8 || ^5.0 || ^6.0 || ^7.0",
2424
"symfony/monolog-bundle": "^3.5",
25-
"symfony/security-bundle": "^3.4.26 || ^4.3.8 || ^5.0 || ^6.0",
26-
"symfony/twig-bundle": "^3.4.26 || ^4.3.8 || ^5.0 || ^6.0",
25+
"symfony/security-bundle": "^3.4.26 || ^4.3.8 || ^5.0 || ^6.0 || ^7.0",
26+
"symfony/twig-bundle": "^3.4.26 || ^4.3.8 || ^5.0 || ^6.0 || ^7.0",
2727
"symfony/phpunit-bridge": "^5.4"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)