Skip to content

Commit ea68c15

Browse files
committed
Flex endpoint fixed
1 parent a051117 commit ea68c15

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,10 @@
150150
},
151151
"extra": {
152152
"symfony": {
153-
"endpoint": "https://github.com/web-token/recipes"
153+
"endpoint": [
154+
"https://api.github.com/repos/web-token/recipes/contents/index.json",
155+
"flex://defaults"
156+
]
154157
}
155158
}
156159
}

0 commit comments

Comments
 (0)