Skip to content

Commit

Permalink
IHF: Trying to make dependencies ok for different php versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Aug 8, 2017
1 parent cdfd1f6 commit fa7e4d1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ php:
- 7.1

install:
- composer install
- composer update
- composer require satooshi/php-coveralls --dev

script:
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"symfony/finder": "^2.7|^3.0",
"symfony/process": "^2.7|^3.0",
"symfony/var-dumper": "^2.7|^3.0",
"spatie/array-to-xml": "~2.3.0",
"doctrine/inflector": "1.1.*"
"spatie/array-to-xml": "^2.2"
},
"require-dev": {
"phpunit/phpunit": "^5.0",
Expand Down
37 changes: 19 additions & 18 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fa7e4d1

Please sign in to comment.