Support for Laravel 5.6

This commit is contained in:
Manish Demblani 2018-09-02 22:13:28 +04:00 committed by GitHub
parent a240d0d419
commit 0854126e3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
} }
], ],
"require": { "require": {
"laravel/framework": "5.1.*||5.2.*||5.3.*||5.4.*||5.5.*", "laravel/framework": "5.1.*||5.2.*||5.3.*||5.4.*||5.5.*||5.6.*",
"nodes/core": "^1.0" "nodes/core": "^1.0"
}, },
"autoload": { "autoload": {