File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 "homepage" : " https://github.com/olssonm/l5-very-basic-auth" ,
1919 "require" : {
2020 "php" : " ^8.0 || ^8.1 || ^8.2" ,
21- "illuminate/support" : " ^9.0 || ^10.0 || ^11.0 || ^12.0" ,
22- "laravel/prompts" : " ^0.3.5" ,
23- "squizlabs/php_codesniffer" : " ^3.5"
21+ "illuminate/support" : " ^9.0 || ^10.0 || ^11.0 || ^12.0"
2422 },
2523 "require-dev" : {
2624 "laravel/helpers" : " ^1.1" ,
2725 "orchestra/testbench" : " ^7.0 || ^8.0 || ^9.0 || ^10.0" ,
2826 "pestphp/pest" : " ^1.0 || ^2.0 || ^3.7" ,
2927 "pestphp/pest-plugin-laravel" : " ^1.2 || ^2.0 || ^3.1" ,
3028 "phpstan/phpstan" : " ^2.0" ,
31- "phpunit/phpunit" : " ^9.0 || ^10.5 || ^11.5.3"
29+ "phpunit/phpunit" : " ^9.0 || ^10.5 || ^11.5.3" ,
30+ "squizlabs/php_codesniffer" : " ^3.5"
3231 },
3332 "minimum-stability" : " dev" ,
3433 "prefer-stable" : true ,
Original file line number Diff line number Diff line change 206206
207207 expect ($ hashedPassword )->not ->toBeNull ();
208208 expect (app ()->make ('hash ' )->check ($ password , $ hashedPassword ))->toBeTrue ();
209+ expect (config ('app.name ' ))->toEqual ('Laravel ' );
209210});
You can’t perform that action at this time.
0 commit comments