mirror of
https://github.com/archtechx/airwire.git
synced 2025-12-12 02:34:04 +00:00
wip
This commit is contained in:
parent
cdc9f32611
commit
04427ab112
22 changed files with 308 additions and 30 deletions
|
|
@ -21,13 +21,13 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"pestphp/pest": "^1.2",
|
||||
"illuminate/testing": "^8.42",
|
||||
"orchestra/testbench": "^6.17",
|
||||
"illuminate/testing": "^8.42|^9.0",
|
||||
"orchestra/testbench": "^6.17|^7.0",
|
||||
"pestphp/pest-plugin-laravel": "^1.0.0"
|
||||
},
|
||||
"require": {
|
||||
"illuminate/support": "^8.42",
|
||||
"illuminate/console": "^8.42"
|
||||
"illuminate/support": "^8.42|^9.0",
|
||||
"illuminate/console": "^8.42|^9.0"
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
|
|
@ -35,5 +35,7 @@
|
|||
"Airwire\\AirwireServiceProvider"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue