Skip to content

Commit

Permalink
chore: Remove support for non LTS versions of Symfony 6 (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Dec 3, 2023
1 parent 4d4d986 commit 4f19e6d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
variant:
- 'no-change'
- '"symfony/symfony:^5.4"'
- '"symfony/symfony:^6.0"'
- '"symfony/symfony:^6.4"'
# To keep in sync with docker-compose.yml
services:
mysql:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
"phpspec/prophecy": "^1.14.0",
"phpspec/prophecy-phpunit": "^2.0.1",
"phpunit/phpunit": "^9.5.10",
"symfony/phpunit-bridge": "^5.3.8 || ^6.0"
"symfony/phpunit-bridge": "^5.3.8 || ^6.4"
},
"conflict": {
"doctrine/orm": "<2.6.3",
"doctrine/persistence": "<2.0",
"illuminate/database": "<8.12",
"ocramius/proxy-manager": "<2.1",
"symfony/framework-bundle": "<5.4",
"symfony/framework-bundle": "<5.4 || >=6.0 <6.4",
"zendframework/zend-code": "<3.3.1"
},
"suggest": {
Expand Down
2 changes: 1 addition & 1 deletion vendor-bin/proxy-manager/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"jackalope/jackalope-doctrine-dbal": "*",
"friendsofphp/proxy-manager-lts": "*",
"monolog/monolog": "*",
"symfony/symfony": "^4.4.32 || ^5.4 || ^6.0",
"symfony/symfony": "^5.4 || ^6.4",
"theofidry/composer-inheritance-plugin": "^1.2",
"wouterj/eloquent-bundle": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion vendor-bin/symfony/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"doctrine/phpcr-odm": "*",
"jackalope/jackalope-doctrine-dbal": "*",
"monolog/monolog": "*",
"symfony/symfony": "^4.4.32 || ^5.4 || ^6.0",
"symfony/symfony": "^5.4 || ^6.4",
"theofidry/composer-inheritance-plugin": "^1.2",
"wouterj/eloquent-bundle": "*"
},
Expand Down

0 comments on commit 4f19e6d

Please sign in to comment.