Skip to content

Commit 5f005d9

Browse files
committed
PHP version decreased in dependencies.
1 parent 4b23c83 commit 5f005d9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Prevents overlapping for artisan console commands.
77

88
## Dependencies
9-
- `PHP >=7.0.0`
9+
- `PHP >=5.4.0`
1010
- `Laravel >=5.2`
1111

1212
## Usage

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=7.0.0",
13+
"php": ">=5.4.0",
1414
"illuminate/console": "^5.2",
1515
"arvenil/ninja-mutex": "^0.5.1"
1616
},

composer.lock

Lines changed: 3 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)