File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
- /vendor
1
+ /vendor
2
+ /composer.lock
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"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 " ,
23
23
"ext-json" : " *"
24
24
},
25
25
"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 " ,
28
28
"php-coveralls/php-coveralls" : " ^2.1"
29
29
},
30
30
"autoload" : {
37
37
"Biscofil\\ LaravelRouteSummary\\ Tests\\ " : " tests/"
38
38
}
39
39
},
40
+ "scripts" : {
41
+ "test" : " phpunit"
42
+ },
40
43
"extra" : {
41
44
"laravel" : {
42
45
"providers" : [
You can’t perform that action at this time.
0 commit comments