Add support laravel 6.0 into composer file

This commit is contained in:
2025-12-08 18:41:33 +03:00
parent c5f45e1585
commit e981f81623
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
composer.lock composer.lock
phpunit.xml phpunit.xml
vendor vendor
.idea

View File

@ -11,7 +11,7 @@
], ],
"require": { "require": {
"php": "^5.5.9 || ^7.0", "php": "^5.5.9 || ^7.0",
"illuminate/support": "^5.1" "illuminate/support": "^5.1 || ^6.0"
}, },
"require-dev": { "require-dev": {
"graham-campbell/testbench": "^3.4 || ^4.0 || ^5.0", "graham-campbell/testbench": "^3.4 || ^4.0 || ^5.0",