Skip to content

Commit

Permalink
Bump min Symfony version for PHP8.4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Nov 9, 2024
1 parent 621a549 commit e134781
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- "^10.1.16"

symfony-version:
- "^7.0"
- "^6.0"
- "^5.0"
- "^7.0.3"
- "^6.3.12"
- "^5.4.35"

dependencies:
- "highest"
Expand All @@ -41,7 +41,7 @@ jobs:

exclude:
- php-version: "8.1"
symfony-version: "^7.0"
symfony-version: "^7.0.3"
- php-version: "8.1"
php-code-coverage-version: "^11.0"

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"behat/behat": "^3.15",
"composer/semver": "^3.0",
"phpunit/php-code-coverage": "^10.1||^11.0",
"symfony/config": "^5.1.4||^6.0||^7.0",
"symfony/console": "^5.3.7||^6.0.9||^7.0",
"symfony/dependency-injection": "^5.1.4||^6.0||^7.0",
"symfony/event-dispatcher": "^5.0||^6.0||^7.0"
"symfony/config": "^5.4.35||^6.3.12||^7.0.3",
"symfony/console": "^5.4.35||^6.3.12||^7.0.3",
"symfony/dependency-injection": "^5.3.35||^6.3.12||^7.0.3",
"symfony/event-dispatcher": "^5.4.35||^6.3.12||^7.0.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.49.0",
"phpunit/phpunit": "^10.5.8||^11.4.3",
"symfony/filesystem": "^5.0||^6.0||^7.0"
"symfony/filesystem": "^5.4.35||^6.3.12||^7.0.3"
},
"suggest": {
"ext-xdebug": "Xdebug allows you to collect line, branch and path coverage",
Expand Down

0 comments on commit e134781

Please sign in to comment.