Skip to content

Commit

Permalink
Bump to symfony ^6.4 || ^7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Dec 21, 2023
1 parent 178ca6f commit 95576e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
uses: "nucleos/actions/.github/workflows/continuous-integration.yml@main"
with:
PHP_EXTENSIONS: "mbstring"
SYMFONY_VERSIONS: "5.4"
SYMFONY_VERSIONS: "6.4,7.0"
secrets:
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@
"php": "^8.1",
"doctrine/inflector": "^2.0.4",
"sonata-project/admin-bundle": "^4.7",
"symfony/config": "^5.4 || ^6.2",
"symfony/dependency-injection": "^5.4 || ^6.2",
"symfony/http-kernel": "^5.4 || ^6.2"
"symfony/config": "^6.4 || ^7.0",
"symfony/dependency-injection": "^6.4 || ^7.0",
"symfony/http-kernel": "^6.4 || ^7.0"
},
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "^3.0",
"ergebnis/composer-normalize": "^2.0.1",
"matthiasnoback/symfony-dependency-injection-test": "^5.0",
"sonata-project/doctrine-orm-admin-bundle": "^4.2",
"symfony/phpunit-bridge": "^6.0"
"symfony/phpunit-bridge": "^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 95576e0

Please sign in to comment.