Skip to content
Snippets Groups Projects
Commit 52783085 authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Fix build.

parent 8795926e
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
}, },
"require": { "require": {
"php": "~5.3", "php": "~5.3",
"simplesamlphp/saml2": "~1.5", "simplesamlphp/saml2": "~1.5.3",
"simplesamlphp/xmlseclibs": "~1.3.2", "simplesamlphp/xmlseclibs": "~1.3.2",
"whitehat101/apr1-md5": "~1.0" "whitehat101/apr1-md5": "~1.0"
}, },
......
{ {
"_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 https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "fc3fadc5fc728a0b64192750e916ada2", "hash": "df47ca40f6c0e79c52c38b9e2bf01174",
"packages": [ "packages": [
{ {
"name": "psr/log", "name": "psr/log",
...@@ -46,16 +46,16 @@ ...@@ -46,16 +46,16 @@
}, },
{ {
"name": "simplesamlphp/saml2", "name": "simplesamlphp/saml2",
"version": "v0.6.2", "version": "v1.5.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/simplesamlphp/saml2.git", "url": "https://github.com/simplesamlphp/saml2.git",
"reference": "32fb4d416d065aa5c84505e274055de331ef286e" "reference": "9617bd59c18d49b69fe315d5951cc51cdcb30e1b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/32fb4d416d065aa5c84505e274055de331ef286e", "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/9617bd59c18d49b69fe315d5951cc51cdcb30e1b",
"reference": "32fb4d416d065aa5c84505e274055de331ef286e", "reference": "9617bd59c18d49b69fe315d5951cc51cdcb30e1b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
} }
], ],
"description": "SAML2 PHP library from SimpleSAMLphp", "description": "SAML2 PHP library from SimpleSAMLphp",
"time": "2014-12-22 09:42:36" "time": "2015-05-12 13:52:00"
}, },
{ {
"name": "simplesamlphp/xmlseclibs", "name": "simplesamlphp/xmlseclibs",
...@@ -144,21 +144,65 @@ ...@@ -144,21 +144,65 @@
"xmlsec" "xmlsec"
], ],
"time": "2013-06-19 00:00:00" "time": "2013-06-19 00:00:00"
},
{
"name": "whitehat101/apr1-md5",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/whitehat101/apr1-md5.git",
"reference": "8b261c9fc0481b4e9fa9d01c6ca70867b5d5e819"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/whitehat101/apr1-md5/zipball/8b261c9fc0481b4e9fa9d01c6ca70867b5d5e819",
"reference": "8b261c9fc0481b4e9fa9d01c6ca70867b5d5e819",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "4.0.*"
},
"type": "library",
"autoload": {
"psr-4": {
"WhiteHat101\\Crypt\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeremy Ebler",
"email": "jebler@gmail.com"
}
],
"description": "Apache's APR1-MD5 algorithm in pure PHP",
"homepage": "https://github.com/whitehat101/apr1-md5",
"keywords": [
"MD5",
"apr1"
],
"time": "2015-02-11 11:06:42"
} }
], ],
"packages-dev": [ "packages-dev": [
{ {
"name": "guzzle/guzzle", "name": "guzzle/guzzle",
"version": "v3.9.2", "version": "v3.9.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/guzzle3.git", "url": "https://github.com/guzzle/guzzle3.git",
"reference": "54991459675c1a2924122afbb0e5609ade581155" "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle3/zipball/54991459675c1a2924122afbb0e5609ade581155", "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
"reference": "54991459675c1a2924122afbb0e5609ade581155", "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -199,6 +243,9 @@ ...@@ -199,6 +243,9 @@
"zendframework/zend-cache": "2.*,<2.3", "zendframework/zend-cache": "2.*,<2.3",
"zendframework/zend-log": "2.*,<2.3" "zendframework/zend-log": "2.*,<2.3"
}, },
"suggest": {
"guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
},
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
...@@ -226,7 +273,7 @@ ...@@ -226,7 +273,7 @@
"homepage": "https://github.com/guzzle/guzzle/contributors" "homepage": "https://github.com/guzzle/guzzle/contributors"
} }
], ],
"description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
"homepage": "http://guzzlephp.org/", "homepage": "http://guzzlephp.org/",
"keywords": [ "keywords": [
"client", "client",
...@@ -237,7 +284,7 @@ ...@@ -237,7 +284,7 @@
"rest", "rest",
"web service" "web service"
], ],
"time": "2014-08-11 04:32:36" "time": "2015-03-18 18:23:50"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
...@@ -302,31 +349,33 @@ ...@@ -302,31 +349,33 @@
}, },
{ {
"name": "phpunit/php-file-iterator", "name": "phpunit/php-file-iterator",
"version": "1.3.4", "version": "1.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
"reference": "acd690379117b042d1c8af1fafd61bde001bf6bb" "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb", "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a923bb15680d0089e2316f7a4af8f437046e96bb",
"reference": "acd690379117b042d1c8af1fafd61bde001bf6bb", "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
},
"autoload": { "autoload": {
"classmap": [ "classmap": [
"File/" "src/"
] ]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"include-path": [
""
],
"license": [ "license": [
"BSD-3-Clause" "BSD-3-Clause"
], ],
...@@ -343,7 +392,7 @@ ...@@ -343,7 +392,7 @@
"filesystem", "filesystem",
"iterator" "iterator"
], ],
"time": "2013-10-10 15:34:57" "time": "2015-04-02 05:19:05"
}, },
{ {
"name": "phpunit/php-text-template", "name": "phpunit/php-text-template",
...@@ -682,23 +731,26 @@ ...@@ -682,23 +731,26 @@
}, },
{ {
"name": "symfony/config", "name": "symfony/config",
"version": "v2.6.3", "version": "v2.6.7",
"target-dir": "Symfony/Component/Config", "target-dir": "Symfony/Component/Config",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Config.git", "url": "https://github.com/symfony/Config.git",
"reference": "d94f222eff99a22ce313555b78642b4873418d56" "reference": "b6fddb4aa2daaa2b06f0040071ac131b4a1ecf25"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Config/zipball/d94f222eff99a22ce313555b78642b4873418d56", "url": "https://api.github.com/repos/symfony/Config/zipball/b6fddb4aa2daaa2b06f0040071ac131b4a1ecf25",
"reference": "d94f222eff99a22ce313555b78642b4873418d56", "reference": "b6fddb4aa2daaa2b06f0040071ac131b4a1ecf25",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3", "php": ">=5.3.3",
"symfony/filesystem": "~2.3" "symfony/filesystem": "~2.3"
}, },
"require-dev": {
"symfony/phpunit-bridge": "~2.7"
},
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
...@@ -715,32 +767,32 @@ ...@@ -715,32 +767,32 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{ {
"name": "Fabien Potencier", "name": "Fabien Potencier",
"email": "fabien@symfony.com" "email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Config Component", "description": "Symfony Config Component",
"homepage": "http://symfony.com", "homepage": "https://symfony.com",
"time": "2015-01-03 08:01:59" "time": "2015-05-02 15:18:45"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v2.6.3", "version": "v2.6.7",
"target-dir": "Symfony/Component/Console", "target-dir": "Symfony/Component/Console",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Console.git", "url": "https://github.com/symfony/Console.git",
"reference": "6ac6491ff60c0e5a941db3ccdc75a07adbb61476" "reference": "ebc5679854aa24ed7d65062e9e3ab0b18a917272"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Console/zipball/6ac6491ff60c0e5a941db3ccdc75a07adbb61476", "url": "https://api.github.com/repos/symfony/Console/zipball/ebc5679854aa24ed7d65062e9e3ab0b18a917272",
"reference": "6ac6491ff60c0e5a941db3ccdc75a07adbb61476", "reference": "ebc5679854aa24ed7d65062e9e3ab0b18a917272",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -749,6 +801,7 @@ ...@@ -749,6 +801,7 @@
"require-dev": { "require-dev": {
"psr/log": "~1.0", "psr/log": "~1.0",
"symfony/event-dispatcher": "~2.1", "symfony/event-dispatcher": "~2.1",
"symfony/phpunit-bridge": "~2.7",
"symfony/process": "~2.1" "symfony/process": "~2.1"
}, },
"suggest": { "suggest": {
...@@ -772,32 +825,32 @@ ...@@ -772,32 +825,32 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{ {
"name": "Fabien Potencier", "name": "Fabien Potencier",
"email": "fabien@symfony.com" "email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "http://symfony.com", "homepage": "https://symfony.com",
"time": "2015-01-06 17:50:02" "time": "2015-05-02 15:18:45"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v2.6.3", "version": "v2.6.7",
"target-dir": "Symfony/Component/EventDispatcher", "target-dir": "Symfony/Component/EventDispatcher",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/EventDispatcher.git", "url": "https://github.com/symfony/EventDispatcher.git",
"reference": "40ff70cadea3785d83cac1c8309514b36113064e" "reference": "672593bc4b0043a0acf91903bb75a1c82d8f2e02"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/40ff70cadea3785d83cac1c8309514b36113064e", "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/672593bc4b0043a0acf91903bb75a1c82d8f2e02",
"reference": "40ff70cadea3785d83cac1c8309514b36113064e", "reference": "672593bc4b0043a0acf91903bb75a1c82d8f2e02",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -808,6 +861,7 @@ ...@@ -808,6 +861,7 @@
"symfony/config": "~2.0,>=2.0.5", "symfony/config": "~2.0,>=2.0.5",
"symfony/dependency-injection": "~2.6", "symfony/dependency-injection": "~2.6",
"symfony/expression-language": "~2.6", "symfony/expression-language": "~2.6",
"symfony/phpunit-bridge": "~2.7",
"symfony/stopwatch": "~2.3" "symfony/stopwatch": "~2.3"
}, },
"suggest": { "suggest": {
...@@ -830,37 +884,40 @@ ...@@ -830,37 +884,40 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{ {
"name": "Fabien Potencier", "name": "Fabien Potencier",
"email": "fabien@symfony.com" "email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony EventDispatcher Component", "description": "Symfony EventDispatcher Component",
"homepage": "http://symfony.com", "homepage": "https://symfony.com",
"time": "2015-01-05 14:28:40" "time": "2015-05-02 15:18:45"
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v2.6.3", "version": "v2.6.7",
"target-dir": "Symfony/Component/Filesystem", "target-dir": "Symfony/Component/Filesystem",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Filesystem.git", "url": "https://github.com/symfony/Filesystem.git",
"reference": "a1f566d1f92e142fa1593f4555d6d89e3044a9b7" "reference": "f73904bd2dae525c42ea1f0340c7c98480ecacde"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Filesystem/zipball/a1f566d1f92e142fa1593f4555d6d89e3044a9b7", "url": "https://api.github.com/repos/symfony/Filesystem/zipball/f73904bd2dae525c42ea1f0340c7c98480ecacde",
"reference": "a1f566d1f92e142fa1593f4555d6d89e3044a9b7", "reference": "f73904bd2dae525c42ea1f0340c7c98480ecacde",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"require-dev": {
"symfony/phpunit-bridge": "~2.7"
},
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
...@@ -877,37 +934,40 @@ ...@@ -877,37 +934,40 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{ {
"name": "Fabien Potencier", "name": "Fabien Potencier",
"email": "fabien@symfony.com" "email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Filesystem Component", "description": "Symfony Filesystem Component",
"homepage": "http://symfony.com", "homepage": "https://symfony.com",
"time": "2015-01-03 21:13:09" "time": "2015-05-08 00:09:07"
}, },
{ {
"name": "symfony/stopwatch", "name": "symfony/stopwatch",
"version": "v2.6.3", "version": "v2.6.7",
"target-dir": "Symfony/Component/Stopwatch", "target-dir": "Symfony/Component/Stopwatch",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Stopwatch.git", "url": "https://github.com/symfony/Stopwatch.git",
"reference": "e8da5286132ba75ce4b4275fbf0f4cd369bfd71c" "reference": "b470f87c69837cb71115f1fa720388bb19b63635"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Stopwatch/zipball/e8da5286132ba75ce4b4275fbf0f4cd369bfd71c", "url": "https://api.github.com/repos/symfony/Stopwatch/zipball/b470f87c69837cb71115f1fa720388bb19b63635",
"reference": "e8da5286132ba75ce4b4275fbf0f4cd369bfd71c", "reference": "b470f87c69837cb71115f1fa720388bb19b63635",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"require-dev": {
"symfony/phpunit-bridge": "~2.7"
},
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
...@@ -924,37 +984,40 @@ ...@@ -924,37 +984,40 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{ {
"name": "Fabien Potencier", "name": "Fabien Potencier",
"email": "fabien@symfony.com" "email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Stopwatch Component", "description": "Symfony Stopwatch Component",
"homepage": "http://symfony.com", "homepage": "https://symfony.com",
"time": "2015-01-03 08:01:59" "time": "2015-05-02 15:18:45"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v2.6.3", "version": "v2.6.7",
"target-dir": "Symfony/Component/Yaml", "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": "82462a90848a52c2533aa6b598b107d68076b018" "reference": "f157ab074e453ecd4c0fa775f721f6e67a99d9e2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Yaml/zipball/82462a90848a52c2533aa6b598b107d68076b018", "url": "https://api.github.com/repos/symfony/Yaml/zipball/f157ab074e453ecd4c0fa775f721f6e67a99d9e2",
"reference": "82462a90848a52c2533aa6b598b107d68076b018", "reference": "f157ab074e453ecd4c0fa775f721f6e67a99d9e2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"require-dev": {
"symfony/phpunit-bridge": "~2.7"
},
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
...@@ -971,18 +1034,18 @@ ...@@ -971,18 +1034,18 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{ {
"name": "Fabien Potencier", "name": "Fabien Potencier",
"email": "fabien@symfony.com" "email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "http://symfony.com", "homepage": "https://symfony.com",
"time": "2015-01-03 15:33:07" "time": "2015-05-02 15:18:45"
} }
], ],
"aliases": [], "aliases": [],
...@@ -991,6 +1054,7 @@ ...@@ -991,6 +1054,7 @@
"satooshi/php-coveralls": 20 "satooshi/php-coveralls": 20
}, },
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false,
"platform": { "platform": {
"php": "~5.3" "php": "~5.3"
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment