Skip to content

Commit

Permalink
Merge pull request #7 from bpedroza/PHP8
Browse files Browse the repository at this point in the history
Php8
  • Loading branch information
bpedroza authored Feb 23, 2022
2 parents 592a881 + 21d4779 commit 52c37de
Show file tree
Hide file tree
Showing 2 changed files with 2,216 additions and 794 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
],
"type": "project",
"require": {
"php": "^7.2",
"illuminate/support": "~5.5|^6.0|^7.0|^8.0",
"illuminate/mail": "~5.5|^6.0|^7.0|^8.0",
"illuminate/view": "~5.5|^6.0|^7.0|^8.0"
"php": "^7.2|^8.0.0",
"illuminate/support": "~5.5|^6.0|^7.0|^8.0|^9.0",
"illuminate/mail": "~5.5|^6.0|^7.0|^8.0|^9.0",
"illuminate/view": "~5.5|^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
Expand Down
Loading

0 comments on commit 52c37de

Please sign in to comment.