Add L5.5 support
Showing
... | @@ -11,17 +11,18 @@ | ... | @@ -11,17 +11,18 @@ |
], | ], | ||
"license" : "MIT", | "license" : "MIT", | ||
"require": { | "require": { | ||
"illuminate/support": "^5.1", | "illuminate/support": "^5.5", | ||
"illuminate/container": "^5.1", | "illuminate/container": "^5.5", | ||
"illuminate/database": "^5.1", | "illuminate/database": "^5.5", | ||
"illuminate/events": "^5.1", | "illuminate/events": "^5.5", | ||
"mongodb/mongodb": "^1.0.0" | "mongodb/mongodb": "^1.0.0" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"phpunit/phpunit": "^5.0|^6.0", | "phpunit/phpunit": "^6.0", | ||
"orchestra/testbench": "^3.1", | "orchestra/testbench": "^3.1", | ||
"mockery/mockery": "^0.9", | "mockery/mockery": "^0.9", | ||
"satooshi/php-coveralls": "^1.0" | "satooshi/php-coveralls": "^1.0", | ||
"doctrine/dbal": "^2.6" | |||
}, | }, | ||
"autoload": { | "autoload": { | ||
"psr-0": { | "psr-0": { | ||
... | ... |
Please
register
or
sign in
to comment