Browse Source

Merge pull request #87 from movem/master

Add Laravel 5.6 support
master
Tom 6 years ago
committed by GitHub
parent
commit
e5d1eebd37
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      composer.json

6
composer.json

@ -11,11 +11,11 @@
],
"require": {
"php": "^5.5.9 || ^7.0",
"illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*"
"illuminate/support": "^5.1"
},
"require-dev": {
"graham-campbell/testbench": "^3.4 || ^4.0",
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.3"
"graham-campbell/testbench": "^3.4 || ^4.0 || ^5.0",
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.3 || ^7.0"
},
"autoload": {
"psr-4": {

Loading…
Cancel
Save