-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[9.x] Add missing php extensions in composer (#45941)
* Add missing php extensions * Update composer.json * adds hash-ext to Auth * adds hash-ext to Cookie * Removes always on json-ext from Encryption - https://wiki.php.net/rfc/always_enable_json - https://www.php.net/ChangeLog-8.php * adds hash-ext to Encryption * Adds ext-hash to Filesystem * Adds ext-fileinfo to Filesystem * Sorts Filesystem extensions * Removes always on json-ext from Mail * Removes always on json-ext from Pagination * Adds ext-filter to Pagination * Removes always on json-ext from Queue * Adds ext-PDO to Queue * Adds ext-mbstring to Queue * Adds ext-filter to Queue * Removes always on ext-json from Routing * Adds ext-filter to Routing * Adds ext-hash to Routing * Removes always on json-ext from Support * Adds ext-ctype to Support * Adds ext-filter to Support * Removes always on ext-json from Translation * Removes always on ext-json from View * Adds ext-tokenizer to View * Removes always on json-ext from Broadcasting * Adds ext-hash to Broadcasting * Adds ext-filter to Cache * Adds ext-mbstring to Console * Adds ext-pcntl to Console * Removes always on ext-json from Database * Adds ext-PDO to Database * Adds ext-filter to Database * Adds ext-pcntl to Database * Remove always on ext-json from Http * Adds ext-filter to Http * Removes always on ext-json from Session * Adds ext-ctype to Session * Adds ext-session to Session * Adds ext-mbstring to Testing * Removes always on ext-json from Validation * Adds ext-filter to Validation * Adds ext-mbstring to Validation * Moves ext-PDO to suggested for Queue * Moves driver based extensions to suggested * Standardise capitalisation of ext-pdo * Update ext-pcntl suggest framework description * Add additional framework required extensions * Remove require-dev dependency on bcmath * Adds ext-apcu to Cache suggests * code style --------- Co-authored-by: Taylor Otwell <taylor@laravel.com> Co-authored-by: Tim MacDonald <hello@timacdonald.me>
- Loading branch information
1 parent
d3a4cd2
commit e6846df
Showing
21 changed files
with
40 additions
and
16 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
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
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
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
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