mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 11:14:04 +00:00
Move ignition contracts to require
This commit is contained in:
parent
f34986b29f
commit
4e477b472f
1 changed files with 1 additions and 1 deletions
|
|
@ -12,6 +12,7 @@
|
||||||
"require": {
|
"require": {
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"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,7 +21,6 @@
|
||||||
"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