From b2ad26acca5bff90dbd085242320fc74c0dcb726 Mon Sep 17 00:00:00 2001 From: PJ Dietz Date: Sat, 26 Jul 2014 12:37:03 -0400 Subject: [PATCH] Update Composer after adding ShamServer to Packagist --- composer.json | 6 ------ composer.lock | 15 ++++++--------- 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index 8f0ba21..6caa320 100644 --- a/composer.json +++ b/composer.json @@ -11,12 +11,6 @@ "email": "pj@pjdietz.com" } ], - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/pjdietz/ShamServer" - } - ], "require": { "php": ">=5.3.0" }, diff --git a/composer.lock b/composer.lock index d406abc..c9de45d 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "5f2174a14a32c9abc7bca48bc8557cb1", + "hash": "7f359f14a76a9181ee5315b4fb3f36b3", "packages": [], "packages-dev": [ { @@ -442,12 +442,12 @@ "source": { "type": "git", "url": "https://github.com/pjdietz/ShamServer.git", - "reference": "702e5c94bef72d99629cba4f54061ef72e5e638e" + "reference": "bc382dad72104d8cee44cbaa7edfc7a3e130fa84" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pjdietz/ShamServer/zipball/702e5c94bef72d99629cba4f54061ef72e5e638e", - "reference": "702e5c94bef72d99629cba4f54061ef72e5e638e", + "url": "https://api.github.com/repos/pjdietz/ShamServer/zipball/bc382dad72104d8cee44cbaa7edfc7a3e130fa84", + "reference": "bc382dad72104d8cee44cbaa7edfc7a3e130fa84", "shasum": "" }, "require": { @@ -463,6 +463,7 @@ "pjdietz": "src/" } }, + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -479,11 +480,7 @@ "http", "webserver" ], - "support": { - "source": "https://github.com/pjdietz/ShamServer/tree/master", - "issues": "https://github.com/pjdietz/ShamServer/issues" - }, - "time": "2014-07-26 02:06:19" + "time": "2014-07-26 16:01:23" }, { "name": "sebastian/comparator",