Add explicit dependencies to twitter addon
authorHypolite Petovan <mrpetovan@gmail.com>
Sun, 28 Jan 2018 17:17:19 +0000 (12:17 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Sun, 28 Jan 2018 17:17:19 +0000 (12:17 -0500)
commitd18bb44f8a58b0aa8ecd82eab25caca3f9f574b6
tree2b5855d29cf8d8faa7ccf5557f86288a4ee7b2ef
parent01738518a25392aefea8586463121024ae3a1a4c
Add explicit dependencies to twitter addon
46 files changed:
.gitignore
composer.json [deleted file]
composer.lock [deleted file]
twitter/composer.json [new file with mode: 0644]
twitter/composer.lock [new file with mode: 0644]
twitter/twitter.php
twitter/vendor/abraham/twitteroauth/.gitignore [new file with mode: 0644]
twitter/vendor/abraham/twitteroauth/.travis.yml [new file with mode: 0644]
twitter/vendor/abraham/twitteroauth/CODE_OF_CONDUCT.md [new file with mode: 0644]
twitter/vendor/abraham/twitteroauth/LICENSE.md [new file with mode: 0644]
twitter/vendor/abraham/twitteroauth/README.md [new file with mode: 0644]
twitter/vendor/abraham/twitteroauth/autoload.php [new file with mode: 0644]
twitter/vendor/abraham/twitteroauth/composer.json [new file with mode: 0644]
twitter/vendor/abraham/twitteroauth/phpmd.xml [new file with mode: 0644]
twitter/vendor/abraham/twitteroauth/phpunit.xml [new file with mode: 0644]
twitter/vendor/abraham/twitteroauth/src/Config.php [new file with mode: 0644]
twitter/vendor/abraham/twitteroauth/src/Consumer.php [new file with mode: 0644]
twitter/vendor/abraham/twitteroauth/src/HmacSha1.php [new file with mode: 0644]
twitter/vendor/abraham/twitteroauth/src/Request.php [new file with mode: 0644]
twitter/vendor/abraham/twitteroauth/src/Response.php [new file with mode: 0644]
twitter/vendor/abraham/twitteroauth/src/SignatureMethod.php [new file with mode: 0644]
twitter/vendor/abraham/twitteroauth/src/Token.php [new file with mode: 0644]
twitter/vendor/abraham/twitteroauth/src/TwitterOAuth.php [new file with mode: 0644]
twitter/vendor/abraham/twitteroauth/src/TwitterOAuthException.php [new file with mode: 0644]
twitter/vendor/abraham/twitteroauth/src/Util.php [new file with mode: 0644]
twitter/vendor/abraham/twitteroauth/src/Util/JsonDecoder.php [new file with mode: 0644]
twitter/vendor/abraham/twitteroauth/src/cacert.pem [new file with mode: 0644]
twitter/vendor/abraham/twitteroauth/tests/AbstractSignatureMethodTest.php [new file with mode: 0644]
twitter/vendor/abraham/twitteroauth/tests/ConsumerTest.php [new file with mode: 0644]
twitter/vendor/abraham/twitteroauth/tests/HmacSha1Test.php [new file with mode: 0644]
twitter/vendor/abraham/twitteroauth/tests/TokenTest.php [new file with mode: 0644]
twitter/vendor/abraham/twitteroauth/tests/TwitterOAuthTest.php [new file with mode: 0644]
twitter/vendor/abraham/twitteroauth/tests/Util/JsonDecoderTest.php [new file with mode: 0644]
twitter/vendor/abraham/twitteroauth/tests/bootstrap.php [new file with mode: 0644]
twitter/vendor/abraham/twitteroauth/tests/kitten.jpg [new file with mode: 0644]
twitter/vendor/abraham/twitteroauth/tests/sample_env [new file with mode: 0644]
twitter/vendor/abraham/twitteroauth/tests/video.mp4 [new file with mode: 0644]
twitter/vendor/autoload.php [new file with mode: 0644]
twitter/vendor/composer/ClassLoader.php [new file with mode: 0644]
twitter/vendor/composer/LICENSE [new file with mode: 0644]
twitter/vendor/composer/autoload_classmap.php [new file with mode: 0644]
twitter/vendor/composer/autoload_namespaces.php [new file with mode: 0644]
twitter/vendor/composer/autoload_psr4.php [new file with mode: 0644]
twitter/vendor/composer/autoload_real.php [new file with mode: 0644]
twitter/vendor/composer/autoload_static.php [new file with mode: 0644]
twitter/vendor/composer/installed.json [new file with mode: 0644]