Skip to content

Commit

Permalink
composer update
Browse files Browse the repository at this point in the history
Signed-off-by:Ivan Tcholakov <[email protected]>
  • Loading branch information
ivantcholakov committed Feb 23, 2018
1 parent fb9e1eb commit 44023f8
Show file tree
Hide file tree
Showing 67 changed files with 1,546 additions and 1,303 deletions.
2 changes: 1 addition & 1 deletion platform/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"roave/security-advisories": "dev-master",
"paragonie/random_compat": "^2.0.2",
"fg/multiplayer": "^1.2.1",
"leafo/scssphp": "0.7.4",
"leafo/scssphp": "0.7.5",
"guzzlehttp/guzzle": "~6.0",
"whichbrowser/parser": "~2.0.24",
"erusev/parsedown": "^1.6",
Expand Down
111 changes: 60 additions & 51 deletions platform/composer.lock

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

4 changes: 2 additions & 2 deletions platform/vendor/composer/ClassLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -379,9 +379,9 @@ private function findFileWithExtension($class, $ext)
$subPath = substr($subPath, 0, $lastPos);
$search = $subPath.'\\';
if (isset($this->prefixDirsPsr4[$search])) {
$pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
foreach ($this->prefixDirsPsr4[$search] as $dir) {
$length = $this->prefixLengthsPsr4[$first][$search];
if (file_exists($file = $dir . DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $length))) {
if (file_exists($file = $dir . $pathEnd)) {
return $file;
}
}
Expand Down
2 changes: 1 addition & 1 deletion platform/vendor/composer/autoload_psr4.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'Markdownify\\' => array($vendorDir . '/pixel418/markdownify/src'),
'Leafo\\ScssPhp\\' => array($vendorDir . '/leafo/scssphp/src'),
'Http\\Promise\\' => array($vendorDir . '/php-http/promise/src'),
'Http\\Message\\' => array($vendorDir . '/php-http/message-factory/src', $vendorDir . '/php-http/message/src'),
'Http\\Message\\' => array($vendorDir . '/php-http/message/src', $vendorDir . '/php-http/message-factory/src'),
'Http\\Discovery\\' => array($vendorDir . '/php-http/discovery/src'),
'Http\\Client\\Curl\\' => array($vendorDir . '/php-http/curl-client/src'),
'Http\\Client\\Common\\' => array($vendorDir . '/php-http/client-common/src'),
Expand Down
4 changes: 2 additions & 2 deletions platform/vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ class ComposerStaticInit7ec88c9c84ecdbd075c7338e7e8fd784
),
'Http\\Message\\' =>
array (
0 => __DIR__ . '/..' . '/php-http/message-factory/src',
1 => __DIR__ . '/..' . '/php-http/message/src',
0 => __DIR__ . '/..' . '/php-http/message/src',
1 => __DIR__ . '/..' . '/php-http/message-factory/src',
),
'Http\\Discovery\\' =>
array (
Expand Down
Loading

0 comments on commit 44023f8

Please sign in to comment.