Skip to content

Commit

Permalink
Correct minimum PHP version. Default is 5.2.0, should be 5.3.1RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
saltybeagle committed Mar 7, 2011
1 parent ec1e8b7 commit 689027f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packagexmlsetup.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php
$package->dependencies['required']->php = '5.3.1RC1';
$compatible->dependencies['required']->php = '5.3.1RC1';

0 comments on commit 689027f

Please sign in to comment.