1
0
Fork 0
mirror of https://github.com/archtechx/gloss.git synced 2025-12-12 11:14:04 +00:00

Update dependency constraints

This commit is contained in:
Samuel Štancl 2020-12-13 20:49:48 +01:00
parent f425a99014
commit d423a0bda7

View file

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