Skip to content

Commit

Permalink
chore: Bump minimum Symfony version supported to 6.4 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Dec 3, 2023
1 parent cdf77c3 commit e619690
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
dependencies: ['highest']
include:
- php: '8.2'
variant: 'symfony/symfony:"^5.4"'
variant: 'symfony/symfony:"^6.4"'
dependencies: 'highest'
composer-flags: ''
fail-fast: false
Expand Down
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,16 @@
"doctrine/orm": "^2.10.0",
"doctrine/persistence": "^2.2 || ^3.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/finder": "^5.4.2 || ^6.0",
"symfony/framework-bundle": "^5.4.2 || ^6.0",
"symfony/finder": "^6.4",
"symfony/framework-bundle": "^6.4",
"theofidry/alice-data-fixtures": "^1.5"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpspec/prophecy": "^1.7",
"symfony/phpunit-bridge": "^6.0",
"phpspec/prophecy-phpunit": "^2.0"
"symfony/phpunit-bridge": "^6.4",
"phpspec/prophecy-phpunit": "^2.0",
"monolog/monolog": "^3.5"
},

"extra": {
Expand Down

0 comments on commit e619690

Please sign in to comment.