Skip to content

Commit d558d5a

Browse files
Allow PHP 8.3 usage (#5)
1 parent 11fa788 commit d558d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313

1414
"require": {
15-
"php": "7.2.*|7.4.*|8.0.*|8.1.*",
15+
"php": "7.2.*|7.4.*|8.0.*|8.1.*|8.2.*|8.3.*",
1616
"symfony/config": "^2.4|^3.0|^4.0|^5.0|^6.0",
1717
"symfony/console": "^2.4|^3.0|^4.0|^5.0|^6.0",
1818
"symfony/dependency-injection": "^2.4|^3.0|^4.0|^5.0|^6.0",

0 commit comments

Comments
 (0)