Skip to content

Commit 95a924f

Browse files
committed
Upgrade laravel to v11 and vite to v4.5.3
1 parent c7319de commit 95a924f

4 files changed

Lines changed: 951 additions & 848 deletions

File tree

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22
"name": "laso/project",
33
"type": "project",
44
"description": "Laravel annual statment online (a small online tool to do the annual statement in Germany for one person companies)",
5-
"version": "0.4.1",
5+
"version": "0.4.2",
66
"keywords": [
77
"laravel",
88
"framework"
99
],
1010
"license": "MIT",
1111
"require": {
12-
"php": "^8.1",
12+
"php": "^8.2",
1313
"guzzlehttp/guzzle": "^7.2",
14-
"laravel/framework": "^10.10",
15-
"laravel/sanctum": "^3.3",
14+
"laravel/framework": "^11.0",
15+
"laravel/sanctum": "^4.0",
1616
"laravel/tinker": "^2.8"
1717
},
1818
"require-dev": {
1919
"fakerphp/faker": "^1.9.1",
20-
"laravel/breeze": "^1.26",
20+
"laravel/breeze": "^2.0",
2121
"laravel/pint": "^1.0",
2222
"laravel/sail": "^1.18",
2323
"mockery/mockery": "^1.4.4",
24-
"nunomaduro/collision": "^7.0",
24+
"nunomaduro/collision": "^8.1",
2525
"phpunit/phpunit": "^10.1",
2626
"spatie/laravel-ignition": "^2.0"
2727
},

0 commit comments

Comments
 (0)