Package: php-laravel-framework / 8.83.26+dfsg-2

Metadata

Package Version Patches format
php-laravel-framework 8.83.26+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 9.x Update to EmailValidator v3 36525.patch | (download)

composer.json | 2 1 + 1 - 0 !
src/Illuminate/Validation/Concerns/FilterEmailValidation.php | 11 6 + 5 - 0 !
src/Illuminate/Validation/composer.json | 2 1 + 1 - 0 !
3 files changed, 8 insertions(+), 7 deletions(-)

 [9.x] update to emailvalidator v3 (#36525)

* Update to EmailValidator v3

* Return null

0002 9.x Fix SpoofCheckValidation namespace change 40923.patch | (download)

src/Illuminate/Validation/Concerns/ValidatesAttributes.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [9.x] fix spoofcheckvalidation namespace change (#40923)

* fix SpoofCheckValidation namespace change

It seems in Egulias/EmailValidator version 3.x the SpoofCheckValidation dependy has moved to the Extra folder

* Update ValidatesAttributes.php

Co-authored-by: Dries Vints <dries@vints.io>

0003 9.x Bump voku portable ascii to v2 40618.patch | (download)

composer.json | 2 1 + 1 - 0 !
src/Illuminate/Support/composer.json | 2 1 + 1 - 0 !
tests/Filesystem/FilesystemAdapterTest.php | 4 2 + 2 - 0 !
3 files changed, 4 insertions(+), 4 deletions(-)

 [9.x] bump voku/portable-ascii to v2 (#40618)

* Bump voku/portable-ascii to v2

* Adjust tests to new behavior

0004 Treat replaced internal packages as dependencies.patch | (download)

composer.json | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

 treat replaced internal packages as dependencies