mirror of
https://github.com/danog/phpseclib.git
synced 2024-11-30 04:39:21 +01:00
Require PHP 5.3.3 since that is the lowest version we are running tests on.
This commit is contained in:
parent
520fdcdd29
commit
293df05546
@ -46,7 +46,7 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3.2"
|
||||
"php": ">=5.3.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"phing/phing": "~2.7",
|
||||
|
5
composer.lock
generated
5
composer.lock
generated
@ -4,7 +4,7 @@
|
||||
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "ac4c1e95b626e10464bc35aec0f78db8",
|
||||
"hash": "25def9f5be652e96726947c49eebb634",
|
||||
"packages": [],
|
||||
"packages-dev": [
|
||||
{
|
||||
@ -1373,8 +1373,9 @@
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": [],
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": {
|
||||
"php": ">=5.3.2"
|
||||
"php": ">=5.3.3"
|
||||
},
|
||||
"platform-dev": []
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user