Skip to content

Commit

Permalink
Upgrade changes (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
trayanivanov authored Feb 14, 2020
1 parent faaca8e commit 98ad5c3
Show file tree
Hide file tree
Showing 5 changed files with 275 additions and 265 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: php
sudo: false

php:
- 7.0
- 7.1
- 7.2
- 7.3
Expand Down Expand Up @@ -40,7 +39,7 @@ before_script:
- mkdir -p build/logs

script:
- ./vendor/bin/phpunit --stop-on-error --stop-on-failure --coverage-clover build/logs/clover.xml
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml

after_script:
- test -e build/logs/clover.xml && wget https://scrutinizer-ci.com/ocular.phar
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
}
],
"require" : {
"php": ">=7.0",
"php": "^7.1",
"swiftmailer/swiftmailer": "^5.1 || ^6.0",
"tijsverkoyen/css-to-inline-styles": "^2.1"
},
"require-dev" : {
"phpunit/phpunit": "^5.7.10 || ^6.0",
"symfony/css-selector": "^2.0.5|^3.0"
"symfony/css-selector": "^2.0.5|^3.0",
"phpunit/phpunit": "^7"
},
"autoload": {
"psr-4": {
Expand All @@ -30,7 +30,7 @@
},
"config": {
"platform": {
"php": "7.0"
"php": "7.1.8"
}
}
}
Loading

0 comments on commit 98ad5c3

Please sign in to comment.