Browse Source
Merge pull request #15 from nafiesl/laravel_6_support
Add laravel 6.0 support
tags/1.3.2
Nafies Luthfi
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
composer.json
|
|
|
@ -21,7 +21,7 @@ |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": ">=7.0.0", |
|
|
|
"illuminate/support": "5.8.*", |
|
|
|
"illuminate/support": "5.8.*||^6.0", |
|
|
|
"laravel/browser-kit-testing": "^5.0" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
|