Package downgrades to run tests on PHP 5.3

This commit is contained in:
Marcus Bointon 2017-03-15 15:13:09 +01:00
parent 9e87d05c5a
commit bf03eda8f6
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
2 changed files with 8 additions and 8 deletions

View File

@ -40,7 +40,7 @@
"zendframework/zend-math": "2.5.1", "zendframework/zend-math": "2.5.1",
"zendframework/zend-serializer": "2.5.*", "zendframework/zend-serializer": "2.5.*",
"zendframework/zend-servicemanager": "2.5.*", "zendframework/zend-servicemanager": "2.5.*",
"zendframework/zend-stdlib": "2.5.*" "zendframework/zend-stdlib": "2.5.1"
}, },
"suggest": { "suggest": {
"league/oauth2-google": "Needed for Google XOAUTH2 authentication" "league/oauth2-google": "Needed for Google XOAUTH2 authentication"

14
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "11ce0427459b44c61a506297d75af378", "content-hash": "7e4b1bef833056eed0df39fad5399d7a",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
@ -3412,20 +3412,20 @@
}, },
{ {
"name": "zendframework/zend-stdlib", "name": "zendframework/zend-stdlib",
"version": "2.5.2", "version": "2.5.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-stdlib.git", "url": "https://github.com/zendframework/zend-stdlib.git",
"reference": "2e50c4e8f8d0ab928aa5beeb21644f30bf2cc8bf" "reference": "cc8e90a60dd5d44b9730b77d07b97550091da1ae"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/2e50c4e8f8d0ab928aa5beeb21644f30bf2cc8bf", "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/cc8e90a60dd5d44b9730b77d07b97550091da1ae",
"reference": "2e50c4e8f8d0ab928aa5beeb21644f30bf2cc8bf", "reference": "cc8e90a60dd5d44b9730b77d07b97550091da1ae",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.5" "php": ">=5.3.23"
}, },
"require-dev": { "require-dev": {
"fabpot/php-cs-fixer": "1.7.*", "fabpot/php-cs-fixer": "1.7.*",
@ -3464,7 +3464,7 @@
"stdlib", "stdlib",
"zf2" "zf2"
], ],
"time": "2015-07-21T14:59:49+00:00" "time": "2015-06-03T15:32:03+00:00"
}, },
{ {
"name": "zetacomponents/base", "name": "zetacomponents/base",