Skip to content

Commit

Permalink
Merge pull request #34 from eXolnet/feature/laravel-8.x
Browse files Browse the repository at this point in the history
Add support for Laravel 8.x
  • Loading branch information
xel1045 authored Sep 22, 2020
2 parents fa67820 + c9355da commit 4a8adb8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
},
"require": {
"php": "^7.2",
"illuminate/contracts": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0",
"illuminate/http": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0",
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0",
"illuminate/view": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0"
"illuminate/contracts": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0",
"illuminate/http": "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/view": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0"
},
"require-dev": {
"mockery/mockery": "^1.3",
"orchestra/testbench" : "^3.5|^4.0|^5.0",
"orchestra/testbench" : "^3.5|^4.0|^5.0|^6.0",
"phpunit/phpunit": "^6.5",
"squizlabs/php_codesniffer": "^3.3.2"
},
Expand Down

0 comments on commit 4a8adb8

Please sign in to comment.