1
0
Fork 0
mirror of https://github.com/archtechx/gloss.git synced 2025-12-12 19:24:03 +00:00
This commit is contained in:
Abrar Ahmad 2022-01-21 17:17:51 +05:00
parent 1b1eca87c8
commit 802ed41450
2 changed files with 5 additions and 4 deletions

View file

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