23-01-2026

This commit is contained in:
Kevin Adametz 2026-01-23 17:34:40 +01:00
parent 8fd1f4d451
commit 389d5d1820
59 changed files with 9642 additions and 883 deletions

View file

@ -1,7 +1,10 @@
{
"name": "laravel/laravel",
"description": "The Laravel Framework.",
"keywords": ["framework", "laravel"],
"keywords": [
"framework",
"laravel"
],
"license": "MIT",
"type": "project",
"repositories": [
@ -14,7 +17,7 @@
}
],
"require": {
"php": "^8.0|^8.2",
"php": "^8.0|^8.2|^8.3",
"bacon/bacon-qr-code": "^3.0",
"barryvdh/laravel-dompdf": "*",
"cviebrock/eloquent-sluggable": "*",
@ -48,7 +51,7 @@
"nunomaduro/collision": "^5.0",
"phpunit/phpunit": "^9.3.3",
"barryvdh/laravel-debugbar": "*",
"barryvdh/laravel-ide-helper": "*"
"barryvdh/laravel-ide-helper": "*"
},
"autoload": {
"files": [
@ -69,8 +72,7 @@
},
"extra": {
"laravel": {
"dont-discover": [
]
"dont-discover": []
}
},
"scripts": {
@ -99,4 +101,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}