Skip to content

Commit d1727f9

Browse files
authored
Merge pull request #111 from jmleroy/patch-1
fix php8 compatibility
2 parents 488b338 + c6efc04 commit d1727f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
],
2727
"require": {
28-
"php": "^7.0",
28+
"php": "^7 || ^8",
2929
"tedivm/stash": "^0.15",
3030
"symfony/config": "^3.4 || ^4.0",
3131
"symfony/http-kernel": "^3.4 || ^4.0",

0 commit comments

Comments
 (0)