Skip to content

Commit fa7e4d1

Browse files
committed
IHF: Trying to make dependencies ok for different php versions.
1 parent cdfd1f6 commit fa7e4d1

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ php:
66
- 7.1
77

88
install:
9-
- composer install
9+
- composer update
1010
- composer require satooshi/php-coveralls --dev
1111

1212
script:

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
"symfony/finder": "^2.7|^3.0",
1818
"symfony/process": "^2.7|^3.0",
1919
"symfony/var-dumper": "^2.7|^3.0",
20-
"spatie/array-to-xml": "~2.3.0",
21-
"doctrine/inflector": "1.1.*"
20+
"spatie/array-to-xml": "^2.2"
2221
},
2322
"require-dev": {
2423
"phpunit/phpunit": "^5.0",

composer.lock

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

0 commit comments

Comments
 (0)