Skip to content

Commit fab5475

Browse files
committed
Fix
1 parent 4833b79 commit fab5475

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=5.5.9",
17+
"php": ">=7.1.3",
1818
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
1919
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
2020
"parse/php-sdk": "^1.2.1"
@@ -38,7 +38,7 @@
3838
},
3939
"extra": {
4040
"branch-alias": {
41-
"dev-master": "3.0-dev"
41+
"dev-master": "3.1-dev"
4242
}
4343
},
4444
"minimum-stability": "dev",

0 commit comments

Comments
 (0)