Fixed testsuite

This commit is contained in:
Rob Gloudemans
2017-05-20 21:52:06 +02:00
parent 195cc095f5
commit ce6f0a8d85
3 changed files with 57 additions and 35 deletions

View File

@@ -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"
},