Skip to content

Commit 52c37de

Browse files
authored
Merge pull request #7 from bpedroza/PHP8
Php8
2 parents 592a881 + 21d4779 commit 52c37de

File tree

2 files changed

+2216
-794
lines changed

2 files changed

+2216
-794
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
],
1111
"type": "project",
1212
"require": {
13-
"php": "^7.2",
14-
"illuminate/support": "~5.5|^6.0|^7.0|^8.0",
15-
"illuminate/mail": "~5.5|^6.0|^7.0|^8.0",
16-
"illuminate/view": "~5.5|^6.0|^7.0|^8.0"
13+
"php": "^7.2|^8.0.0",
14+
"illuminate/support": "~5.5|^6.0|^7.0|^8.0|^9.0",
15+
"illuminate/mail": "~5.5|^6.0|^7.0|^8.0|^9.0",
16+
"illuminate/view": "~5.5|^6.0|^7.0|^8.0|^9.0"
1717
},
1818
"require-dev": {
1919
"mockery/mockery": "^1.0",

0 commit comments

Comments
 (0)