Skip to content

Commit

Permalink
Update compose dependencies to include symfony/process v5.0.8 (#2049)
Browse files Browse the repository at this point in the history
The symfony/process v5.0.8 release contains a fix for the annoying
input/output error messages on PHP 7.4.

Example:
fread(): read of 8192 bytes failed with errno=5 Input/output error

See: symfony/symfony#36380

Package operations: 0 installs, 7 updates, 0 removals
  - Updating symfony/polyfill-php73 (v1.15.0 => v1.16.0)
  - Updating symfony/polyfill-mbstring (v1.15.0 => v1.16.0)
  - Updating symfony/console (v5.0.7 => v5.0.8)
  - Updating symfony/process (v5.0.7 => v5.0.8)
  - Updating symfony/polyfill-ctype (v1.15.0 => v1.16.0)
  - Updating symfony/yaml (v5.0.7 => v5.0.8)
  - Updating phpdocumentor/reflection-common (2.0.0 => 2.1.0)

Co-authored-by: Benjamin Cremer <benjamin.cremer@check24.de>
  • Loading branch information
bcremer and bcremer committed May 15, 2020
1 parent 2fd54b5 commit 167da65
Showing 1 changed file with 76 additions and 37 deletions.
113 changes: 76 additions & 37 deletions composer.lock

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

0 comments on commit 167da65

Please sign in to comment.