Skip to content

Commit decc404

Browse files
committed
feat!: support only PHP >= 8.0.2 Symfony >= 5.4
BREAKING CHANGE: Support for PHP 5, 7 and <8.0.2 is dropped, along with Symfony 2, 3, 4 and <5.4. This is necessary so that this lib can be used in modern Symfony apps.
1 parent e46ca4b commit decc404

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
}
1818
],
1919
"require": {
20-
"php": ">=5.3.0",
20+
"php": ">=8.0.2",
2121
"ext-curl": "*",
2222
"linkorb/userbase-role-contracts": "^2.0",
2323
"psr/cache": "~1.0",
24-
"symfony/cache": "~3.0 || ^4.0 || ^5.0",
25-
"symfony/event-dispatcher-contracts": "^2.0",
26-
"symfony/security-core": "~2.6 || ~3.0 || ^4.0 || ^5.0"
24+
"symfony/cache": "^5.4",
25+
"symfony/event-dispatcher-contracts": "^2.0 || ~3.0.0",
26+
"symfony/security-core": "^5.4"
2727
},
2828
"require-dev": {
2929
"linkorb/envoi": "^1.0",
30-
"symfony/dotenv": "~3.0 || ^4.0 || ^5.0"
30+
"symfony/dotenv": "^5.4"
3131
},
3232
"config": {
3333
"sort-packages": true

0 commit comments

Comments
 (0)