Change composer dependencies to be compatible with PHP 5.3

This commit is contained in:
Frederic Guillot
2016-05-24 23:24:46 -04:00
parent a2e5d022e5
commit 774734a820
2 changed files with 22 additions and 23 deletions

View File

@@ -14,7 +14,7 @@
"discard-changes": true "discard-changes": true
}, },
"require" : { "require" : {
"php" : ">=5.3", "php" : ">=5.3.3",
"ext-gd" : "*", "ext-gd" : "*",
"ext-mbstring" : "*", "ext-mbstring" : "*",
"ext-hash" : "*", "ext-hash" : "*",
@@ -50,7 +50,8 @@
] ]
}, },
"require-dev" : { "require-dev" : {
"symfony/yaml" : "2.1",
"symfony/stopwatch" : "~2.6", "symfony/stopwatch" : "~2.6",
"phpunit/phpunit": "4.8.*" "phpunit/phpunit" : "4.8.*"
} }
} }

40
composer.lock generated
View File

@@ -4,8 +4,8 @@
"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"
], ],
"hash": "7dce69b83d7c6e14d2260e7b63352f8c", "hash": "d9622d90bef6f3316b84a374fc73f1d0",
"content-hash": "39143d0a5ad67dd0394826aa1845cad7", "content-hash": "593b137facd6a5d8fc4b8f4838b99ddb",
"packages": [ "packages": [
{ {
"name": "christian-riesen/base32", "name": "christian-riesen/base32",
@@ -1813,34 +1813,32 @@
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v3.0.6", "version": "v2.1.0",
"target-dir": "Symfony/Component/Yaml",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "0047c8366744a16de7516622c5b7355336afae96" "reference": "f18e004fc975707bb4695df1dbbe9b0d8c8b7715"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/0047c8366744a16de7516622c5b7355336afae96", "url": "https://api.github.com/repos/symfony/yaml/zipball/f18e004fc975707bb4695df1dbbe9b0d8c8b7715",
"reference": "0047c8366744a16de7516622c5b7355336afae96", "reference": "f18e004fc975707bb4695df1dbbe9b0d8c8b7715",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.5.9" "php": ">=5.3.3"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.0-dev" "dev-master": "2.1-dev"
} }
}, },
"autoload": { "autoload": {
"psr-4": { "psr-0": {
"Symfony\\Component\\Yaml\\": "" "Symfony\\Component\\Yaml": ""
}, }
"exclude-from-classmap": [
"/Tests/"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@@ -1848,17 +1846,17 @@
], ],
"authors": [ "authors": [
{ {
"name": "Fabien Potencier", "name": "Symfony Community",
"email": "fabien@symfony.com" "homepage": "http://symfony.com/contributors"
}, },
{ {
"name": "Symfony Community", "name": "Fabien Potencier",
"homepage": "https://symfony.com/contributors" "email": "fabien@symfony.com"
} }
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "http://symfony.com",
"time": "2016-03-04 07:55:57" "time": "2012-08-22 13:48:41"
} }
], ],
"aliases": [], "aliases": [],
@@ -1871,7 +1869,7 @@
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": ">=5.3", "php": ">=5.3.3",
"ext-gd": "*", "ext-gd": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"ext-hash": "*", "ext-hash": "*",