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

move testbench dependency

This commit is contained in:
Samuel Štancl 2021-05-20 23:23:22 +02:00
parent 500c5ea875
commit 9fffe87970

View file

@ -22,11 +22,11 @@
"require-dev": {
"pestphp/pest": "^1.2",
"illuminate/testing": "^8.42",
"orchestra/testbench": "^6.17",
"pestphp/pest-plugin-laravel": "^1.0.0"
},
"require": {
"illuminate/support": "^8.42",
"illuminate/console": "^8.42",
"orchestra/testbench": "^6.17"
"illuminate/console": "^8.42"
}
}