Skip to content

Commit

Permalink
Re-add old Symfony LTS version
Browse files Browse the repository at this point in the history
  • Loading branch information
MisatoTremor committed Feb 28, 2024
1 parent 133cae3 commit e895a2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ CHANGELOG
1.1.x
-----

* Re-add old Symfony LTS version
* Update Symfony requirements to supported versions
* Remove unused workflow options
* Fix artifact path
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"doctrine/annotations": "^1.13 || ^2.0",
"doctrine/doctrine-bundle": "^1.12 || ^2.0",
"doctrine/orm": "^2.8",
"symfony/event-dispatcher": "^6.4 || ^7.0",
"symfony/form": "^6.4 || ^7.0",
"symfony/framework-bundle": "^6.4 || ^7.0",
"symfony/routing": "^6.4 || ^7.0",
"symfony/phpunit-bridge": "^6.4 || ^7.0"
"symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0",
"symfony/form": "^5.4 || ^6.0 || ^7.0",
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0",
"symfony/routing": "^5.4 || ^6.0 || ^7.0",
"symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0"
},
"conflict": {
"doctrine/annotations": "<1.13 || >=3.0"
Expand Down

0 comments on commit e895a2c

Please sign in to comment.