Merge branch 'mail' of git.076.ne.jp:TechnicalSuwako/076server into mail

このコミットが含まれているのは:
守矢諏訪子 2021-12-03 12:26:49 +09:00
コミット 09b3e660a0
1個のファイルの変更18行の追加21行の削除

ファイルの表示

@ -2,10 +2,7 @@
"name": "laravel/laravel", "name": "laravel/laravel",
"type": "project", "type": "project",
"description": "The Laravel Framework.", "description": "The Laravel Framework.",
"keywords": [ "keywords": ["framework", "laravel"],
"framework",
"laravel"
],
"license": "MIT", "license": "MIT",
"require": { "require": {
"php": "^8.0", "php": "^8.0",
@ -18,22 +15,12 @@
"predis/predis": "^1.1.9" "predis/predis": "^1.1.9"
}, },
"require-dev": { "require-dev": {
"facade/ignition": "^2.17.2", "facade/ignition": "^2.5",
"fzaninotto/faker": "^1.9.2", "fakerphp/faker": "^1.16.0",
"mockery/mockery": "^1.4.4", "mockery/mockery": "^1.4.2",
"nunomaduro/collision": "^5.10.0", "nunomaduro/collision": "^5.0",
"phpunit/phpunit": "^9.5.10" "phpunit/phpunit": "^9.5.10"
}, },
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
},
"extra": {
"laravel": {
"dont-discover": []
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"App\\": "app/" "App\\": "app/"
@ -51,8 +38,6 @@
"Tests\\": "tests/" "Tests\\": "tests/"
} }
}, },
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": { "scripts": {
"post-autoload-dump": [ "post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
@ -64,5 +49,17 @@
"post-create-project-cmd": [ "post-create-project-cmd": [
"@php artisan key:generate --ansi" "@php artisan key:generate --ansi"
] ]
} },
"extra": {
"laravel": {
"dont-discover": []
}
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
} }