Remove HttpExceptions from Composer

This commit is contained in:
PJ Dietz 2015-05-10 20:24:35 -04:00
parent 64eb5aecdd
commit 9cc08bb875
2 changed files with 7 additions and 8 deletions

View File

@ -27,7 +27,6 @@
"autoload": {
"psr-4": {
"WellRESTed\\" : "src/"
},
"classmap": ["src/HttpExceptions.php"]
}
}
}

12
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "143b626b2e5de91b8d64aa0562227845",
"hash": "209edd68b6ddfb3b72782c0560598e07",
"packages": [
{
"name": "psr/http-message",
@ -467,16 +467,16 @@
},
{
"name": "phpunit/phpunit",
"version": "4.6.5",
"version": "4.6.6",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "1c54dd1d9a782d7c8715bb3604cde7b6e23c2614"
"reference": "3afe303d873a4d64c62ef84de491b97b006fbdac"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1c54dd1d9a782d7c8715bb3604cde7b6e23c2614",
"reference": "1c54dd1d9a782d7c8715bb3604cde7b6e23c2614",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3afe303d873a4d64c62ef84de491b97b006fbdac",
"reference": "3afe303d873a4d64c62ef84de491b97b006fbdac",
"shasum": ""
},
"require": {
@ -535,7 +535,7 @@
"testing",
"xunit"
],
"time": "2015-04-29 05:04:43"
"time": "2015-04-29 15:18:52"
},
{
"name": "phpunit/phpunit-mock-objects",