Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Commit 89f1733

Browse files
author
Nate Wiebe
authored
Merge pull request #17 from Pixelrobin/php-version-support
Restrict php version to >=7.3
2 parents f77eba2 + 6066bc2 commit 89f1733

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
@@ -25,7 +25,7 @@
2525
}
2626
},
2727
"require": {
28-
"php": ">=5.6.0"
28+
"php": ">=7.3"
2929
},
3030
"require-dev": {
3131
"phpunit/phpunit": "7"

0 commit comments

Comments
 (0)