Skip to content

Commit

Permalink
ci: update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed May 29, 2024
1 parent b424af4 commit f600aaa
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
20 changes: 19 additions & 1 deletion app/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,20 @@
"laravel-ddd",
"ddd"
],
"authors": [
{
"name": "Andrij Orlenko",
"email": "the@wayof.dev",
"homepage": "https://wayof.dev"
}
],
"support": {
"issues": "https://github.com/wayofdev/laravel-starter-tpl/issues",
"source": "https://github.com/wayofdev/laravel-starter-tpl",
"security": "https://github.com/wayofdev/laravel-starter-tpl/blob/master/.github/SECURITY.md"
},
"require": {
"php": "^8.2",
"php": "^8.3",
"ext-pdo": "*",
"deployer/deployer": "^7.4",
"guzzlehttp/guzzle": "^7.8",
Expand Down Expand Up @@ -78,7 +90,13 @@
"php-http/discovery": true,
"phpstan/extension-installer": true
},
"audit": {
"abandoned": "report"
},
"optimize-autoloader": true,
"platform": {
"php": "8.3.7"
},
"preferred-install": "dist",
"sort-packages": true
},
Expand Down
7 changes: 5 additions & 2 deletions app/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f600aaa

Please sign in to comment.