Skip to content

Commit

Permalink
laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
biscofil committed Oct 20, 2020
1 parent 335a219 commit 31a5291
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/vendor
/vendor
/composer.lock
13 changes: 8 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
],
"require" : {
"php" : "^7.0",
"illuminate/routing": "^5.7|^6.0|^7.0",
"illuminate/support": "^5.7|^6.0|^7.0",
"illuminate/console": "^5.7|^6.0|^7.0",
"illuminate/routing": "^5.7|^6.0|^7.0|^8.0",
"illuminate/support": "^5.7|^6.0|^7.0|^8.0",
"illuminate/console": "^5.7|^6.0|^7.0|^8.0",
"ext-json": "*"
},
"require-dev": {
"orchestra/testbench": "3.8.*",
"phpunit/phpunit": "^7.0",
"orchestra/testbench": "^3.7|^3.8|^6.0",
"phpunit/phpunit": "^7.0|9.0",
"php-coveralls/php-coveralls": "^2.1"
},
"autoload": {
Expand All @@ -37,6 +37,9 @@
"Biscofil\\LaravelRouteSummary\\Tests\\": "tests/"
}
},
"scripts": {
"test": "phpunit"
},
"extra": {
"laravel": {
"providers": [
Expand Down

0 comments on commit 31a5291

Please sign in to comment.