Skip to content

Commit

Permalink
HTTP extension is PECL-installable.
Browse files Browse the repository at this point in the history
Also make sure to not install 2.0.0+ which is BC breaking.
  • Loading branch information
yunosh committed Nov 22, 2013
1 parent f4634fd commit feafbf2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions framework/Http/package.xml
Expand Up @@ -116,12 +116,17 @@
<max>3.0.0alpha1</max>
<exclude>3.0.0alpha1</exclude>
</package>
<package>
<name>pecl_http</name>
<channel>pecl.php.net</channel>
<min>1.7.0</min>
<max>2.0.0alpha1</max>
<exclude>2.0.0alpha1</exclude>
<providesextension>http</providesextension>
</package>
<extension>
<name>curl</name>
</extension>
<extension>
<name>http</name>
</extension>
</optional>
</dependencies>
<phprelease>
Expand Down

0 comments on commit feafbf2

Please sign in to comment.