1
0
mirror of https://github.com/danog/phpseclib.git synced 2024-12-12 09:09:39 +01:00

Merge pull request #177 from bantu/php5.3-minimum-requirement

Make PHP 5.3 the minimum requirement

* bantu/php5.3-minimum-requirement:
  Remove the PHP 5.2 travis environment.
  Require PHP 5.3 in composer.json
This commit is contained in:
Andreas Fischer 2013-11-23 20:04:59 +01:00
commit e2fea7ca4b
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
language: php language: php
php: php:
- 5.2
- 5.3.3 - 5.3.3
- 5.3 - 5.3
- 5.4 - 5.4

View File

@ -29,7 +29,7 @@
} }
], ],
"require": { "require": {
"php": ">=5.0.0" "php": ">=5.3.0"
}, },
"suggest": { "suggest": {
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.", "ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",