mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-24 12:07:28 +08:00
update: composer.json
This commit is contained in:
+5
-4
@@ -29,7 +29,8 @@
|
|||||||
"spatie/db-dumper": "^3.4",
|
"spatie/db-dumper": "^3.4",
|
||||||
"stripe/stripe-php": "^7.36.1",
|
"stripe/stripe-php": "^7.36.1",
|
||||||
"symfony/yaml": "*",
|
"symfony/yaml": "*",
|
||||||
"zoujingli/ip2region": "^2.0"
|
"zoujingli/ip2region": "^2.0",
|
||||||
|
"cedar2025/http-foundation": "v6.4.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"barryvdh/laravel-debugbar": "^3.9",
|
"barryvdh/laravel-debugbar": "^3.9",
|
||||||
@@ -81,10 +82,10 @@
|
|||||||
"@php artisan key:generate --ansi"
|
"@php artisan key:generate --ansi"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"repositories": {
|
"repositories": [
|
||||||
"packagist": {
|
{
|
||||||
"type": "composer",
|
"type": "composer",
|
||||||
"url": "https://packagist.org"
|
"url": "https://packagist.org"
|
||||||
}
|
}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user