Skip to content

Commit 55819a1

Browse files
committed
Update promise dependency
1 parent 03e7a6a commit 55819a1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require": {
1818
"php": ">=5.4",
1919
"psr/http-message": "^1.0",
20-
"php-http/promise": "^0.1"
20+
"php-http/promise": "^1.0"
2121
},
2222
"require-dev": {
2323
"phpspec/phpspec": "^2.4",
@@ -36,5 +36,7 @@
3636
"branch-alias": {
3737
"dev-master": "1.0-dev"
3838
}
39-
}
39+
},
40+
"prefer-stable": true,
41+
"minimum-stability": "rc"
4042
}

0 commit comments

Comments
 (0)