Skip to content

Commit 9a1e4bc

Browse files
authored
Merge pull request #21 from sanmai/patch-1
Allow PHP 8
2 parents ba333eb + 1115e19 commit 9a1e4bc

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
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.1",
13+
"php": "^7.1 || ^8.0",
1414
"phpstan/phpstan": "^0.10 | ^0.11 | ^0.12",
1515
"thecodingmachine/safe": "^1.0"
1616
},

0 commit comments

Comments
 (0)