Update Composer after adding ShamServer to Packagist

This commit is contained in:
PJ Dietz 2014-07-26 12:37:03 -04:00
parent 60eaabadd5
commit b2ad26acca
2 changed files with 6 additions and 15 deletions

View File

@ -11,12 +11,6 @@
"email": "pj@pjdietz.com" "email": "pj@pjdietz.com"
} }
], ],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/pjdietz/ShamServer"
}
],
"require": { "require": {
"php": ">=5.3.0" "php": ">=5.3.0"
}, },

15
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", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "5f2174a14a32c9abc7bca48bc8557cb1", "hash": "7f359f14a76a9181ee5315b4fb3f36b3",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
@ -442,12 +442,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pjdietz/ShamServer.git", "url": "https://github.com/pjdietz/ShamServer.git",
"reference": "702e5c94bef72d99629cba4f54061ef72e5e638e" "reference": "bc382dad72104d8cee44cbaa7edfc7a3e130fa84"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pjdietz/ShamServer/zipball/702e5c94bef72d99629cba4f54061ef72e5e638e", "url": "https://api.github.com/repos/pjdietz/ShamServer/zipball/bc382dad72104d8cee44cbaa7edfc7a3e130fa84",
"reference": "702e5c94bef72d99629cba4f54061ef72e5e638e", "reference": "bc382dad72104d8cee44cbaa7edfc7a3e130fa84",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -463,6 +463,7 @@
"pjdietz": "src/" "pjdietz": "src/"
} }
}, },
"notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"MIT" "MIT"
], ],
@ -479,11 +480,7 @@
"http", "http",
"webserver" "webserver"
], ],
"support": { "time": "2014-07-26 16:01:23"
"source": "https://github.com/pjdietz/ShamServer/tree/master",
"issues": "https://github.com/pjdietz/ShamServer/issues"
},
"time": "2014-07-26 02:06:19"
}, },
{ {
"name": "sebastian/comparator", "name": "sebastian/comparator",