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

View File

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