Skip to content

Commit

Permalink
[TASK] Change abandoned package mso/idna-convert
Browse files Browse the repository at this point in the history
Composer commands:
composer remove mso/idna-convert
composer require algo26-matthias/idna-convert:^1.1.0

Resolves: #87779
Releases: master, 9.5, 8.7
Change-Id: Id7cb8dda54f356479a72bfc0718b1b9256382fb3
Reviewed-on: https://review.typo3.org/c/59881
Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: Georg Ringer <georg.ringer@gmail.com>
Reviewed-by: Benni Mack <benni@typo3.org>
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Georg Ringer <georg.ringer@gmail.com>
Tested-by: Benni Mack <benni@typo3.org>
  • Loading branch information
susannemoog authored and bmack committed Mar 6, 2019
1 parent db820e7 commit b71849a
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 53 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -37,13 +37,13 @@
"ext-pcre": "*",
"ext-session": "*",
"ext-xml": "*",
"algo26-matthias/idna-convert": "1.1.0",
"cogpowered/finediff": "~0.3.1",
"doctrine/annotations": "^1.3",
"doctrine/dbal": "~2.8.0",
"doctrine/instantiator": "^1.1",
"doctrine/lexer": "^1.0",
"guzzlehttp/guzzle": "^6.3.0",
"mso/idna-convert": "^1.1.0",
"nikic/php-parser": "^4.0",
"phpdocumentor/reflection-docblock": "^4.3",
"psr/container": "^1.0",
Expand Down
101 changes: 50 additions & 51 deletions composer.lock

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

2 changes: 1 addition & 1 deletion typo3/sysext/core/composer.json
Expand Up @@ -25,7 +25,7 @@
"doctrine/instantiator": "^1.1",
"doctrine/lexer": "^1.0",
"guzzlehttp/guzzle": "^6.3.0",
"mso/idna-convert": "^1.1.0",
"algo26-matthias/idna-convert": "1.1.0",
"nikic/php-parser": "^4.0",
"psr/container": "^1.0",
"psr/http-message": "~1.0",
Expand Down

0 comments on commit b71849a

Please sign in to comment.