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:
parent
500c5ea875
commit
9fffe87970
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue