Skip to content

Commit d24268b

Browse files
authored
updated minimum php version to 7.0
1 parent 6e7607f commit d24268b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.6.4",
16-
"illuminate/notifications": "^5.3|^5.4|^5.5|^5.6|^5.7|^5.8|^6.0",
17-
"illuminate/support": "~5.5||~6.0"
15+
"php": ">=7.0",
16+
"illuminate/notifications": "~5.5|~6.0",
17+
"illuminate/support": "~5.5|~6.0"
1818
},
1919
"require-dev": {
2020
"mockery/mockery": "^0.9.5|^1.0",

0 commit comments

Comments
 (0)