1
0
Fork 0
mirror of https://github.com/archtechx/gloss.git synced 2025-12-12 11:14:04 +00:00
This commit is contained in:
Abrar Ahmad 2022-01-25 18:11:51 +05:00
parent be9cefd4b3
commit 6fca70a61d
2 changed files with 14 additions and 6 deletions

View file

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