1
0
Fork 0
mirror of https://github.com/archtechx/gloss.git synced 2025-12-12 19:24:03 +00:00

Accept Laravel 6 dependencies in composer.json

This commit is contained in:
Samuel Štancl 2020-12-13 03:53:33 +01:00
parent 9926064466
commit 2d919aca71

View file

@ -16,11 +16,11 @@
} }
}, },
"require": { "require": {
"illuminate/translation": "^8.18" "illuminate/translation": "^8.18||^6.0"
}, },
"require-dev": { "require-dev": {
"orchestra/testbench": "^6.4.0", "orchestra/testbench": "^6.4.0||^4.0.0",
"orchestra/testbench-core": "6.7.0", "orchestra/testbench-core": "6.7.0||^4.0.0",
"phpunit/phpunit": "^9.5", "phpunit/phpunit": "^9.5",
"nunomaduro/larastan": "^0.6.11" "nunomaduro/larastan": "^0.6.11"
}, },