Commit c4e7ba2
[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
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments