Package downgrades to run tests on PHP 5.3
This commit is contained in:
parent
9e87d05c5a
commit
bf03eda8f6
|
|
@ -40,7 +40,7 @@
|
|||
"zendframework/zend-math": "2.5.1",
|
||||
"zendframework/zend-serializer": "2.5.*",
|
||||
"zendframework/zend-servicemanager": "2.5.*",
|
||||
"zendframework/zend-stdlib": "2.5.*"
|
||||
"zendframework/zend-stdlib": "2.5.1"
|
||||
},
|
||||
"suggest": {
|
||||
"league/oauth2-google": "Needed for Google XOAUTH2 authentication"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "11ce0427459b44c61a506297d75af378",
|
||||
"content-hash": "7e4b1bef833056eed0df39fad5399d7a",
|
||||
"packages": [],
|
||||
"packages-dev": [
|
||||
{
|
||||
|
|
@ -3412,20 +3412,20 @@
|
|||
},
|
||||
{
|
||||
"name": "zendframework/zend-stdlib",
|
||||
"version": "2.5.2",
|
||||
"version": "2.5.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/zendframework/zend-stdlib.git",
|
||||
"reference": "2e50c4e8f8d0ab928aa5beeb21644f30bf2cc8bf"
|
||||
"reference": "cc8e90a60dd5d44b9730b77d07b97550091da1ae"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/2e50c4e8f8d0ab928aa5beeb21644f30bf2cc8bf",
|
||||
"reference": "2e50c4e8f8d0ab928aa5beeb21644f30bf2cc8bf",
|
||||
"url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/cc8e90a60dd5d44b9730b77d07b97550091da1ae",
|
||||
"reference": "cc8e90a60dd5d44b9730b77d07b97550091da1ae",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.5"
|
||||
"php": ">=5.3.23"
|
||||
},
|
||||
"require-dev": {
|
||||
"fabpot/php-cs-fixer": "1.7.*",
|
||||
|
|
@ -3464,7 +3464,7 @@
|
|||
"stdlib",
|
||||
"zf2"
|
||||
],
|
||||
"time": "2015-07-21T14:59:49+00:00"
|
||||
"time": "2015-06-03T15:32:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "zetacomponents/base",
|
||||
|
|
|
|||
Loading…
Reference in New Issue