Add true/punycode composer dependency
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 21 Sep 2017 12:40:08 +0000 (14:40 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 21 Sep 2017 12:40:08 +0000 (14:40 +0200)
commitbf79b7fe793a1eec9508d3c80e2ca1c5db741c31
tree8302603965c3fb85156d377cd57ef34ecb7ba40a
parentd523c7db38281db0b95b737e780ded3f0c6e6680
Add true/punycode composer dependency
21 files changed:
wcfsetup/install/files/lib/system/api/composer.json
wcfsetup/install/files/lib/system/api/composer.lock
wcfsetup/install/files/lib/system/api/composer/autoload_files.php
wcfsetup/install/files/lib/system/api/composer/autoload_psr4.php
wcfsetup/install/files/lib/system/api/composer/autoload_static.php
wcfsetup/install/files/lib/system/api/composer/installed.json
wcfsetup/install/files/lib/system/api/symfony/polyfill-mbstring/LICENSE [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/symfony/polyfill-mbstring/Mbstring.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/symfony/polyfill-mbstring/README.md [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/symfony/polyfill-mbstring/Resources/unidata/upperCase.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/symfony/polyfill-mbstring/bootstrap.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/symfony/polyfill-mbstring/composer.json [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/true/punycode/CHANGELOG.md [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/true/punycode/LICENSE [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/true/punycode/README.md [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/true/punycode/composer.json [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/true/punycode/src/Exception/DomainOutOfBoundsException.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/true/punycode/src/Exception/LabelOutOfBoundsException.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/true/punycode/src/Exception/OutOfBoundsException.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/true/punycode/src/Punycode.php [new file with mode: 0644]