Skip to content

Commit

Permalink
Upgraded to 0.2.1 to get the upgraded OpenID
Browse files Browse the repository at this point in the history
  • Loading branch information
shupp committed Apr 1, 2012
1 parent 8e7c5e1 commit 3059869
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 8 deletions.
6 changes: 3 additions & 3 deletions generatePackage.php
Expand Up @@ -26,8 +26,8 @@
$packagexml->setDescription('See ezrp.me for details');

$packagexml->setChannel('shupp.github.com/pirum');
$packagexml->setAPIVersion('0.2.0');
$packagexml->setReleaseVersion('0.2.0');
$packagexml->setAPIVersion('0.2.1');
$packagexml->setReleaseVersion('0.2.1');

$packagexml->setReleaseStability('alpha');

Expand All @@ -53,7 +53,7 @@
$packagexml->setPhpDep('5.1.2');
$packagexml->setPearinstallerDep('1.4.0b1');
$packagexml->addPackageDepWithChannel('required', 'HTTP_OAuth', 'pear.php.net', '0.2.3');
$packagexml->addPackageDepWithChannel('required', 'OpenID', 'pear.php.net', '0.3.2');
$packagexml->addPackageDepWithChannel('required', 'OpenID', 'pear.php.net', '0.3.3');
$packagexml->addPackageDepWithChannel('required', 'Net_URL2', 'pear.php.net', '0.2.0');
$packagexml->addPackageDepWithChannel('required', 'Cache_Lite', 'pear.php.net');

Expand Down
27 changes: 22 additions & 5 deletions package.xml
Expand Up @@ -13,11 +13,11 @@
<email>shupp@php.net</email>
<active>yes</active>
</lead>
<date>2012-02-05</date>
<time>11:57:31</time>
<date>2012-04-01</date>
<time>13:17:11</time>
<version>
<release>0.2.0</release>
<api>0.2.0</api>
<release>0.2.1</release>
<api>0.2.1</api>
</version>
<stability>
<release>alpha</release>
Expand Down Expand Up @@ -76,7 +76,7 @@
<package>
<name>OpenID</name>
<channel>pear.php.net</channel>
<min>0.3.2</min>
<min>0.3.3</min>
</package>
<package>
<name>Net_URL2</name>
Expand Down Expand Up @@ -122,6 +122,23 @@
<notes>
* Added EZRP::getProfileData(), only the twitter driver is supported though
* Updated twitter oauth url
* Prepped 0.2.0 release
</notes>
</release>
<release>
<version>
<release>0.2.1</release>
<api>0.2.1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2012-04-01</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
<notes>
* Added EZRP::getProfileData(), only the twitter driver is supported though
* Updated twitter oauth url
* Prepped 0.2.0 release
</notes>
</release>
Expand Down

0 comments on commit 3059869

Please sign in to comment.