mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 02:24:03 +00:00
Move facade/ignition-contracts to require-dev
This commit is contained in:
parent
a1270189da
commit
97d47e33d0
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,6 @@
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"illuminate/support": "^6.0",
|
"illuminate/support": "^6.0",
|
||||||
"facade/ignition-contracts": "^1.0",
|
|
||||||
"ramsey/uuid": "^3.7"
|
"ramsey/uuid": "^3.7"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
|
@ -20,6 +19,7 @@
|
||||||
"laravel/framework": "^6.0",
|
"laravel/framework": "^6.0",
|
||||||
"orchestra/testbench-browser-kit": "^4.0",
|
"orchestra/testbench-browser-kit": "^4.0",
|
||||||
"league/flysystem-aws-s3-v3": "~1.0",
|
"league/flysystem-aws-s3-v3": "~1.0",
|
||||||
|
"facade/ignition-contracts": "^1.0",
|
||||||
"phpunit/phpcov": "^6.0"
|
"phpunit/phpcov": "^6.0"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue