Skip to content

Commit

Permalink
dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Jul 11, 2018
1 parent c427022 commit 53c50f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ sudo: false

php:
- 7.1
- 7.2

before_script:
- composer install -n

script:
- phpunit --coverage-clover build/logs/clover.xml
after_script:
- if [ $TRAVIS_PHP_VERSION >= '7.1' ]; then php vendor/bin/coveralls; fi
- if [ $TRAVIS_PHP_VERSION >= '7.2' ]; then php vendor/bin/coveralls; fi

after_success:
- travis_retry php vendor/bin/coveralls -v
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"type": "library",
"require": {
"php": "^7.1",
"selami/stdlib": "^1.2",
"symfony/console": "^3.2",
"selami/stdlib": "^1.6",
"symfony/console": "^4.1",
"psr/container": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^6.1",
"phpunit/phpunit": "^7.2",
"zendframework/zend-servicemanager": "^3.3",
"satooshi/php-coveralls": "~1.0",
"phpunit/phpcov": "^4.0"
"php-coveralls/php-coveralls": "~1.0",
"phpunit/phpcov": "^5.0"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 53c50f1

Please sign in to comment.