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

Move ignition contracts to require

This commit is contained in:
Samuel Štancl 2019-11-23 15:17:51 +01:00 committed by GitHub
parent f34986b29f
commit 4e477b472f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@
"require": {
"ext-json": "*",
"illuminate/support": "^6.0",
"facade/ignition-contracts": "^1.0",
"ramsey/uuid": "^3.7"
},
"require-dev": {
@ -20,7 +21,6 @@
"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": {