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

Merge branch 'l9-support' of https://github.com/abrardev99/gloss into l9-support

This commit is contained in:
Abrar Ahmad 2022-01-25 13:55:18 +05:00
commit b4dba3a726

View file

@ -16,10 +16,10 @@
}
},
"require": {
"illuminate/translation": "^9.0||^8.0||^6.0"
"illuminate/translation": "^6.0||^8.0||^9.0"
},
"require-dev": {
"orchestra/testbench": "^7.0||^6.0||^4.0",
"orchestra/testbench": "^4.0||^6.0||^7.0",
"phpunit/phpunit": "^9.5",
"nunomaduro/larastan": "^0.6.11"
},