golden hour
/home/doctorbruno/public_html/pgmed.org/wp-content/plugins/updraftplus/vendor/eher/oauth
⬆️ Go Up
Upload
File/Folder
Size
Actions
README.md
246 B
Del
OK
composer.json
319 B
Del
OK
phpunit.xml.dist
201 B
Del
OK
src
-
Del
OK
Edit: composer.json
{ "name": "eher/oauth", "type": "library", "license": "BSD-3-Clause", "description": "OAuth 1 PHP Library", "require": { "php": ">=5.3.0" }, "autoload": { "psr-0": { "Eher\\OAuth": "src" } }, "require-dev": { "eher/phpunit": "1.6" } }
Save