diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-12-19 07:15:46 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-12-19 07:15:46 +0100 |
commit | ed9e91fa847f09b520bffd7a77c0b38c94963eba (patch) | |
tree | 2c663202e96df2a0a4655eb844eb47d7e3dc1c44 /channel.xml |
php-channel-guzzle: import from rawhide
Diffstat (limited to 'channel.xml')
-rw-r--r-- | channel.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/channel.xml b/channel.xml new file mode 100644 index 0000000..65ed8d4 --- /dev/null +++ b/channel.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<channel version="1.0" xmlns="http://pear.php.net/channel-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/channel-1.0 http://pear.php.net/dtd/channel-1.0.xsd"> + <name>guzzlephp.org/pear</name> + <summary>Guzzle PEAR channel</summary> + <suggestedalias>guzzle</suggestedalias> + <servers> + <primary> + <rest> + <baseurl type="REST1.0">http://guzzlephp.org/pear/rest/</baseurl> + <baseurl type="REST1.1">http://guzzlephp.org/pear/rest/</baseurl> + <baseurl type="REST1.2">http://guzzlephp.org/pear/rest/</baseurl> + <baseurl type="REST1.3">http://guzzlephp.org/pear/rest/</baseurl> + </rest> + </primary> + </servers> +</channel>
\ No newline at end of file |