File tree Expand file tree Collapse file tree 6 files changed +2174
-455
lines changed
Expand file tree Collapse file tree 6 files changed +2174
-455
lines changed Original file line number Diff line number Diff line change 2727 "umulmrum/holiday" : " ^0.11"
2828 },
2929 "require-dev" : {
30+ "cweagans/composer-patches" : " ^2.0" ,
3031 "driftingly/rector-laravel" : " ^2.1" ,
3132 "fakerphp/faker" : " ^1.24" ,
3233 "laravel/boost" : " ^1.8" ,
3637 "laravel/sail" : " ^1.48" ,
3738 "mockery/mockery" : " ^1.6" ,
3839 "nunomaduro/collision" : " ^8.8" ,
39- "pestphp/pest" : " ^3.8" ,
40- "pestphp/pest-plugin-laravel" : " ^3.2"
40+ "pestphp/pest" : " ^v4.1" ,
41+ "pestphp/pest-plugin-browser" : " ^4.1" ,
42+ "pestphp/pest-plugin-laravel" : " ^4.0"
4143 },
4244 "autoload" : {
4345 "psr-4" : {
8082 "extra" : {
8183 "laravel" : {
8284 "dont-discover" : []
85+ },
86+ "patches" : {
87+ "pestphp/pest-plugin-browser" : {
88+ "Use device scale for browser screenshots" : " tests/patches/pest-plugin-browser/device-scale.patch"
89+ }
8390 }
8491 },
8592 "config" : {
8895 "sort-packages" : true ,
8996 "allow-plugins" : {
9097 "pestphp/pest-plugin" : true ,
91- "php-http/discovery" : true
98+ "php-http/discovery" : true ,
99+ "cweagans/composer-patches" : true ,
100+ "cweagans/composer-configurable-plugin" : true
92101 }
93102 },
94103 "minimum-stability" : " dev" ,
You can’t perform that action at this time.
0 commit comments