forked from YOURLS/YOURLS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move mbstring compat stuff out into vendor
Let's trust more symfony than our half baked 15 lines function.
- Loading branch information
Showing
12 changed files
with
3,082 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -505,5 +505,66 @@ | |
} | ||
], | ||
"description": "Provides functionality for http_build_url() to environments without pecl_http." | ||
}, | ||
{ | ||
"name": "symfony/polyfill-mbstring", | ||
"version": "v1.5.0", | ||
"version_normalized": "1.5.0.0", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/symfony/polyfill-mbstring.git", | ||
"reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803", | ||
"reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"php": ">=5.3.3" | ||
}, | ||
"suggest": { | ||
"ext-mbstring": "For best performance" | ||
}, | ||
"time": "2017-06-14T15:44:48+00:00", | ||
"type": "library", | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "1.5-dev" | ||
} | ||
}, | ||
"installation-source": "dist", | ||
"autoload": { | ||
"psr-4": { | ||
"Symfony\\Polyfill\\Mbstring\\": "" | ||
}, | ||
"files": [ | ||
"bootstrap.php" | ||
] | ||
}, | ||
"notification-url": "https://packagist.org/downloads/", | ||
"license": [ | ||
"MIT" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Nicolas Grekas", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Symfony Community", | ||
"homepage": "https://symfony.com/contributors" | ||
} | ||
], | ||
"description": "Symfony polyfill for the Mbstring extension", | ||
"homepage": "https://symfony.com", | ||
"keywords": [ | ||
"compatibility", | ||
"mbstring", | ||
"polyfill", | ||
"portable", | ||
"shim" | ||
] | ||
} | ||
] |
Oops, something went wrong.