Skip to content

Commit f6b0dc0

Browse files
committed
fix: update composer.json to change repositories structure from array to object
Signed-off-by: Sam Poyigi <[email protected]>
1 parent 4f00354 commit f6b0dc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
"docs": "https://tastyigniter.com/docs",
2828
"source": "https://github.com/tastyigniter/TastyIgniter"
2929
},
30-
"repositories": [
31-
{
30+
"repositories": {
31+
"tastyigniter": {
3232
"type": "composer",
3333
"url": "https://satis.tastyigniter.com"
3434
}
35-
],
35+
},
3636
"require": {
3737
"php": "^8.3",
3838
"laravel/framework": "^11.0",

0 commit comments

Comments
 (0)