From 1ea9ddd1d7d6dbec29227b0f6b2fba3c5c081d33 Mon Sep 17 00:00:00 2001 From: Cameron Hall Date: Sat, 17 Nov 2018 15:56:13 +1100 Subject: [PATCH] #875: Swiftmailer and Twig are no longer required Moved Swiftmailer and Twig to the Composer "suggest" --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 3b56577f8..94301ee8d 100644 --- a/composer.json +++ b/composer.json @@ -31,9 +31,7 @@ }, "require": { "php": ">=5.5", - "ext-phalcon": "~3.3", - "swiftmailer/swiftmailer": "~5.2", - "twig/twig": "~1.35|~2.0" + "ext-phalcon": "~3.3" }, "require-dev": { "phpdocumentor/reflection-docblock": "2.0.4", @@ -52,7 +50,9 @@ "ext-aerospike": "*", "phalcon/ide-stubs": "Phalcon IDE Stubs", "sergeyklay/aerospike-php-stubs": "The most complete Aerospike PHP stubs which allows autocomplete in modern IDEs", - "duncan3dc/fork-helper": "To use extended class to access the beanstalk queue service" + "duncan3dc/fork-helper": "To use extended class to access the beanstalk queue service", + "swiftmailer/swiftmailer": "~5.2", + "twig/twig": "~1.35|~2.0" }, "autoload": { "psr-4": {