Skip to content

Commit f600aaa

Browse files
committed
ci: update composer
1 parent b424af4 commit f600aaa

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

app/composer.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,20 @@
1919
"laravel-ddd",
2020
"ddd"
2121
],
22+
"authors": [
23+
{
24+
"name": "Andrij Orlenko",
25+
"email": "[email protected]",
26+
"homepage": "https://wayof.dev"
27+
}
28+
],
29+
"support": {
30+
"issues": "https://github.com/wayofdev/laravel-starter-tpl/issues",
31+
"source": "https://github.com/wayofdev/laravel-starter-tpl",
32+
"security": "https://github.com/wayofdev/laravel-starter-tpl/blob/master/.github/SECURITY.md"
33+
},
2234
"require": {
23-
"php": "^8.2",
35+
"php": "^8.3",
2436
"ext-pdo": "*",
2537
"deployer/deployer": "^7.4",
2638
"guzzlehttp/guzzle": "^7.8",
@@ -78,7 +90,13 @@
7890
"php-http/discovery": true,
7991
"phpstan/extension-installer": true
8092
},
93+
"audit": {
94+
"abandoned": "report"
95+
},
8196
"optimize-autoloader": true,
97+
"platform": {
98+
"php": "8.3.7"
99+
},
82100
"preferred-install": "dist",
83101
"sort-packages": true
84102
},

app/composer.lock

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)