From bccb40ddec5d17ea1329cfa419ca3c72e9209765 Mon Sep 17 00:00:00 2001 From: jorostoyanov Date: Mon, 28 Aug 2017 16:10:54 +0300 Subject: [PATCH] Delete composer lock --- composer.lock | 69 --------------------------------------------------- 1 file changed, 69 deletions(-) delete mode 100644 composer.lock diff --git a/composer.lock b/composer.lock deleted file mode 100644 index 29aabdf..0000000 --- a/composer.lock +++ /dev/null @@ -1,69 +0,0 @@ -{ - "_readme": [ - "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", - "This file is @generated automatically" - ], - "hash": "26aab0d005c13fa0eb5d7b7e4c3bf152", - "content-hash": "dad1d82b51e2b53011c4aa7287d09dca", - "packages": [ - { - "name": "j7mbo/twitter-api-php", - "version": "1.0.6", - "source": { - "type": "git", - "url": "https://github.com/J7mbo/twitter-api-php.git", - "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/J7mbo/twitter-api-php/zipball/443d22c53d621b3cc6b7e0c56daa60c5ada033f7", - "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7", - "shasum": "" - }, - "require": { - "ext-curl": "*" - }, - "require-dev": { - "phpunit/phpunit": "~4.5,>=4.5.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "classmap": [ - "TwitterAPIExchange.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GNU Public License" - ], - "authors": [ - { - "name": "James Mallison", - "homepage": "https://github.com/j7mbo/twitter-api-php" - } - ], - "description": "Simple PHP Wrapper for Twitter API v1.1 calls", - "homepage": "https://github.com/j7mbo/twitter-api-php", - "keywords": [ - "api", - "php", - "twitter" - ], - "time": "2017-05-08 12:10:56" - } - ], - "packages-dev": [], - "aliases": [], - "minimum-stability": "stable", - "stability-flags": [], - "prefer-stable": false, - "prefer-lowest": false, - "platform": [], - "platform-dev": [] -}