From 92b7dd3335a6572debeacfb5faa82c63a5e67888 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 8 Jun 2018 20:03:25 +0200 Subject: Some minor fixes --- main/app/sprinkles/core/composer.json | 96 +++++++++++++++++------------------ 1 file changed, 48 insertions(+), 48 deletions(-) (limited to 'main/app/sprinkles/core/composer.json') diff --git a/main/app/sprinkles/core/composer.json b/main/app/sprinkles/core/composer.json index 017e56b..d34888b 100644 --- a/main/app/sprinkles/core/composer.json +++ b/main/app/sprinkles/core/composer.json @@ -1,48 +1,48 @@ -{ - "name": "userfrosting/sprinkle-core", - "type": "userfrosting-sprinkle", - "description": "Core module for UserFrosting.", - "keywords": [ - "php user management", - "usercake", - "bootstrap" - ], - "homepage": "https://github.com/userfrosting/UserFrosting", - "license": "MIT", - "authors": [ - { - "name": "Alexander Weissman", - "homepage": "https://alexanderweissman.com" - } - ], - "require": { - "doctrine/dbal": "^2.5", - "filp/whoops": "^2.1", - "illuminate/cache": "5.4.*", - "illuminate/database": "5.4.*", - "illuminate/events": "5.4.*", - "illuminate/filesystem": "5.4.*", - "league/csv": "^8.1", - "monolog/monolog": "^1", - "phpmailer/phpmailer": "5.2.10", - "rockettheme/toolbox": "1.3.1", - "slim/csrf": "^0.8", - "slim/slim": "^3", - "slim/twig-view": "^1.2", - "symfony/http-foundation": "*", - "twig/twig": "^1.18", - "userfrosting/assets": "~4.1.0", - "userfrosting/config": "~4.1.0", - "userfrosting/cache": "~4.1.0", - "userfrosting/fortress": "~4.1.1", - "userfrosting/i18n": "~4.1.0", - "userfrosting/session": "~4.1.0", - "userfrosting/support": "~4.1.1", - "vlucas/phpdotenv": "^2" - }, - "autoload": { - "psr-4": { - "UserFrosting\\Sprinkle\\Core\\": "src/" - } - } -} +{ + "name": "userfrosting/sprinkle-core", + "type": "userfrosting-sprinkle", + "description": "Core module for UserFrosting.", + "keywords": [ + "php user management", + "usercake", + "bootstrap" + ], + "homepage": "https://github.com/userfrosting/UserFrosting", + "license": "MIT", + "authors": [ + { + "name": "Alexander Weissman", + "homepage": "https://alexanderweissman.com" + } + ], + "require": { + "doctrine/dbal": "^2.5", + "filp/whoops": "^2.1", + "illuminate/cache": "5.4.*", + "illuminate/database": "5.4.*", + "illuminate/events": "5.4.*", + "illuminate/filesystem": "5.4.*", + "league/csv": "^8.1", + "monolog/monolog": "^1", + "phpmailer/phpmailer": "5.2.10", + "rockettheme/toolbox": "1.3.1", + "slim/csrf": "^0.8", + "slim/slim": "^3", + "slim/twig-view": "^1.2", + "symfony/http-foundation": "*", + "twig/twig": "^1.18", + "userfrosting/assets": "~4.1.0", + "userfrosting/config": "~4.1.0", + "userfrosting/cache": "~4.1.0", + "userfrosting/fortress": "~4.1.1", + "userfrosting/i18n": "~4.1.0", + "userfrosting/session": "~4.1.0", + "userfrosting/support": "~4.1.1", + "vlucas/phpdotenv": "^2" + }, + "autoload": { + "psr-4": { + "UserFrosting\\Sprinkle\\Core\\": "src/" + } + } +} -- cgit v1.2.3