Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josefglatz/a7168b29aca08d5ba62965a454ba8942 to your computer and use it in GitHub Desktop.
Save josefglatz/a7168b29aca08d5ba62965a454ba8942 to your computer and use it in GitHub Desktop.
Mittwald PHP 7.3 FPM outdated ICU version workaround
[BUGFIX] for Mittwald to support PHP 7.3 FPM
to prevent errors like >IDNA_CHECK_BIDI...<
the guzzle version is fixed to 6.5.4 instead
of version 6.5.5 with the command
composer req guzzlehttp/guzzle:6.5.4 --update-with-all-dependencies
Changelogs summary:
- symfony/polyfill-intl-normalizer removed (installed version was v1.18.0)
- symfony/polyfill-intl-idn downgraded from v1.18.0 to v1.17.0
See changes: https://github.com/symfony/polyfill-intl-idn/compare/v1.18.0...v1.17.0
Release notes: https://github.com/symfony/polyfill-intl-idn/releases/tag/v1.17.0
- guzzlehttp/guzzle downgraded from 6.5.5 to 6.5.4
See changes: https://github.com/guzzle/guzzle/compare/6.5.5...6.5.4
Release notes: https://github.com/guzzle/guzzle/releases/tag/6.5.4
- symfony/polyfill-php70 updated from v1.12.0 to v1.18.0
See changes: https://github.com/symfony/polyfill-php70/compare/v1.12.0...v1.18.0
Release notes: https://github.com/symfony/polyfill-php70/releases/tag/v1.18.0Changelogs summary:
- symfony/polyfill-intl-normalizer removed (installed version was v1.18.0)
- symfony/polyfill-intl-idn downgraded from v1.18.0 to v1.17.0
See changes: https://github.com/symfony/polyfill-intl-idn/compare/v1.18.0...v1.17.0
Release notes: https://github.com/symfony/polyfill-intl-idn/releases/tag/v1.17.0
- guzzlehttp/guzzle downgraded from 6.5.5 to 6.5.4
See changes: https://github.com/guzzle/guzzle/compare/6.5.5...6.5.4
Release notes: https://github.com/guzzle/guzzle/releases/tag/6.5.4
- symfony/polyfill-php70 updated from v1.12.0 to v1.18.0
See changes: https://github.com/symfony/polyfill-php70/compare/v1.12.0...v1.18.0
Release notes: https://github.com/symfony/polyfill-php70/releases/tag/v1.18.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment