Skip to content

Commit c4e7ba2

Browse files
joelharkestaylorotwelltimacdonald
authored
[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 <[email protected]> Co-authored-by: Tim MacDonald <[email protected]>
1 parent 5228abe commit c4e7ba2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
],
1616
"require": {
1717
"php": "^8.0.2",
18-
"ext-json": "*",
18+
"ext-ctype": "*",
19+
"ext-filter": "*",
1920
"ext-mbstring": "*",
2021
"doctrine/inflector": "^2.0",
2122
"illuminate/collections": "^9.0",

0 commit comments

Comments
 (0)