diff options
author | marcinzelent <zelent.marcin@gmail.com> | 2017-12-01 11:06:29 +0100 |
---|---|---|
committer | marcinzelent <zelent.marcin@gmail.com> | 2017-12-01 11:06:29 +0100 |
commit | 7d09b3a6201a175128421d117d4c63495813fa05 (patch) | |
tree | e014a83d47801ea13ce5ee9259082dde0fe43ce0 /composer.json | |
parent | 491eb42cd125b76f96d4f906c3822202d55395a1 (diff) |
Refactored sending of e-mails and made it work.
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 250fb18..b11e53e 100644 --- a/composer.json +++ b/composer.json @@ -20,10 +20,11 @@ ] }, "require": { - "php": ">=5.5.9", + "php": ">=7.0", "doctrine/doctrine-bundle": "^1.6", "doctrine/orm": "^2.5", "incenteev/composer-parameter-handler": "^2.0", + "phpunit/phpunit": "^5.7", "sensio/distribution-bundle": "^5.0.19", "sensio/framework-extra-bundle": "^3.0.2", "symfony/monolog-bundle": "^3.1.0", |