Skip to content

Commit

Permalink
cleanup + raised PHP version to 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoch committed Jul 20, 2015
1 parent 881a073 commit 8862de2
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions composer.json
Expand Up @@ -29,27 +29,19 @@
}
],
"require": {
"php" : ">=5.4",
"doctrine/orm" : "2.*",
"php" : ">=5.5",
"doctrine/orm" : "^2.*",
"doctrine/migrations" : "dev-master",
"beberlei/DoctrineExtensions" : "dev-master",
"gedmo/doctrine-extensions" : "dev-master",
"smarty/smarty" : "3.1.*",
"swiftmailer/swiftmailer" : "5.*"
},
"not-required-now": {
"imagine/imagine" : "~0.5.0",
"mpdf/mpdf" : "dev-master",
"tcpdf/tcpdf" : "dev-master",
"codemirror/CodeMirror" : "4.12.0",
"simplepie/simplepie" : "dev-master"
"swiftmailer/swiftmailer" : "^5"
},
"require-dev": {
"mikey179/vfsStream" : "*",
"phpunit/phpunit" : "4.*",
"phpunit/phpunit" : "^4",
"phpunit/dbunit" : "*",
"doctrine/data-fixtures" : "*",
"firephp/firephp-core" : "dev-master",
"satooshi/php-coveralls" : "dev-master"
},
"suggest": {
Expand Down

0 comments on commit 8862de2

Please sign in to comment.