-
Notifications
You must be signed in to change notification settings - Fork 11.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[9.x] Add missing php extensions in composer #45941
Changes from 46 commits
71150ae
d2b3ace
e753f7d
fd8f666
f6b6126
0597478
a7257ad
7fd365f
0472190
b6f802c
c8147c1
c829830
03e1dbb
8c975e6
71a5464
83c238c
43c0c0b
69aab93
6149ed5
b19f23d
74e0faa
d4d898f
3fb42f4
d108e91
3a2c75e
d11b3d4
28ca5cc
df59a0f
a72fd90
c2cd77c
162064e
d6616ce
7a68613
45d9d15
67b5310
db76d96
97f5881
a1f0183
97fcde1
bfa24e7
6da41d3
f83c68e
e82276d
195e2f3
ff0fbfe
bab99e6
6420e23
4f76021
e64c2cf
330eb5a
1dce098
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
@@ -15,6 +15,7 @@ | |||||||||
], | ||||||||||
"require": { | ||||||||||
"php": "^8.0.2", | ||||||||||
"ext-hash": "*", | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||||||||||
"illuminate/collections": "^9.0", | ||||||||||
"illuminate/contracts": "^9.0", | ||||||||||
"illuminate/http": "^9.0", | ||||||||||
|
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -15,7 +15,6 @@ | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
], | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"require": { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"php": "^8.0.2", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"ext-json": "*", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"psr/log": "^1.0|^2.0|^3.0", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"illuminate/bus": "^9.0", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"illuminate/collections": "^9.0", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
@@ -35,6 +34,7 @@ | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
}, | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"suggest": { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"ext-hash": "Required to use the Ably and Pusher broadcast drivers.", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
framework/src/Illuminate/Broadcasting/Broadcasters/AblyBroadcaster.php Lines 107 to 114 in d3a4cd2
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"ably/ably-php": "Required to use the Ably broadcast driver (^1.0).", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0)." | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
}, | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -34,6 +34,7 @@ | |||||||||||||||||||||||||
} | ||||||||||||||||||||||||||
}, | ||||||||||||||||||||||||||
"suggest": { | ||||||||||||||||||||||||||
"ext-filter": "Required to use the DynamoDb cache driver.", | ||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. framework/src/Illuminate/Cache/DynamoDbStore.php Lines 484 to 495 in d3a4cd2
|
||||||||||||||||||||||||||
"ext-memcached": "Required to use the memcache cache driver.", | ||||||||||||||||||||||||||
"illuminate/database": "Required to use the database cache driver (^9.0).", | ||||||||||||||||||||||||||
"illuminate/filesystem": "Required to use the file cache driver (^9.0).", | ||||||||||||||||||||||||||
|
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -15,6 +15,7 @@ | |||||||||||||||||||||||||||||||||||||||||||||||||||||
], | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"require": { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"php": "^8.0.2", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"ext-mbstring": "*", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
framework/src/Illuminate/Console/Scheduling/ScheduleListCommand.php Lines 130 to 132 in d3a4cd2
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
"illuminate/collections": "^9.0", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"illuminate/contracts": "^9.0", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"illuminate/macroable": "^9.0", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
@@ -35,6 +36,7 @@ | |||||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
}, | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"suggest": { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"ext-pcntl": "Required to use signal trapping.", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. framework/src/Illuminate/Console/Signals.php Lines 77 to 82 in d3a4cd2
framework/src/Illuminate/Console/Signals.php Lines 89 to 102 in d3a4cd2
framework/src/Illuminate/Console/Signals.php Lines 77 to 82 in d3a4cd2
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
"dragonmantank/cron-expression": "Required to use scheduler (^3.3.2).", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"guzzlehttp/guzzle": "Required to use the ping methods on schedules (^7.5).", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
"illuminate/bus": "Required to use the scheduled job dispatcher (^9.0).", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
|
@@ -15,6 +15,7 @@ | |||
], | ||||
"require": { | ||||
"php": "^8.0.2", | ||||
"ext-hash": "*", | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||||
"illuminate/collections": "^9.0", | ||||
"illuminate/contracts": "^9.0", | ||||
"illuminate/macroable": "^9.0", | ||||
|
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -16,7 +16,7 @@ | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
], | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"require": { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"php": "^8.0.2", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"ext-json": "*", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"ext-pdo": "*", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Search usages of |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"brick/math": "^0.9.3|^0.10.2|^0.11", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"illuminate/collections": "^9.0", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"illuminate/container": "^9.0", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
@@ -36,6 +36,7 @@ | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
}, | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"suggest": { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"ext-filter": "Required to use the Postgres database driver.", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. framework/src/Illuminate/Database/Query/Grammars/PostgresGrammar.php Lines 225 to 251 in d3a4cd2
framework/src/Illuminate/Database/Query/Grammars/PostgresGrammar.php Lines 666 to 677 in d3a4cd2
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"fakerphp/faker": "Required to use the eloquent factory builder (^1.21).", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"illuminate/console": "Required to use the database commands (^9.0).", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -15,7 +15,7 @@ | |||||||||||||||||||||
], | ||||||||||||||||||||||
"require": { | ||||||||||||||||||||||
"php": "^8.0.2", | ||||||||||||||||||||||
"ext-json": "*", | ||||||||||||||||||||||
"ext-hash": "*", | ||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. framework/src/Illuminate/Encryption/Encrypter.php Lines 255 to 260 in d3a4cd2
framework/src/Illuminate/Encryption/Encrypter.php Lines 193 to 196 in d3a4cd2
|
||||||||||||||||||||||
"ext-mbstring": "*", | ||||||||||||||||||||||
"ext-openssl": "*", | ||||||||||||||||||||||
"illuminate/contracts": "^9.0", | ||||||||||||||||||||||
|
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
@@ -32,7 +32,9 @@ | |||||||||
} | ||||||||||
}, | ||||||||||
"suggest": { | ||||||||||
"ext-fileinfo": "Required to use the Filesystem class.", | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. framework/src/Illuminate/Filesystem/Filesystem.php Lines 450 to 453 in d3a4cd2
|
||||||||||
"ext-ftp": "Required to use the Flysystem FTP driver.", | ||||||||||
"ext-hash": "Required to use the Filesystem class.", | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. framework/src/Illuminate/Filesystem/Filesystem.php Lines 175 to 178 in d3a4cd2
|
||||||||||
"illuminate/http": "Required for handling uploaded files (^7.0).", | ||||||||||
"league/flysystem": "Required to use the Flysystem local driver (^3.0.16).", | ||||||||||
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).", | ||||||||||
|
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
@@ -15,7 +15,7 @@ | |||||||||
], | ||||||||||
"require": { | ||||||||||
"php": "^8.0.2", | ||||||||||
"ext-json": "*", | ||||||||||
"ext-filter": "*", | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. framework/src/Illuminate/Http/Concerns/InteractsWithInput.php Lines 341 to 344 in d3a4cd2
|
||||||||||
"fruitcake/php-cors": "^1.2", | ||||||||||
"illuminate/collections": "^9.0", | ||||||||||
"illuminate/macroable": "^9.0", | ||||||||||
|
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -15,7 +15,7 @@ | |||||||||||||||||||||||||||
], | ||||||||||||||||||||||||||||
"require": { | ||||||||||||||||||||||||||||
"php": "^8.0.2", | ||||||||||||||||||||||||||||
"ext-json": "*", | ||||||||||||||||||||||||||||
"ext-filter": "*", | ||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. framework/src/Illuminate/Pagination/AbstractPaginator.php Lines 131 to 134 in d3a4cd2
framework/src/Illuminate/Pagination/PaginationState.php Lines 19 to 27 in d3a4cd2
|
||||||||||||||||||||||||||||
"illuminate/collections": "^9.0", | ||||||||||||||||||||||||||||
"illuminate/contracts": "^9.0", | ||||||||||||||||||||||||||||
"illuminate/support": "^9.0" | ||||||||||||||||||||||||||||
|
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -15,7 +15,6 @@ | |||||||||||||||||||||||||||||||||||||||||||||||||||
], | ||||||||||||||||||||||||||||||||||||||||||||||||||||
"require": { | ||||||||||||||||||||||||||||||||||||||||||||||||||||
"php": "^8.0.2", | ||||||||||||||||||||||||||||||||||||||||||||||||||||
"ext-json": "*", | ||||||||||||||||||||||||||||||||||||||||||||||||||||
"illuminate/collections": "^9.0", | ||||||||||||||||||||||||||||||||||||||||||||||||||||
"illuminate/console": "^9.0", | ||||||||||||||||||||||||||||||||||||||||||||||||||||
"illuminate/container": "^9.0", | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
@@ -39,6 +38,9 @@ | |||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||||
}, | ||||||||||||||||||||||||||||||||||||||||||||||||||||
"suggest": { | ||||||||||||||||||||||||||||||||||||||||||||||||||||
"ext-pdo": "Required to use the database queue worker.", | ||||||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. framework/src/Illuminate/Queue/DatabaseQueue.php Lines 256 to 280 in d3a4cd2
// cc @X-Coder264 |
||||||||||||||||||||||||||||||||||||||||||||||||||||
"ext-filter": "Required to use the SQS queue worker.", | ||||||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. framework/src/Illuminate/Queue/SqsQueue.php Lines 205 to 212 in d3a4cd2
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
"ext-mbstring": "Required to use the database failed job providers.", | ||||||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. framework/src/Illuminate/Queue/Failed/DatabaseFailedJobProvider.php Lines 56 to 65 in d3a4cd2
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
"ext-pcntl": "Required to use all features of the queue worker.", | ||||||||||||||||||||||||||||||||||||||||||||||||||||
"ext-posix": "Required to use all features of the queue worker.", | ||||||||||||||||||||||||||||||||||||||||||||||||||||
"aws/aws-sdk-php": "Required to use the SQS queue driver and DynamoDb failed job storage (^3.235.5).", | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -15,7 +15,8 @@ | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
], | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"require": { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"php": "^8.0.2", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"ext-json": "*", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"ext-filter": "*", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. framework/src/Illuminate/Routing/UrlGenerator.php Lines 623 to 630 in d3a4cd2
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"ext-hash": "*", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. framework/src/Illuminate/Routing/UrlGenerator.php Lines 333 to 350 in d3a4cd2
framework/src/Illuminate/Routing/UrlGenerator.php Lines 421 to 436 in d3a4cd2
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"illuminate/collections": "^9.0", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"illuminate/container": "^9.0", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"illuminate/contracts": "^9.0", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
@@ -15,7 +15,8 @@ | |||||||||
], | ||||||||||
"require": { | ||||||||||
"php": "^8.0.2", | ||||||||||
"ext-json": "*", | ||||||||||
"ext-ctype": "*", | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. framework/src/Illuminate/Session/Store.php Lines 649 to 652 in d3a4cd2
|
||||||||||
"ext-session": "*", | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. All session handlers implement |
||||||||||
"illuminate/collections": "^9.0", | ||||||||||
"illuminate/contracts": "^9.0", | ||||||||||
"illuminate/filesystem": "^9.0", | ||||||||||
|
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -15,7 +15,8 @@ | |||||||||||||||||||||||||||||||||
], | ||||||||||||||||||||||||||||||||||
"require": { | ||||||||||||||||||||||||||||||||||
"php": "^8.0.2", | ||||||||||||||||||||||||||||||||||
"ext-json": "*", | ||||||||||||||||||||||||||||||||||
"ext-ctype": "*", | ||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. framework/src/Illuminate/Support/Str.php Lines 1053 to 1068 in d3a4cd2
|
||||||||||||||||||||||||||||||||||
"ext-filter": "*", | ||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. framework/src/Illuminate/Support/Stringable.php Lines 1175 to 1178 in d3a4cd2
framework/src/Illuminate/Support/Stringable.php Lines 260 to 269 in d3a4cd2
|
||||||||||||||||||||||||||||||||||
"ext-mbstring": "*", | ||||||||||||||||||||||||||||||||||
"doctrine/inflector": "^2.0", | ||||||||||||||||||||||||||||||||||
"illuminate/collections": "^9.0", | ||||||||||||||||||||||||||||||||||
|
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -15,6 +15,7 @@ | |||||||||||||||||||||||||||||||||||||||||||||
], | ||||||||||||||||||||||||||||||||||||||||||||||
"require": { | ||||||||||||||||||||||||||||||||||||||||||||||
"php": "^8.0.2", | ||||||||||||||||||||||||||||||||||||||||||||||
"ext-mbstring": "*", | ||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. framework/src/Illuminate/Testing/Constraints/SeeInOrder.php Lines 41 to 62 in d3a4cd2
|
||||||||||||||||||||||||||||||||||||||||||||||
"illuminate/collections": "^9.0", | ||||||||||||||||||||||||||||||||||||||||||||||
"illuminate/contracts": "^9.0", | ||||||||||||||||||||||||||||||||||||||||||||||
"illuminate/macroable": "^9.0", | ||||||||||||||||||||||||||||||||||||||||||||||
|
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -15,7 +15,8 @@ | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
], | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"require": { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"php": "^8.0.2", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"ext-json": "*", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"ext-filter": "*", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. See usages of |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"ext-mbstring": "*", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. framework/src/Illuminate/Validation/Concerns/ValidatesAttributes.php Lines 2352 to 2369 in d3a4cd2
framework/src/Illuminate/Validation/DatabasePresenceVerifier.php Lines 103 to 114 in d3a4cd2
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"brick/math": "^0.9.3|^0.10.2|^0.11", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"egulias/email-validator": "^3.2.1|^4.0", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"illuminate/collections": "^9.0", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
], | ||
"require": { | ||
"php": "^8.0.2", | ||
"ext-json": "*", | ||
"ext-tokenizer": "*", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. See usages of |
||
"illuminate/collections": "^9.0", | ||
"illuminate/container": "^9.0", | ||
"illuminate/contracts": "^9.0", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we still need this in
require-dev
.See this PR: #43959
Seems best to leave it as GMP objects have some quirks that this addresses and I can't replicate with standard classes.