We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96650d5 commit 57e6d29Copy full SHA for 57e6d29
composer.json
@@ -21,12 +21,14 @@
21
],
22
"require": {
23
"php" : ">=5.6.4|^7.0",
24
- "doctrine/dbal" : "2.5.x",
25
"illuminate/support" : ">=5.1",
26
"illuminate/database" : ">=5.1"
27
},
28
"require-dev": {
29
- "mockery/mockery" : "0.9.*"
+ "laravel/framework" : "5.4.*",
+ "mockery/mockery" : "0.9.*",
30
+ "phpunit/phpunit" : "^6.0",
31
+ "doctrine/dbal" : "2.5.x"
32
33
"autoload": {
34
"psr-4": {
0 commit comments