Skip to content

Commit

Permalink
#875: Swiftmailer and Twig are no longer required
Browse files Browse the repository at this point in the history
Moved Swiftmailer and Twig to the Composer "suggest"
  • Loading branch information
CameronHall authored and sergeyklay committed Nov 19, 2018
1 parent 6bda166 commit 2ab139c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 2ab139c

Please sign in to comment.