Skip to content

Commit

Permalink
Merge pull request #4 from thedevdojo/laravel9
Browse files Browse the repository at this point in the history
Laravel 9 compatibility
  • Loading branch information
bobbyiliev authored Jul 30, 2022
2 parents cae28ad + 52f2857 commit 768b00f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
],
"require": {
"php" : "^7.2|^8.0",
"illuminate/database": "~5.5|~5.6|~5.7|~5.8|^6.0|^7.0|^8.0",
"illuminate/support": "~5.5|~5.6|~5.7|~5.8|^6.0|^7.0|^8.0"
"illuminate/database": "~5.5|~5.6|~5.7|~5.8|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "~5.5|~5.6|~5.7|~5.8|^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.10",
Expand Down

0 comments on commit 768b00f

Please sign in to comment.