Skip to content

Commit

Permalink
Bump supported Symfony versions
Browse files Browse the repository at this point in the history
Adjust Symfony bundle code to work with newer versions
  • Loading branch information
stloyd committed Dec 18, 2023
1 parent 2032dca commit b062152
Show file tree
Hide file tree
Showing 30 changed files with 481 additions and 388 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
php-version:
- "8.1"
- "8.2"
- "8.3"
operating-system:
- "ubuntu-latest"

Expand Down
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"azuyalabs/yasumi": "~2.0",
"doctrine/dbal": "~2.6 || ~3.0",
"psr/cache": "~1.0|~2.0|~3.0",
"symfony/config": "~4.4.44||~5.4.21||~6.0",
"symfony/dependency-injection": "~4.4.49||~5.4.21||~6.0",
"symfony/form": "~4.4.48||~5.4.21||~6.0",
"symfony/http-kernel": "~4.4.50||~5.4.21||~6.0",
"symfony/config": "~5.4.21||~6.3||~7.0",
"symfony/dependency-injection": "~5.4.21||~6.3||~7.0",
"symfony/form": "~5.4.21||~6.3||~7.0",
"symfony/http-kernel": "~5.4.21||~6.3||~7.0",
"symfony/polyfill-mbstring": "~1.0",
"symfony/validator": "~4.4.48||~5.4.21||~6.0",
"symfony/validator": "~5.4.21||~6.3||~7.0",
"twig/twig": "~1.43||~2.10||~3"
},
"require-dev": {
Expand All @@ -32,11 +32,11 @@
"flow-php/etl-adapter-http": "^0.1 || ^0.2",
"google/apiclient": "^2.0",
"phpbench/phpbench": "^1.2.6",
"symfony/browser-kit": "~4.4.44||~5.4.21||~6",
"symfony/cache": "~4.4.48||~5.1||~6.0",
"symfony/dom-crawler": "~4.4.45||~5.4.21||~6.0",
"symfony/framework-bundle": "~4.4.49||~5.4.21||~6.0",
"symfony/security-bundle": "~4.4.44||~5.4.21||~6.0"
"symfony/browser-kit": "~5.4.21||~6.3||~7.0",
"symfony/cache": "~5.4||~6.3||~7.0",
"symfony/dom-crawler": "~5.4.21||~6.3||~7.0",
"symfony/framework-bundle": "~5.4.21||~6.3||~7.0",
"symfony/security-bundle": "~5.4.21||~6.3||~7.0"
},
"suggest": {
"ext-bcmath": "Compare time units with high precision"
Expand Down
Loading

0 comments on commit b062152

Please sign in to comment.