Skip to content

Commit 9b380b9

Browse files
committed
Improve composer.json
1 parent a253129 commit 9b380b9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=5.4",
14+
"php": "^5.4 || ^7.0",
1515
"psr/cache": "^1.0",
1616
"php-http/client-common": "^1.1",
1717
"php-http/message-factory": "^1.0",
@@ -39,7 +39,5 @@
3939
"branch-alias": {
4040
"dev-master": "1.1-dev"
4141
}
42-
},
43-
"prefer-stable": true,
44-
"minimum-stability": "dev"
42+
}
4543
}

0 commit comments

Comments
 (0)