From 8e436776ebd6aa2d0a9774a4c0df72ca4c094fb3 Mon Sep 17 00:00:00 2001 From: Biuhub Studio <46801032+biustudio@users.noreply.github.com> Date: Wed, 27 Mar 2019 00:17:19 +0000 Subject: [PATCH] Update composer.json --- composer.json | 40 ++++++++++++++++++---------------------- 1 file changed, 18 insertions(+), 22 deletions(-) diff --git a/composer.json b/composer.json index cee66ef..db1d47e 100644 --- a/composer.json +++ b/composer.json @@ -27,41 +27,36 @@ "prefer-stable": true, "require": { "php": ">=5.6.0", - "filp/whoops": "^2.1", - "symfony/var-dumper": "^3.1", - "phpFastCache/phpFastCache": "^4.3", + "biurad/slim": "^1.1", "cartalyst/sentinel": "2.0.*", - "psr/cache": "^1.0", - "psr/container": "^1.0", - "fzaninotto/faker": "^1.8", - "eftec/documentstoreone": "^1.8", - "biurad/slim": "self.version", "doctrine/dbal": "^2.9", - "rakit/validation": "^1.1", + "eftec/documentstoreone": "^1.8", + "fig/http-message-util": "^1.1.2", + "filp/whoops": "^2.1", + "fzaninotto/faker": "^1.8", + "illuminate/database": "^5.8", "josantonius/session": "^1.1", - "twig/twig": "^2.6", - "zendframework/zend-json": "^2.6.1 || ^3.0", "mustache/mustache": "^2.12", - "zircote/swagger-php": "^2.0", - "illuminate/contracts": "5.7.*", - "illuminate/support": "5.7.*", - "symfony/console": "^2.8 || ^3.0 || ^4.2", - "illuminate/database": "self.version", - "illuminate/console": "self.version", + "phpFastCache/phpFastCache": "^4.3", + "psr/cache": "^1.0", + "psr/container": "^1.0", "psr/http-factory": "^1.0", - "fig/http-message-util": "^1.1.2", "psr/http-message": "^1.0.1", "psr/http-server-middleware": "^1.0", - "zendframework/zend-diactoros": "^1.7.1 || ^2.0" + "rakit/validation": "^1.1", + "symfony/var-dumper": "^3.1", + "twig/twig": "^2.6", + "zendframework/zend-diactoros": "^1.7.1 || ^2.0", + "zendframework/zend-json": "^2.6.1 || ^3.0", + "zircote/swagger-php": "^2.0" }, "require-dev": { "ext-dom": "*", "ext-libxml": "*", "http-interop/http-factory-tests": "^0.5.0", "php-http/psr7-integration-tests": "dev-master", - "phpunit/phpunit": "^5.7.27 || ^7.0.2 || ^7.1.5", + "phpunit/phpunit": "^5.7.27 || ^7.0.2", "mockery/mockery": "^1.0", - "composer/composer": "^1.5.2", "symfony/css-selector": "3.1.*", "symfony/dom-crawler": "3.1.*" }, @@ -74,7 +69,8 @@ "Application/Controller", "Application/Service", "Application/Middleware", - "Application/Helper" + "Application/Helper", + "Libraries/" ] } }