Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit f7ac85d

Browse files
committed
refactor: composer version constraints
1 parent 3590203 commit f7ac85d

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

composer.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@
1818
"minimum-stability": "stable",
1919
"require": {
2020
"php": ">=8.1",
21-
"symfony/http-kernel": "^6.0 | ^7.0",
22-
"symfony/dependency-injection": "^6.1 | ^7.0",
23-
"symfony/security-core": "^6.0 | ^7.0",
24-
"lexik/jwt-authentication-bundle": "^2.0 | ^3.0"
21+
"lexik/jwt-authentication-bundle": "^2.0 || ^3.0"
2522
},
2623
"require-dev": {
2724
"symfony/var-dumper": "^6.0",
@@ -33,6 +30,12 @@
3330
"phpstan/phpstan-phpunit": "^1.3",
3431
"tomasvotruba/type-coverage": "^0.2.1"
3532
},
33+
"conflict": {
34+
"symfony/http-kernel": "<6.0 || >=8.0",
35+
"symfony/dependency-injection": "<6.1 || >=8.0",
36+
"symfony/config": "<6.0 || >=8.0",
37+
"symfony/security-core": "<6.0 || >=8.0"
38+
},
3639
"repositories": [
3740
{
3841
"type": "vcs",

0 commit comments

Comments
 (0)