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

Update composer.json

This commit is contained in:
Abrar Ahmad 2022-01-17 23:06:22 +05:00
parent 0e8439eaf2
commit 3fea28af6e

View file

@ -19,10 +19,10 @@
}, },
"require": { "require": {
"php": "^8.0", "php": "^8.0",
"illuminate/support": "^8.24" "illuminate/support": "^8.24|^9.0"
}, },
"require-dev": { "require-dev": {
"orchestra/testbench": "^6.9", "orchestra/testbench": "^6.9|^7.0",
"pestphp/pest": "^1.2", "pestphp/pest": "^1.2",
"pestphp/pest-plugin-laravel": "^1.0" "pestphp/pest-plugin-laravel": "^1.0"
} }