Skip to content

Commit b8a4058

Browse files
committed
Fix support for PHP 8 nightly
1 parent b58624a commit b8a4058

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
@@ -7,7 +7,7 @@
77
"homepage": "https://stdtabs.github.io/",
88
"license": "LGPL-2.1+",
99
"require": {
10-
"php": "^7.2"
10+
"php": ">=7.2"
1111
},
1212
"autoload": {
1313
"psr-4": {

0 commit comments

Comments
 (0)