Skip to content

Commit eab0220

Browse files
committed
Set minimum PHP version to 8
1 parent 81f7e17 commit eab0220

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
@@ -19,7 +19,7 @@
1919
"issues": "https://github.com/brianlmoon/GearmanManager/issues"
2020
},
2121
"require": {
22-
"php": "^7.0.0",
22+
"php": "^8.0.0",
2323
"ext-pcntl": "*",
2424
"ext-posix": "*"
2525
},

0 commit comments

Comments
 (0)