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 20, 2023
1 parent 22c03b9 commit 319526b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- "5.4.*"
- "6.3.*"
php-version:
- "7.2.*"
- "8.1.*"
- "8.2.*"
dependencies:
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
}
],
"require": {
"php": ">=8.1",
"symfony/dependency-injection": "^6.3",
"symfony/http-foundation": "^6.3",
"symfony/http-kernel": "^6.3",
"symfony/security-core": "^6.3",
"symfony/config": "^6.3",
"php": "^7.2 || >=8.1",
"symfony/dependency-injection": "^3.4 || ^4.0 || ^6.3",
"symfony/http-foundation": "^3.4 || ^4.0 || ^6.3",
"symfony/http-kernel": "^3.4 || ^4.0 || ^6.3",
"symfony/security-core": "^3.4 || ^4.0 || ^6.3",
"symfony/config": "^3.4 || ^4.0 || ^6.3",
"sonata-project/media-bundle": "^3.0 || ^4.0",
"sonata-project/admin-bundle": "^3.40 || ^4.0"
},
Expand Down

0 comments on commit 319526b

Please sign in to comment.