2018-01-28 12:17:19 -05:00
[
{
"name" : "abraham/twitteroauth" ,
2021-09-13 14:51:12 -04:00
"version" : "2.0.0" ,
"version_normalized" : "2.0.0.0" ,
2018-01-28 12:17:19 -05:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/abraham/twitteroauth.git" ,
2021-09-13 14:51:12 -04:00
"reference" : "96f49e67baec10f5e5cb703d87be16ba01a798a5"
2018-01-28 12:17:19 -05:00
} ,
"dist" : {
"type" : "zip" ,
2021-09-13 14:51:12 -04:00
"url" : "https://api.github.com/repos/abraham/twitteroauth/zipball/96f49e67baec10f5e5cb703d87be16ba01a798a5" ,
"reference" : "96f49e67baec10f5e5cb703d87be16ba01a798a5" ,
2018-01-28 12:17:19 -05:00
"shasum" : ""
} ,
"require" : {
2021-09-13 14:51:12 -04:00
"composer/ca-bundle" : "^1.2" ,
2018-01-28 12:17:19 -05:00
"ext-curl" : "*" ,
2021-09-13 14:51:12 -04:00
"php" : "^7.2 || ^7.3 || ^7.4 || ^8.0"
2018-01-28 12:17:19 -05:00
} ,
"require-dev" : {
2021-09-13 14:51:12 -04:00
"php-vcr/php-vcr" : "^1" ,
"php-vcr/phpunit-testlistener-vcr" : "dev-php-8" ,
"phpmd/phpmd" : "^2" ,
"phpunit/phpunit" : "^8" ,
"squizlabs/php_codesniffer" : "^3"
2018-01-28 12:17:19 -05:00
} ,
2021-09-13 14:51:12 -04:00
"time" : "2020-12-02T01:27:06+00:00" ,
2018-01-28 12:17:19 -05:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Abraham\\TwitterOAuth\\" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Abraham Williams" ,
"email" : "abraham@abrah.am" ,
"homepage" : "https://abrah.am" ,
"role" : "Developer"
}
] ,
"description" : "The most popular PHP library for use with the Twitter OAuth REST API." ,
"homepage" : "https://twitteroauth.com" ,
"keywords" : [
"Twitter API" ,
"Twitter oAuth" ,
"api" ,
"oauth" ,
"rest" ,
"social" ,
"twitter"
]
2019-08-04 04:21:18 -04:00
} ,
2021-09-13 14:51:12 -04:00
{
"name" : "composer/ca-bundle" ,
"version" : "1.2.10" ,
"version_normalized" : "1.2.10.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/composer/ca-bundle.git" ,
"reference" : "9fdb22c2e97a614657716178093cd1da90a64aa8"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/composer/ca-bundle/zipball/9fdb22c2e97a614657716178093cd1da90a64aa8" ,
"reference" : "9fdb22c2e97a614657716178093cd1da90a64aa8" ,
"shasum" : ""
} ,
"require" : {
"ext-openssl" : "*" ,
"ext-pcre" : "*" ,
"php" : "^5.3.2 || ^7.0 || ^8.0"
} ,
"require-dev" : {
"phpstan/phpstan" : "^0.12.55" ,
"psr/log" : "^1.0" ,
"symfony/phpunit-bridge" : "^4.2 || ^5" ,
"symfony/process" : "^2.5 || ^3.0 || ^4.0 || ^5.0"
} ,
"time" : "2021-06-07T13:58:28+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "1.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Composer\\CaBundle\\" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Jordi Boggiano" ,
"email" : "j.boggiano@seld.be" ,
"homepage" : "http://seld.be"
}
] ,
"description" : "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle." ,
"keywords" : [
"cabundle" ,
"cacert" ,
"certificate" ,
"ssl" ,
"tls"
] ,
"funding" : [
{
"url" : "https://packagist.com" ,
"type" : "custom"
} ,
{
"url" : "https://github.com/composer" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/composer/composer" ,
"type" : "tidelift"
}
]
} ,
2019-08-04 04:21:18 -04:00
{
"name" : "composer/installers" ,
"version" : "v1.6.0" ,
"version_normalized" : "1.6.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/composer/installers.git" ,
"reference" : "cfcca6b1b60bc4974324efb5783c13dca6932b5b"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/composer/installers/zipball/cfcca6b1b60bc4974324efb5783c13dca6932b5b" ,
"reference" : "cfcca6b1b60bc4974324efb5783c13dca6932b5b" ,
"shasum" : ""
} ,
"require" : {
"composer-plugin-api" : "^1.0"
} ,
"replace" : {
"roundcube/plugin-installer" : "*" ,
"shama/baton" : "*"
} ,
"require-dev" : {
"composer/composer" : "1.0.*@dev" ,
"phpunit/phpunit" : "^4.8.36"
} ,
"time" : "2018-08-27T06:10:37+00:00" ,
"type" : "composer-plugin" ,
"extra" : {
"class" : "Composer\\Installers\\Plugin" ,
"branch-alias" : {
"dev-master" : "1.0-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Composer\\Installers\\" : "src/Composer/Installers"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Kyle Robinson Young" ,
"email" : "kyle@dontkry.com" ,
"homepage" : "https://github.com/shama"
}
] ,
"description" : "A multi-framework Composer library installer" ,
"homepage" : "https://composer.github.io/installers/" ,
"keywords" : [
"Craft" ,
"Dolibarr" ,
"Eliasis" ,
"Hurad" ,
"ImageCMS" ,
"Kanboard" ,
"Lan Management System" ,
"MODX Evo" ,
"Mautic" ,
"Maya" ,
"OXID" ,
"Plentymarkets" ,
"Porto" ,
"RadPHP" ,
"SMF" ,
"Thelia" ,
"WolfCMS" ,
"agl" ,
"aimeos" ,
"annotatecms" ,
"attogram" ,
"bitrix" ,
"cakephp" ,
"chef" ,
"cockpit" ,
"codeigniter" ,
"concrete5" ,
"croogo" ,
"dokuwiki" ,
"drupal" ,
"eZ Platform" ,
"elgg" ,
"expressionengine" ,
"fuelphp" ,
"grav" ,
"installer" ,
"itop" ,
"joomla" ,
"kohana" ,
"laravel" ,
"lavalite" ,
"lithium" ,
"magento" ,
"majima" ,
"mako" ,
"mediawiki" ,
"modulework" ,
"modx" ,
"moodle" ,
"osclass" ,
"phpbb" ,
"piwik" ,
"ppi" ,
"puppet" ,
"pxcms" ,
"reindex" ,
"roundcube" ,
"shopware" ,
"silverstripe" ,
"sydes" ,
"symfony" ,
"typo3" ,
"wordpress" ,
"yawik" ,
"zend" ,
"zikula"
]
} ,
{
"name" : "jublonet/codebird-php" ,
2019-08-04 08:16:56 -04:00
"version" : "dev-master" ,
"version_normalized" : "9999999-dev" ,
2019-08-04 04:21:18 -04:00
"source" : {
"type" : "git" ,
2021-09-13 14:51:12 -04:00
"url" : "https://github.com/jublo/codebird-php.git" ,
2019-08-04 08:16:56 -04:00
"reference" : "df362d8ad629aad6c4c7dbf36a440e569ec41368"
2019-08-04 04:21:18 -04:00
} ,
"dist" : {
"type" : "zip" ,
2021-09-13 14:51:12 -04:00
"url" : "https://api.github.com/repos/jublo/codebird-php/zipball/df362d8ad629aad6c4c7dbf36a440e569ec41368" ,
2019-08-04 08:16:56 -04:00
"reference" : "df362d8ad629aad6c4c7dbf36a440e569ec41368" ,
2019-08-04 04:21:18 -04:00
"shasum" : ""
} ,
"require" : {
"composer/installers" : "~1.0" ,
"ext-hash" : "*" ,
"ext-json" : "*" ,
"lib-openssl" : "*" ,
"php" : ">=5.5.0"
} ,
"require-dev" : {
2019-08-04 08:16:56 -04:00
"php-coveralls/php-coveralls" : ">=0.6" ,
"phpunit/phpunit" : ">=7.3" ,
2019-08-04 04:21:18 -04:00
"squizlabs/php_codesniffer" : "2.*"
} ,
2019-08-04 08:16:56 -04:00
"time" : "2018-08-16T00:07:08+00:00" ,
2019-08-04 04:21:18 -04:00
"type" : "library" ,
2019-08-04 08:16:56 -04:00
"installation-source" : "source" ,
2019-08-04 04:21:18 -04:00
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GPL-3.0+"
] ,
"authors" : [
{
"name" : "Joshua Atkins" ,
"role" : "Developer" ,
"email" : "joshua.atkins@jublo.net" ,
"homepage" : "http://atkins.im/"
} ,
{
"name" : "J.M." ,
"role" : "Developer" ,
"email" : "jm@jublo.net" ,
"homepage" : "http://mynetx.net/"
}
] ,
2019-08-04 08:16:56 -04:00
"description" : "Easy access to the Twitter REST API, Direct Messages API, Account Activity API, TON (Object Nest) API and Twitter Ads API — all from one PHP library." ,
2019-08-04 04:21:18 -04:00
"homepage" : "https://www.jublo.net/projects/codebird/php" ,
"keywords" : [
"api" ,
"networking" ,
"twitter"
]
2018-01-28 12:17:19 -05:00
}
]