1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 09:34:04 +00:00

Move facade/ignition-contracts to require-dev

This commit is contained in:
Samuel Štancl 2019-10-13 17:29:41 +02:00 committed by GitHub
parent a1270189da
commit 97d47e33d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,6 @@
],
"require": {
"illuminate/support": "^6.0",
"facade/ignition-contracts": "^1.0",
"ramsey/uuid": "^3.7"
},
"require-dev": {
@ -20,6 +19,7 @@
"laravel/framework": "^6.0",
"orchestra/testbench-browser-kit": "^4.0",
"league/flysystem-aws-s3-v3": "~1.0",
"facade/ignition-contracts": "^1.0",
"phpunit/phpcov": "^6.0"
},
"autoload": {