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 333c86a commit 0b1d226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
- "5.4.*"
- "6.3.*"
php-version:
- "7.2"
- "8.1.*"
- "8.2.*"
dependencies:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"symfony/http-kernel": "^5.0 || ^6.0",
"symfony/security-core": "^5.0 || ^6.0",
"symfony/config": "^5.0 || ^6.0",
"sonata-project/media-bundle": "^3.0 || ^4.0",
"sonata-project/admin-bundle": "^3.40 || ^4.22"
"sonata-project/media-bundle": "^4.10",
"sonata-project/admin-bundle": "^4.28"
},
"require-dev": {
"symfony/phpunit-bridge": "^3.4.19 || ^4.0"
Expand Down

0 comments on commit 0b1d226

Please sign in to comment.