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

Commit 1197b18

Browse files
committed
restrict php version to 7.1 and above
1 parent e8bc7c4 commit 1197b18

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
@@ -6,7 +6,7 @@
66
"keywords": ["job", "time", "task", "time scheduler", "quartz", "chrono"],
77
"license": "MIT",
88
"require": {
9-
"php": "^7.1",
9+
"php": "^7.1.3",
1010
"symfony/framework-bundle": "^3|^4",
1111
"enqueue/enqueue": "^0.9",
1212
"queue-interop/queue-interop": "^0.7|^0.8",

0 commit comments

Comments
 (0)