Skip to content

Commit 75497a0

Browse files
committed
build: Require minimum PHP 7.2
1 parent 660517f commit 75497a0

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
@@ -27,7 +27,7 @@
2727
}
2828
],
2929
"require": {
30-
"php": ">=5.3.3",
30+
"php": "^7.2 || ^8.0",
3131
"marc-mabe/php-enum":"^2.0 || ^3.0 || ^4.0",
3232
"icecave/parity": "1.0.0"
3333
},

0 commit comments

Comments
 (0)