We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d377009 commit e67598fCopy full SHA for e67598f
composer.json
@@ -12,13 +12,13 @@
12
}
13
],
14
"require": {
15
- "php": "^7.0 || ^5.5",
+ "php": "^7.0",
16
"psr/http-message": "^1.0"
17
},
18
"require-dev": {
19
"guzzlehttp/psr7": "^1.3",
20
"humbug/humbug": "1.0.0-alpha2",
21
- "phpunit/phpunit": "^5.5 || ^4.8",
+ "phpunit/phpunit": "^5.6",
22
"squizlabs/php_codesniffer": "^2.6"
23
24
"autoload": {
@@ -34,7 +34,7 @@
34
"config": {
35
"sort-packages": true,
36
"platform": {
37
- "php": "5.5.9"
+ "php": "7.0"
38
39
40
"scripts": {
0 commit comments