Skip to content
This repository was archived by the owner on Jan 14, 2019. It is now read-only.

Commit ef86fe6

Browse files
author
Nicolas Hart
committed
fix travis build
1 parent 9533fa7 commit ef86fe6

File tree

3 files changed

+30
-116
lines changed

3 files changed

+30
-116
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ install:
2020
- composer install
2121

2222
script:
23-
- ./vendor/composer/phpunit
23+
- ./vendor/bin/phpunit

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
{ "name": "Nicolas Hart", "email": "n.hart@hexanet.fr" }
1010
],
1111
"require": {
12-
"php": "^5.4",
12+
"php": ">=5.4",
1313
"swiftmailer/swiftmailer": "^5.4"
1414
},
1515
"require-dev": {
16-
"phpunit/phpunit": "^5.0"
16+
"phpunit/phpunit": "^4.0"
1717
},
1818
"suggests": {
1919
"openbuildings/swiftmailer-css-inliner": "Inline css in your Swiftmailer messages"

composer.lock

Lines changed: 27 additions & 113 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)