Skip to content

Commit 18c0f06

Browse files
committed
Remove useless files
1 parent 611cc6a commit 18c0f06

File tree

18 files changed

+375
-1126
lines changed

18 files changed

+375
-1126
lines changed

app/Http/Controllers/MainController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
use Exception;
2525

26-
use Illuminate\Database\Query\Builder;
2726
use Illuminate\Http\JsonResponse;
2827
use Illuminate\Http\RedirectResponse;
2928
use Illuminate\Http\Response;

bootstrap/app.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
->withRouting(
1212
web: __DIR__.'/../routes/web.php',
1313
api: __DIR__.'/../routes/api.php',
14-
commands: __DIR__.'/../routes/console.php',
1514
health: '/up',
1615
)
1716
->create();

composer.json

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,22 @@
1414
"ext-redis": "*",
1515
"cakephp/utility": "^5.2",
1616
"endroid/qr-code": "^6.0",
17-
"laravel/framework": "^12.0",
18-
"laravel/tinker": "^2.10.1",
17+
"laravel/framework": "^12.19",
18+
"laravel/tinker": "^2.10",
1919
"paragonie/ecc": "^2.4"
2020
},
2121
"require-dev": {
22-
"fakerphp/faker": "^1.23",
23-
"laravel/pail": "^1.2.2",
24-
"laravel/pint": "^1.13",
25-
"laravel/sail": "^1.41",
22+
"fakerphp/faker": "^1.24",
23+
"laravel/pail": "^1.2",
24+
"laravel/pint": "^1.22",
25+
"laravel/sail": "^1.43",
2626
"mockery/mockery": "^1.6",
27-
"nunomaduro/collision": "^8.6",
28-
"phpunit/phpunit": "^11.5.3"
27+
"nunomaduro/collision": "^8.8",
28+
"phpunit/phpunit": "^11.5"
2929
},
3030
"autoload": {
3131
"psr-4": {
32-
"App\\": "app/",
33-
"Database\\Factories\\": "database/factories/",
34-
"Database\\Seeders\\": "database/seeders/"
32+
"App\\": "app/"
3533
}
3634
},
3735
"autoload-dev": {

0 commit comments

Comments
 (0)