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

Commit 70424b7

Browse files
committed
Update composer.json
Installation fails because 0.4 does not exist. Changing to "0.3 and above" fixes things, as it installs 0.3 while 1.0 is still in pre-release status. Alternatively, we could set minimum stability to dev, and then require "^1.0" of message-factory, but seeing as that's not ready yet, I think going lower is better for now, so at least current implementations will continue to work.
1 parent 7d4a7dc commit 70424b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": ">=5.4",
1515
"php-http/httplug": "^1.0.0-alpha2@dev",
16-
"php-http/message-factory": "^0.4@dev"
16+
"php-http/message-factory": "^0.3@dev"
1717
},
1818
"require-dev": {
1919
"phpspec/phpspec": "^2.2",

0 commit comments

Comments
 (0)