mirror of
https://github.com/grokability/snipe-it.git
synced 2026-03-12 17:52:00 +08:00
Fix custom translator for new Laravel 11 syntax
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
"league/flysystem-aws-s3-v3": "^3.0",
|
||||
"livewire/livewire": "^3.5",
|
||||
"neitanod/forceutf8": "^2.0",
|
||||
"nesbot/carbon": "^2.32",
|
||||
"nesbot/carbon": "^3.0",
|
||||
"nunomaduro/collision": "^8.1",
|
||||
"okvpn/clock-lts": "^1.0",
|
||||
"onelogin/php-saml": "^3.4",
|
||||
@@ -87,8 +87,7 @@
|
||||
"phpunit/phpunit": "^10.0",
|
||||
"squizlabs/php_codesniffer": "^3.5",
|
||||
"symfony/css-selector": "^4.4",
|
||||
"symfony/dom-crawler": "^4.4",
|
||||
"vimeo/psalm": "^5.13"
|
||||
"symfony/dom-crawler": "^4.4"
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
|
||||
Reference in New Issue
Block a user