Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit 0b27eec

Browse files
committedJul 21, 2020
Allow PHP 8
1 parent 49527e6 commit 0b27eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"MIT"
77
],
88
"require": {
9-
"php": "~7.1",
9+
"php": "^7.1 || ^8.0",
1010
"phpstan/phpstan": "^0.12"
1111
},
1212
"require-dev": {

0 commit comments

Comments
 (0)