Skip to content

Commit

Permalink
Update lusitanian/oauth dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Cosgrove committed Dec 6, 2017
1 parent 1cdc121 commit 5ac90e1
Show file tree
Hide file tree
Showing 138 changed files with 241 additions and 18,328 deletions.
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions vendor/composer/ClassLoader.php
Expand Up @@ -374,9 +374,13 @@ private function findFileWithExtension($class, $ext)

$first = $class[0];
if (isset($this->prefixLengthsPsr4[$first])) {
foreach ($this->prefixLengthsPsr4[$first] as $prefix => $length) {
if (0 === strpos($class, $prefix)) {
foreach ($this->prefixDirsPsr4[$prefix] as $dir) {
$subPath = $class;
while (false !== $lastPos = strrpos($subPath, '\\')) {
$subPath = substr($subPath, 0, $lastPos);
$search = $subPath.'\\';
if (isset($this->prefixDirsPsr4[$search])) {
foreach ($this->prefixDirsPsr4[$search] as $dir) {
$length = $this->prefixLengthsPsr4[$first][$search];
if (file_exists($file = $dir . DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $length))) {
return $file;
}
Expand Down
2 changes: 1 addition & 1 deletion vendor/composer/LICENSE
@@ -1,5 +1,5 @@

Copyright (c) 2016 Nils Adermann, Jordi Boggiano
Copyright (c) Nils Adermann, Jordi Boggiano

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 6 additions & 6 deletions vendor/composer/installed.json
@@ -1,17 +1,17 @@
[
{
"name": "lusitanian/oauth",
"version": "v0.8.9",
"version_normalized": "0.8.9.0",
"version": "v0.8.10",
"version_normalized": "0.8.10.0",
"source": {
"type": "git",
"url": "https://github.com/Lusitanian/PHPoAuthLib.git",
"reference": "29bda6e176df6c292a9b1c43ae8a44d56a87c30b"
"reference": "09f4af38f17db6938253f4d1b171d537913ac1ed"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Lusitanian/PHPoAuthLib/zipball/29bda6e176df6c292a9b1c43ae8a44d56a87c30b",
"reference": "29bda6e176df6c292a9b1c43ae8a44d56a87c30b",
"url": "https://api.github.com/repos/Lusitanian/PHPoAuthLib/zipball/09f4af38f17db6938253f4d1b171d537913ac1ed",
"reference": "09f4af38f17db6938253f4d1b171d537913ac1ed",
"shasum": ""
},
"require": {
Expand All @@ -28,7 +28,7 @@
"predis/predis": "Allows using the Redis storage backend.",
"symfony/http-foundation": "Allows using the Symfony Session storage backend."
},
"time": "2016-02-24T00:20:18+00:00",
"time": "2016-07-12T22:15:40+00:00",
"type": "library",
"extra": {
"branch-alias": {
Expand Down
6 changes: 0 additions & 6 deletions vendor/lusitanian/oauth/.gitignore

This file was deleted.

37 changes: 0 additions & 37 deletions vendor/lusitanian/oauth/.scrutinizer.yml

This file was deleted.

22 changes: 0 additions & 22 deletions vendor/lusitanian/oauth/.travis.yml

This file was deleted.

2 changes: 2 additions & 0 deletions vendor/lusitanian/oauth/README.md
Expand Up @@ -82,6 +82,7 @@ Included service implementations
- LinkedIn
- Mailchimp
- Microsoft
- Mondo
- Nest
- Netatmo
- Parrot Flower Power
Expand Down Expand Up @@ -113,6 +114,7 @@ Framework Integration
---------------------
* Lithium: Sébastien Charrier has written [an adapter](https://github.com/scharrier/li3_socialauth) for the library.
* Laravel 4: Dariusz Prząda has written [a service provider](https://github.com/artdarek/oauth-4-laravel) for the library.
* Laravel 5: Valentin Ivaşcu ported Dariusz Prząda's Laravel 4 library to [Laravel 5](https://github.com/oriceon/oauth-5-laravel).
* Symfony: Alexander Pinnecke has written [a Symfony Bundle](https://github.com/apinnecke/OAuthBundle) for the library.

Extensions
Expand Down
52 changes: 0 additions & 52 deletions vendor/lusitanian/oauth/examples/amazon.php

This file was deleted.

64 changes: 0 additions & 64 deletions vendor/lusitanian/oauth/examples/bitbucket.php

This file was deleted.

53 changes: 0 additions & 53 deletions vendor/lusitanian/oauth/examples/bitly.php

This file was deleted.

56 changes: 0 additions & 56 deletions vendor/lusitanian/oauth/examples/bitrix24.php

This file was deleted.

0 comments on commit 5ac90e1

Please sign in to comment.