1# This is a list of files that were present in previous releases 2# but were removed later. They should not exist in your installation. 3.travis.yml 4_test/checkMail.test.php 5_test/general.test.php 6action.php 7classes/AbstractAuthService.php 8classes/GithubAdapter.php 9classes/GithubAuthService.php 10classes/oAuthHTTPClient.php 11classes/oAuthStorage.php 12phpoauthlib/.gitignore 13phpoauthlib/.scrutinizer.yml 14phpoauthlib/.travis.yml 15phpoauthlib/LICENSE 16phpoauthlib/README.md 17phpoauthlib/composer.json 18phpoauthlib/examples/amazon.php 19phpoauthlib/examples/bitbucket.php 20phpoauthlib/examples/bitly.php 21phpoauthlib/examples/bootstrap.php 22phpoauthlib/examples/box.php 23phpoauthlib/examples/dailymotion.php 24phpoauthlib/examples/dropbox.php 25phpoauthlib/examples/etsy.php 26phpoauthlib/examples/facebook.php 27phpoauthlib/examples/fitbit.php 28phpoauthlib/examples/flickr.php 29phpoauthlib/examples/foursquare.php 30phpoauthlib/examples/github.php 31phpoauthlib/examples/google.php 32phpoauthlib/examples/init.example.php 33phpoauthlib/examples/instagram.php 34phpoauthlib/examples/linkedin.php 35phpoauthlib/examples/mailchimp.php 36phpoauthlib/examples/microsoft.php 37phpoauthlib/examples/paypal.php 38phpoauthlib/examples/pocket.php 39phpoauthlib/examples/reddit.php 40phpoauthlib/examples/runkeeper.php 41phpoauthlib/examples/scoopit.php 42phpoauthlib/examples/soundcloud.php 43phpoauthlib/examples/tumblr.php 44phpoauthlib/examples/twitter.php 45phpoauthlib/examples/yahoo.php 46phpoauthlib/phpunit.xml.dist 47phpoauthlib/src/OAuth/Common/AutoLoader.php 48phpoauthlib/src/OAuth/Common/Consumer/Credentials.php 49phpoauthlib/src/OAuth/Common/Consumer/CredentialsInterface.php 50phpoauthlib/src/OAuth/Common/Exception/Exception.php 51phpoauthlib/src/OAuth/Common/Http/Client/AbstractClient.php 52phpoauthlib/src/OAuth/Common/Http/Client/ClientInterface.php 53phpoauthlib/src/OAuth/Common/Http/Client/CurlClient.php 54phpoauthlib/src/OAuth/Common/Http/Client/StreamClient.php 55phpoauthlib/src/OAuth/Common/Http/Exception/TokenResponseException.php 56phpoauthlib/src/OAuth/Common/Http/Uri/Uri.php 57phpoauthlib/src/OAuth/Common/Http/Uri/UriFactory.php 58phpoauthlib/src/OAuth/Common/Http/Uri/UriFactoryInterface.php 59phpoauthlib/src/OAuth/Common/Http/Uri/UriInterface.php 60phpoauthlib/src/OAuth/Common/Service/AbstractService.php 61phpoauthlib/src/OAuth/Common/Service/ServiceInterface.php 62phpoauthlib/src/OAuth/Common/Storage/Exception/AuthorizationStateNotFoundException.php 63phpoauthlib/src/OAuth/Common/Storage/Exception/StorageException.php 64phpoauthlib/src/OAuth/Common/Storage/Exception/TokenNotFoundException.php 65phpoauthlib/src/OAuth/Common/Storage/Memory.php 66phpoauthlib/src/OAuth/Common/Storage/Redis.php 67phpoauthlib/src/OAuth/Common/Storage/Session.php 68phpoauthlib/src/OAuth/Common/Storage/SymfonySession.php 69phpoauthlib/src/OAuth/Common/Storage/TokenStorageInterface.php 70phpoauthlib/src/OAuth/Common/Token/AbstractToken.php 71phpoauthlib/src/OAuth/Common/Token/Exception/ExpiredTokenException.php 72phpoauthlib/src/OAuth/Common/Token/TokenInterface.php 73phpoauthlib/src/OAuth/OAuth1/Service/AbstractService.php 74phpoauthlib/src/OAuth/OAuth1/Service/BitBucket.php 75phpoauthlib/src/OAuth/OAuth1/Service/Etsy.php 76phpoauthlib/src/OAuth/OAuth1/Service/FitBit.php 77phpoauthlib/src/OAuth/OAuth1/Service/Flickr.php 78phpoauthlib/src/OAuth/OAuth1/Service/ScoopIt.php 79phpoauthlib/src/OAuth/OAuth1/Service/ServiceInterface.php 80phpoauthlib/src/OAuth/OAuth1/Service/Tumblr.php 81phpoauthlib/src/OAuth/OAuth1/Service/Twitter.php 82phpoauthlib/src/OAuth/OAuth1/Service/Xing.php 83phpoauthlib/src/OAuth/OAuth1/Service/Yahoo.php 84phpoauthlib/src/OAuth/OAuth1/Signature/Exception/UnsupportedHashAlgorithmException.php 85phpoauthlib/src/OAuth/OAuth1/Signature/Signature.php 86phpoauthlib/src/OAuth/OAuth1/Signature/SignatureInterface.php 87phpoauthlib/src/OAuth/OAuth1/Token/StdOAuth1Token.php 88phpoauthlib/src/OAuth/OAuth1/Token/TokenInterface.php 89phpoauthlib/src/OAuth/OAuth2/Service/AbstractService.php 90phpoauthlib/src/OAuth/OAuth2/Service/Amazon.php 91phpoauthlib/src/OAuth/OAuth2/Service/Auth0.php 92phpoauthlib/src/OAuth/OAuth2/Service/Bitly.php 93phpoauthlib/src/OAuth/OAuth2/Service/Box.php 94phpoauthlib/src/OAuth/OAuth2/Service/Dailymotion.php 95phpoauthlib/src/OAuth/OAuth2/Service/Dataporten.php 96phpoauthlib/src/OAuth/OAuth2/Service/Dropbox.php 97phpoauthlib/src/OAuth/OAuth2/Service/Exception/InvalidAccessTypeException.php 98phpoauthlib/src/OAuth/OAuth2/Service/Exception/InvalidAuthorizationStateException.php 99phpoauthlib/src/OAuth/OAuth2/Service/Exception/InvalidScopeException.php 100phpoauthlib/src/OAuth/OAuth2/Service/Exception/InvalidServiceConfigurationException.php 101phpoauthlib/src/OAuth/OAuth2/Service/Exception/MissingRefreshTokenException.php 102phpoauthlib/src/OAuth/OAuth2/Service/Facebook.php 103phpoauthlib/src/OAuth/OAuth2/Service/Foursquare.php 104phpoauthlib/src/OAuth/OAuth2/Service/Generic.php 105phpoauthlib/src/OAuth/OAuth2/Service/GitHub.php 106phpoauthlib/src/OAuth/OAuth2/Service/Google.php 107phpoauthlib/src/OAuth/OAuth2/Service/Harvest.php 108phpoauthlib/src/OAuth/OAuth2/Service/Heroku.php 109phpoauthlib/src/OAuth/OAuth2/Service/Instagram.php 110phpoauthlib/src/OAuth/OAuth2/Service/Keycloak.php 111phpoauthlib/src/OAuth/OAuth2/Service/Linkedin.php 112phpoauthlib/src/OAuth/OAuth2/Service/Mailchimp.php 113phpoauthlib/src/OAuth/OAuth2/Service/Microsoft.php 114phpoauthlib/src/OAuth/OAuth2/Service/Paypal.php 115phpoauthlib/src/OAuth/OAuth2/Service/Pocket.php 116phpoauthlib/src/OAuth/OAuth2/Service/Reddit.php 117phpoauthlib/src/OAuth/OAuth2/Service/RunKeeper.php 118phpoauthlib/src/OAuth/OAuth2/Service/Salesforce.php 119phpoauthlib/src/OAuth/OAuth2/Service/ServiceInterface.php 120phpoauthlib/src/OAuth/OAuth2/Service/SoundCloud.php 121phpoauthlib/src/OAuth/OAuth2/Service/Vkontakte.php 122phpoauthlib/src/OAuth/OAuth2/Service/Yammer.php 123phpoauthlib/src/OAuth/OAuth2/Token/StdOAuth2Token.php 124phpoauthlib/src/OAuth/OAuth2/Token/TokenInterface.php 125phpoauthlib/src/OAuth/ServiceFactory.php 126phpoauthlib/src/OAuth/bootstrap.php 127phpoauthlib/tests/Mocks/Common/FakeProject/NS/SomeClass.php 128phpoauthlib/tests/Mocks/Common/Service/Mock.php 129phpoauthlib/tests/Mocks/OAuth1/Service/Fake.php 130phpoauthlib/tests/Mocks/OAuth1/Service/Mock.php 131phpoauthlib/tests/Mocks/OAuth2/Service/Fake.php 132phpoauthlib/tests/Mocks/OAuth2/Service/Mock.php 133phpoauthlib/tests/Unit/Common/AutoloaderTest.php 134phpoauthlib/tests/Unit/Common/Consumer/CredentialsTest.php 135phpoauthlib/tests/Unit/Common/Http/Client/AbstractClientTest.php 136phpoauthlib/tests/Unit/Common/Http/Client/CurlClientTest.php 137phpoauthlib/tests/Unit/Common/Http/Client/StreamClientTest.php 138phpoauthlib/tests/Unit/Common/Http/HttpClientsTest.php 139phpoauthlib/tests/Unit/Common/Http/Uri/UriFactoryTest.php 140phpoauthlib/tests/Unit/Common/Http/Uri/UriTest.php 141phpoauthlib/tests/Unit/Common/Service/AbstractServiceTest.php 142phpoauthlib/tests/Unit/Common/Storage/MemoryTest.php 143phpoauthlib/tests/Unit/Common/Storage/RedisTest.php 144phpoauthlib/tests/Unit/Common/Storage/SessionTest.php 145phpoauthlib/tests/Unit/Common/Storage/StorageTest.php 146phpoauthlib/tests/Unit/Common/Storage/SymfonySessionTest.php 147phpoauthlib/tests/Unit/Common/Token/AbstractTokenTest.php 148phpoauthlib/tests/Unit/OAuth1/Service/AbstractServiceTest.php 149phpoauthlib/tests/Unit/OAuth1/Service/BitBucketTest.php 150phpoauthlib/tests/Unit/OAuth1/Service/EtsyTest.php 151phpoauthlib/tests/Unit/OAuth1/Service/FitBitTest.php 152phpoauthlib/tests/Unit/OAuth1/Service/FlickrTest.php 153phpoauthlib/tests/Unit/OAuth1/Service/ScoopItTest.php 154phpoauthlib/tests/Unit/OAuth1/Service/TumblrTest.php 155phpoauthlib/tests/Unit/OAuth1/Service/TwitterTest.php 156phpoauthlib/tests/Unit/OAuth1/Service/XingTest.php 157phpoauthlib/tests/Unit/OAuth1/Service/YahooTest.php 158phpoauthlib/tests/Unit/OAuth1/Signature/SignatureTest.php 159phpoauthlib/tests/Unit/OAuth1/Token/StdOAuth1TokenTest.php 160phpoauthlib/tests/Unit/OAuth2/Service/AbstractServiceTest.php 161phpoauthlib/tests/Unit/OAuth2/Service/AmazonTest.php 162phpoauthlib/tests/Unit/OAuth2/Service/BitlyTest.php 163phpoauthlib/tests/Unit/OAuth2/Service/BoxTest.php 164phpoauthlib/tests/Unit/OAuth2/Service/DailymotionTest.php 165phpoauthlib/tests/Unit/OAuth2/Service/DropboxTest.php 166phpoauthlib/tests/Unit/OAuth2/Service/FacebookTest.php 167phpoauthlib/tests/Unit/OAuth2/Service/FoursquareTest.php 168phpoauthlib/tests/Unit/OAuth2/Service/GitHubTest.php 169phpoauthlib/tests/Unit/OAuth2/Service/GoogleTest.php 170phpoauthlib/tests/Unit/OAuth2/Service/HerokuTest.php 171phpoauthlib/tests/Unit/OAuth2/Service/InstagramTest.php 172phpoauthlib/tests/Unit/OAuth2/Service/LinkedinTest.php 173phpoauthlib/tests/Unit/OAuth2/Service/MailchimpTest.php 174phpoauthlib/tests/Unit/OAuth2/Service/MicrosoftTest.php 175phpoauthlib/tests/Unit/OAuth2/Service/PaypalTest.php 176phpoauthlib/tests/Unit/OAuth2/Service/RedditTest.php 177phpoauthlib/tests/Unit/OAuth2/Service/RunKeeperTest.php 178phpoauthlib/tests/Unit/OAuth2/Service/SoundCloudTest.php 179phpoauthlib/tests/Unit/OAuth2/Service/VkontakteTest.php 180phpoauthlib/tests/Unit/OAuth2/Service/YammerTest.php 181phpoauthlib/tests/Unit/ServiceFactoryTest.php 182phpoauthlib/tests/bootstrap.php 183