Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit d24dde9

Browse files
authored
Merge pull request #51 from shinsenter/develop
Fixed PHP version
2 parents 550f7a3 + b2943fd commit d24dde9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
"require":
6565
{
66-
"php": ">=5.6.20",
66+
"php": ">=5.6",
6767
"symfony/mime": "<2.8.0||>2.8.50 <3.4.0||>3.4.34 <4.2.0||>4.2.11 <4.3.0||>=4.3.8",
6868
"symfony/http-foundation": ">2.6 <2.8.0||>2.8.50 <3.4.0||>3.4.34 <4.2.0||>4.2.11 <4.3.0||>=4.3.8"
6969
},

composer.lock

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

0 commit comments

Comments
 (0)