Skip to content

Commit 3a55999

Browse files
committed
Added @dev in composer
1 parent 364814f commit 3a55999

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

composer.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,10 @@
1212
"name": "Enrico Zimuel"
1313
}
1414
],
15-
"repositories": [
16-
{
17-
"type": "vcs",
18-
"url": "https://github.com/ezimuel/RingPHP"
19-
},
20-
{
21-
"type": "vcs",
22-
"url": "https://github.com/ezimuel/streams"
23-
}
24-
],
2515
"require": {
2616
"php": "^7.1",
2717
"ext-json": ">=1.3.7",
28-
"guzzlehttp/ringphp": "dev-fork-elasticsearch@dev",
29-
"guzzlehttp/streams": "dev-fork-elasticsearch@dev",
18+
"ezimuel/ringphp": "@dev",
3019
"psr/log": "~1.0"
3120
},
3221
"require-dev": {

0 commit comments

Comments
 (0)