diff --git a/composer.json b/composer.json new file mode 100644 index 0000000000000000000000000000000000000000..f60e8581ed3460f5c32ed8620d8e69c9db919bb4 --- /dev/null +++ b/composer.json @@ -0,0 +1,12 @@ +{ + "name": "automattic/wp-codebird", + "description": "An extension of the Codebird class to use WordPress' HTTP API instead of cURL.", + "version": "1.1.0", + "license": "GPL-2.0+", + "require": { + "mynetx/codebird-php": "dev-develop" + }, + "autoload": { + "files": ["class-wp-codebird.php"] + } +} \ No newline at end of file diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000000000000000000000000000000000000..783c767d2bd31db28cec81f3e45d695dc5ef2def --- /dev/null +++ b/composer.lock @@ -0,0 +1,56 @@ +{ + "_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" + ], + "hash": "47c4aee2960790b203f88ec5ab012e29", + "packages": [ + { + "name": "mynetx/codebird-php", + "version": "dev-develop", + "source": { + "type": "git", + "url": "https://github.com/mynetx/codebird-php.git", + "reference": "a14c59c258e9e93ca6392cb60f65e789f9226b1c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mynetx/codebird-php/zipball/a14c59c258e9e93ca6392cb60f65e789f9226b1c", + "reference": "a14c59c258e9e93ca6392cb60f65e789f9226b1c", + "shasum": "" + }, + "require": { + "lib-curl": "*", + "lib-openssl": "*" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-3.0" + ], + "description": "A Twitter library in PHP.", + "time": "2013-09-13 16:58:55" + } + ], + "packages-dev": [ + + ], + "aliases": [ + + ], + "minimum-stability": "stable", + "stability-flags": { + "mynetx/codebird-php": 20 + }, + "platform": [ + + ], + "platform-dev": [ + + ] +}