-
- Downloads
Adding composer support
composer.json
0 → 100644
{ | |||
"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 |
composer.lock
0 → 100644
Please register or sign in to comment