We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b0ea62 commit c756824Copy full SHA for c756824
composer.json
@@ -19,14 +19,14 @@
19
"psr/link-implementation": "1.0|2.0"
20
},
21
"require": {
22
- "php": ">=8.1",
+ "php": ">=8.2",
23
"psr/link": "^1.1|^2.0"
24
25
"require-dev": {
26
- "symfony/http-kernel": "^5.4|^6.0|^7.0"
+ "symfony/http-kernel": "^6.4|^7.0"
27
28
"conflict": {
29
- "symfony/http-kernel": "<5.4"
+ "symfony/http-kernel": "<6.4"
30
31
"autoload": {
32
"psr-4": { "Symfony\\Component\\WebLink\\": "" },
0 commit comments