Skip to content

Commit

Permalink
Require php 5.3+ and the PDO extension in composer. Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Dorn committed Apr 13, 2016
1 parent 9719e0f commit a64031a
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 29 deletions.
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
}
],
"require": {
"php": ">=5.3",
"ext-pdo": "*",
"twig/twig": "1.*",
"swiftmailer/swiftmailer": "5.*",
"mikecao/flight": "dev-master",
Expand Down
70 changes: 41 additions & 29 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a64031a

Please sign in to comment.