]> CyberLeo.Net >> Repos - Github/YOURLS.git/commit
Move mbstring compat stuff out into vendor
authorozh <ozh@ozh.org>
Thu, 7 Sep 2017 22:42:51 +0000 (00:42 +0200)
committerozh <ozh@ozh.org>
Thu, 7 Sep 2017 22:42:51 +0000 (00:42 +0200)
commit373e53eeaa32849fb96c7676e60437cb82786a62
treee5706c7443965c561bb8c31672ee6aeb595e4c92
parenta2acd651f013b8cc808465a069c58f97f812c845
Move mbstring compat stuff out into vendor

Let's trust more symfony than our half baked 15 lines function.
12 files changed:
composer.json
composer.lock
includes/functions-compat.php
includes/vendor/composer/autoload_files.php
includes/vendor/composer/autoload_psr4.php
includes/vendor/composer/autoload_static.php
includes/vendor/composer/installed.json
includes/vendor/symfony/polyfill-mbstring/Mbstring.php [new file with mode: 0644]
includes/vendor/symfony/polyfill-mbstring/README.md [new file with mode: 0644]
includes/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php [new file with mode: 0644]
includes/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php [new file with mode: 0644]
includes/vendor/symfony/polyfill-mbstring/bootstrap.php [new file with mode: 0644]