From af0519d3143fcd0c28d926c1b0bb4c9c58a9d32b Mon Sep 17 00:00:00 2001 From: Noud de Brouwer Date: Tue, 15 Dec 2020 14:38:53 +0100 Subject: [PATCH] composer packages --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index c2ecac6..e117276 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { + "name": "noud/schema-builder", "description": "Schema designer & migration generator for laravel & lumen", - "version": "master", "type": "library", "keywords": [ "schema", @@ -22,9 +22,9 @@ ], "require": { "ext-zip": "*", - "illuminate/filesystem": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.0.*|6.2.*|6.4.*|6.5.*|6.8.*|6.12.*|6.18.*|7.0.*|7.1.*", - "illuminate/http": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.0.*|6.2.*|6.4.*|6.5.*|6.8.*|6.12.*|6.18.*|7.0.*|7.1.*", - "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.0.*|6.2.*|6.4.*|6.5.*|6.8.*|6.12.*|6.18.*|7.0.*|7.1.*", + "illuminate/filesystem": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.0.*|6.2.*|6.4.*|6.5.*|6.8.*|6.12.*|6.18.*|7.0.*|7.1.*|8.*|9.*", + "illuminate/http": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.0.*|6.2.*|6.4.*|6.5.*|6.8.*|6.12.*|6.18.*|7.0.*|7.1.*|8.*|9.*", + "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.0.*|6.2.*|6.4.*|6.5.*|6.8.*|6.12.*|6.18.*|7.0.*|7.1.*|8.*|9.*", "league/flysystem": "^1.0", "league/flysystem-ziparchive": "^1.0" },