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": {