Skip to content
Snippets Groups Projects
Commit b6f5bfdc authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Set php-coveralls dep to version 1.0 to fix build for PHP 5.3 and 5.4.

parent a1ad613c
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~3.7", "phpunit/phpunit": "~3.7",
"satooshi/php-coveralls": "dev-master" "satooshi/php-coveralls": "^1.0"
}, },
"support": { "support": {
"issues": "https://github.com/simplesamlphp/simplesamlphp/issues", "issues": "https://github.com/simplesamlphp/simplesamlphp/issues",
......
...@@ -4,8 +4,8 @@ ...@@ -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": "b4170f6ef1aa19cf7299c56a91332fff", "hash": "79273d493e7d184e2726c3e6b13c0d05",
"content-hash": "37c3a3afccac2b94a358d00516a2a3a8", "content-hash": "675e663d2d81f0fb3ab32dbb80d2892d",
"packages": [ "packages": [
{ {
"name": "psr/log", "name": "psr/log",
...@@ -640,16 +640,16 @@ ...@@ -640,16 +640,16 @@
}, },
{ {
"name": "satooshi/php-coveralls", "name": "satooshi/php-coveralls",
"version": "dev-master", "version": "v1.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/satooshi/php-coveralls.git", "url": "https://github.com/satooshi/php-coveralls.git",
"reference": "f2fe833caef2c65620c11f5fabe60040df39339f" "reference": "3edbdbdb4f4cfab5cb9ce83655ff81432f2221a6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/f2fe833caef2c65620c11f5fabe60040df39339f", "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/3edbdbdb4f4cfab5cb9ce83655ff81432f2221a6",
"reference": "f2fe833caef2c65620c11f5fabe60040df39339f", "reference": "3edbdbdb4f4cfab5cb9ce83655ff81432f2221a6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -699,20 +699,20 @@ ...@@ -699,20 +699,20 @@
"github", "github",
"test" "test"
], ],
"time": "2015-12-17 20:16:23" "time": "2015-12-28 09:07:32"
}, },
{ {
"name": "symfony/config", "name": "symfony/config",
"version": "v3.0.0", "version": "v3.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/config.git", "url": "https://github.com/symfony/config.git",
"reference": "40bae8658dbbb500ebc19aa9fde22dc4295fc290" "reference": "58680a6516a457a6c65044fe33586c4a81fdff01"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/40bae8658dbbb500ebc19aa9fde22dc4295fc290", "url": "https://api.github.com/repos/symfony/config/zipball/58680a6516a457a6c65044fe33586c4a81fdff01",
"reference": "40bae8658dbbb500ebc19aa9fde22dc4295fc290", "reference": "58680a6516a457a6c65044fe33586c4a81fdff01",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -749,20 +749,20 @@ ...@@ -749,20 +749,20 @@
], ],
"description": "Symfony Config Component", "description": "Symfony Config Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-11-02 20:34:04" "time": "2015-12-26 13:39:53"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v3.0.0", "version": "v3.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "175871ca8d1ef16ff8d8cac395a1c73afa8d0e63" "reference": "ebcdc507829df915f4ca23067bd59ee4ef61f6c3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/175871ca8d1ef16ff8d8cac395a1c73afa8d0e63", "url": "https://api.github.com/repos/symfony/console/zipball/ebcdc507829df915f4ca23067bd59ee4ef61f6c3",
"reference": "175871ca8d1ef16ff8d8cac395a1c73afa8d0e63", "reference": "ebcdc507829df915f4ca23067bd59ee4ef61f6c3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -809,11 +809,11 @@ ...@@ -809,11 +809,11 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-11-30 12:36:17" "time": "2015-12-22 10:39:06"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v2.8.0", "version": "v2.8.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
...@@ -873,16 +873,16 @@ ...@@ -873,16 +873,16 @@
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v3.0.0", "version": "v3.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/filesystem.git", "url": "https://github.com/symfony/filesystem.git",
"reference": "692d98d813e4ef314b9c22775c86ddbeb0f44884" "reference": "c2e59d11dccd135dc8f00ee97f34fe1de842e70c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/692d98d813e4ef314b9c22775c86ddbeb0f44884", "url": "https://api.github.com/repos/symfony/filesystem/zipball/c2e59d11dccd135dc8f00ee97f34fe1de842e70c",
"reference": "692d98d813e4ef314b9c22775c86ddbeb0f44884", "reference": "c2e59d11dccd135dc8f00ee97f34fe1de842e70c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -918,25 +918,28 @@ ...@@ -918,25 +918,28 @@
], ],
"description": "Symfony Filesystem Component", "description": "Symfony Filesystem Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-11-23 10:41:47" "time": "2015-12-22 10:39:06"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
"version": "v1.0.0", "version": "v1.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "0b6a8940385311a24e060ec1fe35680e17c74497" "reference": "49ff736bd5d41f45240cec77b44967d76e0c3d25"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0b6a8940385311a24e060ec1fe35680e17c74497", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/49ff736bd5d41f45240cec77b44967d76e0c3d25",
"reference": "0b6a8940385311a24e060ec1fe35680e17c74497", "reference": "49ff736bd5d41f45240cec77b44967d76e0c3d25",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
...@@ -974,11 +977,11 @@ ...@@ -974,11 +977,11 @@
"portable", "portable",
"shim" "shim"
], ],
"time": "2015-11-04 20:28:58" "time": "2015-11-20 09:19:13"
}, },
{ {
"name": "symfony/stopwatch", "name": "symfony/stopwatch",
"version": "v3.0.0", "version": "v3.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/stopwatch.git", "url": "https://github.com/symfony/stopwatch.git",
...@@ -1027,16 +1030,16 @@ ...@@ -1027,16 +1030,16 @@
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v2.8.0", "version": "v2.8.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "f79824187de95064a2f5038904c4d7f0227fedb5" "reference": "ac84cbb98b68a6abbc9f5149eb96ccc7b07b8966"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/f79824187de95064a2f5038904c4d7f0227fedb5", "url": "https://api.github.com/repos/symfony/yaml/zipball/ac84cbb98b68a6abbc9f5149eb96ccc7b07b8966",
"reference": "f79824187de95064a2f5038904c4d7f0227fedb5", "reference": "ac84cbb98b68a6abbc9f5149eb96ccc7b07b8966",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1072,14 +1075,12 @@ ...@@ -1072,14 +1075,12 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-11-30 12:35:10" "time": "2015-12-26 13:37:56"
} }
], ],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": [],
"satooshi/php-coveralls": 20
},
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment