Changeset 283 for branches/2.3/pear

Show
Ignore:
Timestamp:
11/03/07 08:55:25 (1 year ago)
Author:
hans
Message:

Upping min PHP requirements to 5.1 (we are using optional typehints)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.3/pear/BuildPhingPEARPackageTask.php

    r188 r283  
    170170 
    171171                // "core" dependencies 
    172                 $package->setPhpDep('5.0.0'); 
     172                $package->setPhpDep('5.1.0'); 
    173173                $package->setPearinstallerDep('1.4.0'); 
    174174