Skip to content

Commit 2f4fe15

Browse files
committed
Remove version from composer.json and allow all PHP version above 7.4.
1 parent 7c7f412 commit 2f4fe15

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "xactsystems/command-scheduler",
33
"description": "A Symfony command scheduler.",
4-
"version": "4.5.2",
54
"type": "symfony-bundle",
65
"license": "MIT",
76
"authors": [
@@ -22,7 +21,7 @@
2221
},
2322
"minimum-stability": "stable",
2423
"require": {
25-
"php": "^7.4",
24+
"php": ">=7.4.12",
2625
"doctrine/doctrine-bundle": "^2.1",
2726
"doctrine/orm": "^2.10",
2827
"symfony/asset": "^4.4||^5.4",

composer.lock

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)