Skip to content

Commit e0bf78f

Browse files
Bump Symfony 8 to PHP >= 8.4
1 parent c2df6ac commit e0bf78f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=8.2",
19+
"php": ">=8.4",
2020
"psr/container": "^1.1|^2.0",
2121
"psr/log": "^1|^2|^3",
22-
"symfony/filesystem": "^7.2|^8.0",
23-
"symfony/type-info": "^7.2|^8.0",
24-
"symfony/var-exporter": "^7.2|^8.0"
22+
"symfony/filesystem": "^7.4|^8.0",
23+
"symfony/type-info": "^7.4|^8.0",
24+
"symfony/var-exporter": "^7.4|^8.0"
2525
},
2626
"require-dev": {
2727
"phpstan/phpdoc-parser": "^1.0",
28-
"symfony/dependency-injection": "^7.2|^8.0",
29-
"symfony/http-kernel": "^7.2|^8.0"
28+
"symfony/dependency-injection": "^7.4|^8.0",
29+
"symfony/http-kernel": "^7.4|^8.0"
3030
},
3131
"autoload": {
3232
"psr-4": { "Symfony\\Component\\JsonStreamer\\": "" },

0 commit comments

Comments
 (0)