Add Composer alias for psr/http-message fork.

This commit is contained in:
PJ Dietz 2015-04-29 07:21:29 -04:00
parent af9fbf9c50
commit dc2aecf3ff
2 changed files with 35 additions and 20 deletions

View File

@ -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"

47
composer.lock generated
View File

@ -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