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

Commit 4508766

Browse files
committed
Updated deps
- Use `^5.5 || ^7.0` for PHP version. - Use `^4.8` for PHPUnit version.
1 parent 84893b2 commit 4508766

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ matrix:
3636
- php: 7
3737
- php: hhvm
3838
allow_failures:
39-
- php: 7
4039
- php: hhvm
4140

4241
notifications:

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
},
1515
"require": {
16-
"php": ">=5.5"
16+
"php": "^5.5 || ^7.0"
1717
},
1818
"minimum-stability": "dev",
1919
"prefer-stable": true,
@@ -30,6 +30,6 @@
3030
},
3131
"require-dev": {
3232
"fabpot/php-cs-fixer": "1.7.*",
33-
"phpunit/PHPUnit": "~4.0"
33+
"phpunit/PHPUnit": "^4.8"
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)