Skip to content

Commit e67598f

Browse files
committed
Drop support for PHP under 7.0 in composer files
1 parent d377009 commit e67598f

File tree

2 files changed

+307
-109
lines changed

2 files changed

+307
-109
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.0 || ^5.5",
15+
"php": "^7.0",
1616
"psr/http-message": "^1.0"
1717
},
1818
"require-dev": {
1919
"guzzlehttp/psr7": "^1.3",
2020
"humbug/humbug": "1.0.0-alpha2",
21-
"phpunit/phpunit": "^5.5 || ^4.8",
21+
"phpunit/phpunit": "^5.6",
2222
"squizlabs/php_codesniffer": "^2.6"
2323
},
2424
"autoload": {
@@ -34,7 +34,7 @@
3434
"config": {
3535
"sort-packages": true,
3636
"platform": {
37-
"php": "5.5.9"
37+
"php": "7.0"
3838
}
3939
},
4040
"scripts": {

0 commit comments

Comments
 (0)