mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-22 15:15:27 +00:00
Fixed testsuite
This commit is contained in:
@@ -15,15 +15,20 @@
|
||||
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4.0",
|
||||
"phpunit/phpunit": "~5.0",
|
||||
"mockery/mockery": "~0.9.0",
|
||||
"orchestra/testbench": "~3.0"
|
||||
"orchestra/testbench": "~3.1"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Gloudemans\\Shoppingcart\\": "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Gloudemans\\Tests\\Shoppingcart\\": "tests/"
|
||||
}
|
||||
},
|
||||
"suggest": {
|
||||
"gloudemans/notify": "Simple flash notifications for Laravel"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user