Skip to content

Commit

Permalink
Support laravel >= 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dangdungcntt committed Jan 16, 2023
1 parent a4563d1 commit bc6a4fe
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@
],
"require": {
"php": "^7.1",
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/database": "5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0",
"jaybizzle/crawler-detect": "^1.0"
},
"require-dev": {
"orchestra/testbench": "3.8.*",
"phpunit/phpunit": "^7.0"
"phpunit/phpunit": "^4.8|^5.5|^6.5|^9.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit bc6a4fe

Please sign in to comment.