diff --git a/.gitignore b/.gitignore index 282c2ed..1117300 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ composer.lock vendor/ bin/ +phpunit.xml diff --git a/composer.json b/composer.json index 07eb5a3..c8c682f 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "symfony/asset": "^2.8|^3.0|^4.0", "symfony/browser-kit": "^2.8|^3.0|^4.0", "symfony/css-selector": "^2.3|^3.0|^4.0", - "symfony/swiftmailer-bundle": "^2.5|^3.0", + "symfony/swiftmailer-bundle": "^2.6|^3.0", "symfony/templating": "^2.8|^3.0|^4.0", "symfony/twig-bundle": "^2.8|^3.0|^4.0", "twilio/sdk": "^5.0" diff --git a/phpunit.xml b/phpunit.xml deleted file mode 100644 index ddb1d4d..0000000 --- a/phpunit.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - ./tests - - - - - - ./src - - - diff --git a/phpunit.xml.dist b/phpunit.xml.dist new file mode 100644 index 0000000..bd3e160 --- /dev/null +++ b/phpunit.xml.dist @@ -0,0 +1,25 @@ + + + + + + + + + + + tests/ + + + + + + src/ + + +