From dc2aecf3ff63806f1928d9e998cb9d3873006198 Mon Sep 17 00:00:00 2001 From: PJ Dietz Date: Wed, 29 Apr 2015 07:21:29 -0400 Subject: [PATCH] Add Composer alias for psr/http-message fork. --- composer.json | 8 +++++++- composer.lock | 47 ++++++++++++++++++++++++++++------------------- 2 files changed, 35 insertions(+), 20 deletions(-) diff --git a/composer.json b/composer.json index ebec5a4..474e25e 100644 --- a/composer.json +++ b/composer.json @@ -11,9 +11,15 @@ "email": "pj@pjdietz.com" } ], + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/pjdietz/http-message" + } + ], "require": { "php": ">=5.4.0", - "psr/http-message": "dev-master" + "psr/http-message": "dev-sync as dev-master" }, "require-dev": { "phpunit/phpunit": "~4.6" diff --git a/composer.lock b/composer.lock index b3e5414..dd06ec9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "008c17b77c590b88be5f76a2ca05f37f", + "hash": "143b626b2e5de91b8d64aa0562227845", "packages": [ { "name": "psr/http-message", - "version": "dev-master", + "version": "dev-sync", "source": { "type": "git", - "url": "https://github.com/php-fig/http-message.git", - "reference": "9723465b3e7c8ecb0436f066bfb8a13e1bac1789" + "url": "https://github.com/pjdietz/http-message.git", + "reference": "b20ba628f70c91ddf1cfd47861b54cffbab21129" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/9723465b3e7c8ecb0436f066bfb8a13e1bac1789", - "reference": "9723465b3e7c8ecb0436f066bfb8a13e1bac1789", + "url": "https://api.github.com/repos/pjdietz/http-message/zipball/b20ba628f70c91ddf1cfd47861b54cffbab21129", + "reference": "b20ba628f70c91ddf1cfd47861b54cffbab21129", "shasum": "" }, "type": "library", @@ -31,7 +31,6 @@ "Psr\\Http\\Message\\": "src" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -50,7 +49,10 @@ "request", "response" ], - "time": "2015-04-13 14:20:01" + "support": { + "source": "https://github.com/pjdietz/http-message/tree/sync" + }, + "time": "2015-04-29 11:09:38" } ], "packages-dev": [ @@ -159,16 +161,16 @@ }, { "name": "phpspec/prophecy", - "version": "1.4.0", + "version": "v1.4.1", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "8724cd239f8ef4c046f55a3b18b4d91cc7f3e4c5" + "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/8724cd239f8ef4c046f55a3b18b4d91cc7f3e4c5", - "reference": "8724cd239f8ef4c046f55a3b18b4d91cc7f3e4c5", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373", + "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373", "shasum": "" }, "require": { @@ -215,7 +217,7 @@ "spy", "stub" ], - "time": "2015-03-27 19:31:25" + "time": "2015-04-27 22:15:08" }, { "name": "phpunit/php-code-coverage", @@ -465,16 +467,16 @@ }, { "name": "phpunit/phpunit", - "version": "4.6.4", + "version": "4.6.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "163232991e652e6efed2f8470326fffa61e848e2" + "reference": "1c54dd1d9a782d7c8715bb3604cde7b6e23c2614" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/163232991e652e6efed2f8470326fffa61e848e2", - "reference": "163232991e652e6efed2f8470326fffa61e848e2", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1c54dd1d9a782d7c8715bb3604cde7b6e23c2614", + "reference": "1c54dd1d9a782d7c8715bb3604cde7b6e23c2614", "shasum": "" }, "require": { @@ -533,7 +535,7 @@ "testing", "xunit" ], - "time": "2015-04-11 05:23:21" + "time": "2015-04-29 05:04:43" }, { "name": "phpunit/phpunit-mock-objects", @@ -1012,7 +1014,14 @@ "time": "2015-03-30 15:54:10" } ], - "aliases": [], + "aliases": [ + { + "alias": "dev-master", + "alias_normalized": "9999999-dev", + "version": "dev-sync", + "package": "psr/http-message" + } + ], "minimum-stability": "stable", "stability-flags": { "psr/http-message": 20