Skip to content

Commit ce75c40

Browse files
kimpepperdpi
andauthored
php8 (#5)
* Allow use of PHP8 * Update version constraint Co-authored-by: dpi <pro@danielph.in>
1 parent 6fdec13 commit ce75c40

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
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.2",
12+
"php": "^7.2||^8.0",
1313
"ext-json": "*",
1414
"symfony/property-access": "^3.4||^4.4||^5.0",
1515
"symfony/serializer": "^3.4||^4.4||^5.0"

0 commit comments

Comments
 (0)