Skip to content

Commit

Permalink
chore: migration symfony 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Joseph committed Nov 21, 2023
1 parent 109ecf2 commit 2bec108
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- "6.3.*"
- "7.0.*"
php-version:
- "7.2.*"
- "8.1.*"
- "8.2.*"
dependencies:
Expand Down
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
}
],
"require": {
"php": ">=8.1",
"symfony/dependency-injection": ">=6.3 || ^7.0",
"symfony/http-foundation": "^6.3 || ^7.0",
"symfony/http-kernel": "^6.3 || ^7.0",
"symfony/security-core": "^6.3 || ^7.0",
"symfony/config": "^6.3 || ^7.0",
"sonata-project/media-bundle": "^3.0 || ^4.0",
"sonata-project/admin-bundle": "^3.40 || ^4.0"
"php": "^7.2 || >=8.1",
"symfony/http-kernel": "^3.4 || ^4.0 || ^6.0",
"symfony/dependency-injection": "^3.4 || ^4.0 || ^6.0",
"symfony/http-foundation": "^3.4 || ^4.0 || ^6.0",
"symfony/security-core": "^3.4 || ^4.0 || ^6.0",
"symfony/config": "^3.4 || ^4.0 || ^6.0",
"sonata-project/admin-bundle": "^3.40 || ^4.22",
"sonata-project/media-bundle": "^3.0 || ^4.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^3.4.19 || ^4.0"
"symfony/phpunit-bridge": "^5.4 || ^6.3 || ^7.0"
},
"suggest": {
"egeloen/ckeditor-bundle": "for easy Symfony integration"
Expand Down

0 comments on commit 2bec108

Please sign in to comment.