Skip to content

Commit

Permalink
[9.x] Add missing php extensions in composer (#45941)
Browse files Browse the repository at this point in the history
* 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
3 people authored Feb 6, 2023
1 parent a5b7ce8 commit 35f9ce1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
],
"require": {
"php": "^8.0.2",
"ext-hash": "*",
"illuminate/collections": "^9.0",
"illuminate/contracts": "^9.0",
"illuminate/http": "^9.0",
Expand Down

0 comments on commit 35f9ce1

Please sign in to comment.