Skip to content

Commit

Permalink
Change PHP min required to 5.3.0 (namespaces). Prep for 0.1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
saltybeagle committed Dec 13, 2009
1 parent 26ddaa1 commit e8487c5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.xml
Expand Up @@ -27,8 +27,8 @@ require '/path/to/pear2/Autoload.php';
<email>saltybeagle@php.net</email>
<active>yes</active>
</lead>
<date>2009-11-10</date>
<time>11:31:06</time>
<date>2009-12-13</date>
<time>08:13:47</time>
<version>
<release>0.1.0</release>
<api>0.1.0</api>
Expand All @@ -49,7 +49,7 @@ require '/path/to/pear2/Autoload.php';
<dependencies>
<required>
<php>
<min>5.2.0</min>
<min>5.3.0</min>
</php>
<pearinstaller>
<min>2.0.0a1</min>
Expand Down
4 changes: 2 additions & 2 deletions package_compatible.xml
Expand Up @@ -27,8 +27,8 @@ require '/path/to/pear2/Autoload.php';
<email>saltybeagle@php.net</email>
<active>yes</active>
</lead>
<date>2009-11-10</date>
<time>11:31:06</time>
<date>2009-12-13</date>
<time>08:13:47</time>
<version>
<release>0.1.0</release>
<api>0.1.0</api>
Expand Down
3 changes: 3 additions & 0 deletions packagexmlsetup.php
@@ -0,0 +1,3 @@
<?php
$package->dependencies['required']->php = '5.3.0';

0 comments on commit e8487c5

Please sign in to comment.