We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c07b52c commit d776021Copy full SHA for d776021
1 file changed
composer.json
@@ -21,10 +21,9 @@
21
"source": "http://git.hoa-project.net/"
22
},
23
"require": {
24
- "hoa/core" : "dev-master",
25
- "hoa/stream": "dev-master"
+ "hoa/core" : "~1.0",
+ "hoa/stream": "~0.0"
26
27
- "minimum-stability": "dev",
28
- "target-dir" : "Hoa/Http",
29
- "autoload" : { "psr-0": { "Hoa\\Http": "." } }
+ "target-dir": "Hoa/Http",
+ "autoload" : { "psr-0": { "Hoa\\Http": "." } }
30
}
0 commit comments