1
0
Fork 0
mirror of https://github.com/archtechx/airwire.git synced 2025-12-12 02:34:04 +00:00
This commit is contained in:
Abrar Ahmad 2022-02-01 21:59:50 +05:00
parent cdc9f32611
commit 04427ab112
22 changed files with 308 additions and 30 deletions

View file

@ -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
}