Skip to content

Commit 31a5291

Browse files
committed
laravel 8
1 parent 335a219 commit 31a5291

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
/vendor
1+
/vendor
2+
/composer.lock

composer.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
],
1818
"require" : {
1919
"php" : "^7.0",
20-
"illuminate/routing": "^5.7|^6.0|^7.0",
21-
"illuminate/support": "^5.7|^6.0|^7.0",
22-
"illuminate/console": "^5.7|^6.0|^7.0",
20+
"illuminate/routing": "^5.7|^6.0|^7.0|^8.0",
21+
"illuminate/support": "^5.7|^6.0|^7.0|^8.0",
22+
"illuminate/console": "^5.7|^6.0|^7.0|^8.0",
2323
"ext-json": "*"
2424
},
2525
"require-dev": {
26-
"orchestra/testbench": "3.8.*",
27-
"phpunit/phpunit": "^7.0",
26+
"orchestra/testbench": "^3.7|^3.8|^6.0",
27+
"phpunit/phpunit": "^7.0|9.0",
2828
"php-coveralls/php-coveralls": "^2.1"
2929
},
3030
"autoload": {
@@ -37,6 +37,9 @@
3737
"Biscofil\\LaravelRouteSummary\\Tests\\": "tests/"
3838
}
3939
},
40+
"scripts": {
41+
"test": "phpunit"
42+
},
4043
"extra": {
4144
"laravel": {
4245
"providers": [

0 commit comments

Comments
 (0)