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

Depend on PHP 5.3.2 accordingly.

This commit is contained in:
Andreas Fischer 2014-06-19 16:16:20 +02:00
parent b50ef2dc64
commit 42faf9e767
2 changed files with 5 additions and 4 deletions

View File

@ -46,7 +46,7 @@
} }
], ],
"require": { "require": {
"php": ">=5.3.0" "php": ">=5.3.2"
}, },
"require-dev": { "require-dev": {
"phing/phing": "2.7.*", "phing/phing": "2.7.*",

7
composer.lock generated
View File

@ -1,9 +1,10 @@
{ {
"_readme": [ "_readme": [
"This file locks the dependencies of your project to a known state", "This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
], ],
"hash": "1c5f986d03274ed0b7d509768d1bf277", "hash": "c798aae793e5a1293ee41fbf9c9bdbfa",
"packages": [ "packages": [
], ],
@ -769,7 +770,7 @@
], ],
"platform": { "platform": {
"php": ">=5.3.0" "php": ">=5.3.2"
}, },
"platform-dev": [ "platform-dev": [