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

Commit a7313a2

Browse files
committed
Moves curl dependency to require-dev
1 parent 1b4dd2b commit a7313a2

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
@@ -12,12 +12,12 @@
1212
],
1313
"require": {
1414
"php": ">=5.4",
15-
"ext-curl": "*",
1615
"php-http/adapter-core": "0.1.*@dev",
1716
"guzzlehttp/guzzle": "~5.1",
1817
"guzzlehttp/ringphp": "^1.0.8@dev"
1918
},
2019
"require-dev": {
20+
"ext-curl": "*",
2121
"php-http/adapter-integration-tests": "0.1.*@dev"
2222
},
2323
"provide": {

0 commit comments

Comments
 (0)