From 9c51ab0a86a16e3dad6db20bccdb94353ea0d505 Mon Sep 17 00:00:00 2001 From: Wesley Hill Date: Sun, 13 Jul 2014 01:50:18 +0100 Subject: [PATCH] Delete composer.lock --- composer.lock | 111 -------------------------------------------------- 1 file changed, 111 deletions(-) delete mode 100644 composer.lock diff --git a/composer.lock b/composer.lock deleted file mode 100644 index 9413746..0000000 --- a/composer.lock +++ /dev/null @@ -1,111 +0,0 @@ -{ - "_readme": [ - "This file locks the dependencies of your project to a known state", - "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", - "This file is @generated automatically" - ], - "hash": "9ec1206f100caf8371447cfcdca381c9", - "packages": [ - { - "name": "mikecao/flight", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/mikecao/flight.git", - "reference": "81041d418b2248b5c8d86c5f4676ff8a3e721265" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/mikecao/flight/zipball/81041d418b2248b5c8d86c5f4676ff8a3e721265", - "reference": "81041d418b2248b5c8d86c5f4676ff8a3e721265", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "autoload": { - "files": [ - "flight/autoload.php", - "flight/Flight.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Mike Cao", - "email": "mike@mikecao.com", - "homepage": "http://www.mikecao.com/", - "role": "Original Developer" - } - ], - "description": "Flight is a fast, simple, extensible framework for PHP. Flight enables you to quickly and easily build RESTful web applications.", - "homepage": "http://flightphp.com", - "time": "2014-07-10 10:14:06" - }, - { - "name": "mobiledetect/mobiledetectlib", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/serbanghita/Mobile-Detect.git", - "reference": "3548c51559873ad59f26d85b8248dffdda7fd679" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/3548c51559873ad59f26d85b8248dffdda7fd679", - "reference": "3548c51559873ad59f26d85b8248dffdda7fd679", - "shasum": "" - }, - "require": { - "php": ">=5.0.0" - }, - "require-dev": { - "phpunit/phpunit": "*" - }, - "type": "library", - "autoload": { - "classmap": [ - "Mobile_Detect.php" - ], - "psr-0": { - "Detection": "namespaced/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Serban Ghita", - "email": "serbanghita@gmail.com", - "homepage": "http://mobiledetect.net", - "role": "Developer" - } - ], - "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.", - "homepage": "https://github.com/serbanghita/Mobile-Detect", - "keywords": [ - "detect mobile devices", - "mobile", - "mobile detect", - "mobile detector", - "php mobile detect" - ], - "time": "2014-07-10 20:53:40" - } - ], - "packages-dev": [], - "aliases": [], - "minimum-stability": "dev", - "stability-flags": { - "mikecao/flight": 20, - "mobiledetect/mobiledetectlib": 20 - }, - "platform": [], - "platform-dev": [] -}