Skip to content

Commit f2e50b8

Browse files
author
Greg Bowler
committed
Use @dev dependency syntax
1 parent 40b46ac commit f2e50b8

File tree

2 files changed

+140
-143
lines changed

2 files changed

+140
-143
lines changed

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
"type": "library",
55
"license": "MIT",
66

7-
"minimum-stability": "dev",
8-
97
"provide": {
108
"php-http/client-implementation": "1.0",
119
"php-http/async-client-implementation": "1.0"
@@ -15,8 +13,8 @@
1513
"php": ">=7.2",
1614
"ext-curl": "*",
1715
"ext-json": "*",
18-
"phpgt/http": "dev-master",
19-
"phpgt/curl": "dev-master",
16+
"phpgt/http": "dev-master@dev",
17+
"phpgt/curl": "dev-master@dev",
2018

2119
"php-http/httplug": "^2.0",
2220
"react/promise": "2.*",

0 commit comments

Comments
 (0)