Skip to content

Commit

Permalink
Update composer dependencies to remove high level security vulnerabil…
Browse files Browse the repository at this point in the history
  • Loading branch information
deg-pl committed Nov 7, 2024
1 parent e4ba751 commit 43464a0
Show file tree
Hide file tree
Showing 998 changed files with 58,851 additions and 21,209 deletions.
1,487 changes: 1,010 additions & 477 deletions composer.lock

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

// autoload.php @generated by Composer

if (PHP_VERSION_ID < 50600) {
if (!headers_sent()) {
header('HTTP/1.1 500 Internal Server Error');
}
$err = 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
if (!ini_get('display_errors')) {
if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
fwrite(STDERR, $err);
} elseif (!headers_sent()) {
echo $err;
}
}
trigger_error(
$err,
E_USER_ERROR
);
}

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInit2532e47646cbd0ac2fbb391e55b03321::getLoader();
10 changes: 6 additions & 4 deletions vendor/bin/php-cs-fixer
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,12 @@ if (PHP_VERSION_ID < 80000) {
}
}

if (function_exists('stream_wrapper_register') && stream_wrapper_register('phpvfscomposer', 'Composer\BinProxyWrapper')) {
include("phpvfscomposer://" . __DIR__ . '/..'.'/friendsofphp/php-cs-fixer/php-cs-fixer');
exit(0);
if (
(function_exists('stream_get_wrappers') && in_array('phpvfscomposer', stream_get_wrappers(), true))
|| (function_exists('stream_wrapper_register') && stream_wrapper_register('phpvfscomposer', 'Composer\BinProxyWrapper'))
) {
return include("phpvfscomposer://" . __DIR__ . '/..'.'/friendsofphp/php-cs-fixer/php-cs-fixer');
}
}

include __DIR__ . '/..'.'/friendsofphp/php-cs-fixer/php-cs-fixer';
return include __DIR__ . '/..'.'/friendsofphp/php-cs-fixer/php-cs-fixer';
2 changes: 2 additions & 0 deletions vendor/clue/ndjson-react/.github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github: clue
custom: https://clue.engineering/support
75 changes: 75 additions & 0 deletions vendor/clue/ndjson-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
# Changelog

## 1.3.0 (2022-12-23)

* Feature: Add support for PHP 8.1 and PHP 8.2.
(#31 by @clue and #30 by @SimonFring)

* Feature: Check type of incoming `data` before trying to decode NDJSON.
(#29 by @SimonFrings)

* Improve documentation and examples and update to new [default loop](https://reactphp.org/event-loop/#loop).
(#26 by @clue, #27 by @SimonFrings and #25 by @PaulRotmann)

* Improve test suite, report failed assertions and ensure 100% code coverage.
(#32 and #33 by @clue and #28 by @SimonFrings)

## 1.2.0 (2020-12-09)

* Improve test suite and add `.gitattributes` to exclude dev files from exports.
Add PHP 8 support, update to PHPUnit 9 and simplify test setup.
(#18 by @clue and #19, #22 and #23 by @SimonFrings)

## 1.1.0 (2020-02-04)

* Feature: Improve error reporting and add parsing error message to Exception and
ignore `JSON_THROW_ON_ERROR` option (available as of PHP 7.3).
(#14 by @clue)

* Feature: Add bechmarking script and import all global function references.
(#16 by @clue)

* Improve documentation and add NDJSON format description and
add support / sponsorship info.
(#12 and #17 by @clue)

* Improve test suite to run tests on PHP 7.4 and simplify test matrix and
apply minor code style adjustments to make phpstan happy.
(#13 and #15 by @clue)

## 1.0.0 (2018-05-17)

* First stable release, now following SemVer

* Improve documentation and usage examples

> Contains no other changes, so it's actually fully compatible with the v0.1.2 release.

## 0.1.2 (2018-05-11)

* Feature: Limit buffer size to 64 KiB by default.
(#10 by @clue)

* Feature: Forward compatiblity with EventLoop v0.5 and upcoming v1.0.
(#8 by @clue)

* Fix: Return bool `false` if encoding fails due to invalid value to pause source.
(#9 by @clue)

* Improve test suite by supporting PHPUnit v6 and test against legacy PHP 5.3 through PHP 7.2.
(#7 by @clue)

* Update project homepage.
(#11 by @clue)

## 0.1.1 (2017-05-22)

* Feature: Forward compatibility with Stream v0.7, v0.6, v0.5 and upcoming v1.0 (while keeping BC)
(#6 by @thklein)

* Improved test suite by adding PHPUnit to `require-dev`
(#5 by @thklein)

## 0.1.0 (2016-11-24)

* First tagged release
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
Copyright (c) 2006-2013 Doctrine Project
The MIT License (MIT)

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
Copyright (c) 2016 Christian Lück

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
Expand All @@ -15,5 +17,5 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Loading

0 comments on commit 43464a0

Please sign in to comment.