Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

Commit

Permalink
Add symfony 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Dec 8, 2021
1 parent 1793682 commit c9b45a0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
4 changes: 4 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@ branches:
- "Static Code Analysis (8.1)"
- "Test (PHP 8, symfony 5.4, lowest)"
- "Test (PHP 8, symfony 5.4, highest)"
- "Test (PHP 8, symfony 6, lowest)"
- "Test (PHP 8, symfony 6, highest)"
- "Test (PHP 8.1, symfony 5.4, lowest)"
- "Test (PHP 8.1, symfony 5.4, highest)"
- "Test (PHP 8.1, symfony 6, lowest)"
- "Test (PHP 8.1, symfony 6, highest)"
- "Code Coverage (8.1)"
- "Mutation Tests (8.1)"
strict: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ jobs:

symfony:
- 5.4
- 6.0

steps:
- name: "Checkout"
Expand Down
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,18 @@
"php": "^8.0",
"sonata-project/block-bundle": "^3.23.0 || ^4.5.1",
"sonata-project/form-extensions": "^0.1.1 || ^1.4",
"symfony/dependency-injection": "^5.4",
"symfony/event-dispatcher": "^5.4",
"symfony/expression-language": "^5.4",
"symfony/framework-bundle": "^5.4",
"symfony/http-foundation": "^5.4",
"symfony/http-kernel": "^5.4",
"symfony/options-resolver": "^5.4",
"symfony/twig-bundle": "^5.4"
"symfony/dependency-injection": "^5.4 || ^6.0",
"symfony/event-dispatcher": "^5.4 || ^6.0",
"symfony/expression-language": "^5.4 || ^6.0",
"symfony/framework-bundle": "^5.4 || ^6.0",
"symfony/http-foundation": "^5.4 || ^6.0",
"symfony/http-kernel": "^5.4 || ^6.0",
"symfony/options-resolver": "^5.4 || ^6.0",
"symfony/twig-bundle": "^5.4 || ^6.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.0.1",
"symfony/browser-kit": "^5.4"
"symfony/browser-kit": "^5.4 || ^6.0"
},
"suggest": {
"nucleos/shariff-bundle": "If you need a GDPR conform social media widget integration"
Expand Down

0 comments on commit c9b45a0

Please sign in to comment.