Mercurial > nebulaweb3
view default/assets/vendors/theme-widgets/vendor/abraham/twitteroauth/composer.json @ 0:1d038bc9b3d2 default tip
Up:default
author | Liny <dev@neowd.com> |
---|---|
date | Sat, 31 May 2025 09:21:51 +0800 |
parents | |
children |
line wrap: on
line source
{ "name": "abraham/twitteroauth", "type": "library", "description": "The most popular PHP library for use with the Twitter OAuth REST API.", "keywords": ["twitter", "api", "oauth", "rest", "social", "twitter api", "twitter oauth"], "license": "MIT", "homepage": "https://twitteroauth.com", "authors": [ { "name": "Abraham Williams", "email": "[email protected]", "homepage": "https://abrah.am", "role": "Developer" } ], "support": { "source": "https://github.com/abraham/twitteroauth", "issues": "https://github.com/abraham/twitteroauth/issues" }, "require": { "php": "^5.6 || ^7.0", "ext-curl": "*" }, "require-dev": { "phpunit/phpunit": "~5.6", "squizlabs/php_codesniffer": "~2.7", "phpmd/phpmd": "~2.4" }, "autoload": { "psr-4": { "Abraham\\TwitterOAuth\\": "src" } } }