88 "license" : " MIT" ,
99 "type" : " project" ,
1010 "require" : {
11- "php" : " >=7.4 " ,
11+ "php" : " ^8.2 " ,
1212 "erusev/parsedown" : " ^1.6" ,
13- "fideloper/proxy" : " ^4.0" ,
14- "guzzlehttp/guzzle" : " ~6.3" ,
15- "intervention/image" : " ^2.3" ,
16- "laravel/framework" : " ^7.0" ,
17- "laravel/socialite" : " 4.*" ,
18- "laravel/ui" : " 2.0"
13+ "laravel/framework" : " ^12.0" ,
14+ "laravel/socialite" : " 5.*" ,
15+ "laravel/ui" : " 4.*" ,
16+ "intervention/image" : " ^2.3"
1917 },
2018 "require-dev" : {
21- "barryvdh/laravel-debugbar" : " ^3.2" ,
2219 "driftingly/rector-laravel" : " ^2.1" ,
23- "filp/whoops" : " ~2.0" ,
24- "fakerphp/faker" : " ^1.9.1" ,
25- "laravel/browser-kit-testing" : " 6.*" ,
20+ "fakerphp/faker" : " ^1.23" ,
21+ "laravel/browser-kit-testing" : " 7.*" ,
2622 "laravel/envoy" : " *" ,
27- "mockery/mockery" : " 1.0 " ,
28- "phpunit/phpunit" : " ^8.5 " ,
23+ "mockery/mockery" : " ^1.6 " ,
24+ "phpunit/phpunit" : " ^11.0 " ,
2925 "rector/rector" : " ^2.2"
3026 },
3127 "autoload" : {
32- "classmap" : [
33- " database"
34- ],
3528 "psr-4" : {
36- "App\\ " : " app/"
29+ "App\\ " : " app/" ,
30+ "Database\\ Factories\\ " : " database/factories/" ,
31+ "Database\\ Seeders\\ " : " database/seeders/"
3732 }
3833 },
3934 "autoload-dev" : {
4035 "psr-4" : {
4136 "Tests\\ " : " tests/"
42- },
43- "classmap" : [
44- " tests/BrowserKitTestCase.php"
45- ]
37+ }
4638 },
4739 "scripts" : {
4840 "post-root-package-install" : [
5850 " Illuminate\\ Foundation\\ ComposerScripts::postUpdate"
5951 ],
6052 "post-autoload-dump" : [
61- " Illuminate\\ Foundation\\ ComposerScripts::postAutoloadDump" ,
62- " @php artisan package:discover"
63- ]
53+ " Illuminate\\ Foundation\\ ComposerScripts::postAutoloadDump" ,
54+ " @php artisan package:discover"
55+ ]
6456 },
6557 "config" : {
58+ "optimize-autoloader" : true ,
6659 "preferred-install" : " dist" ,
6760 "sort-packages" : true ,
6861 "allow-plugins" : {
69- "kylekatarnls/update-helper" : true
62+ "pestphp/pest-plugin" : true ,
63+ "php-http/discovery" : true
7064 }
7165 }
72- }
66+ }
0 commit comments