Skip to content

Commit 84f8ea5

Browse files
committed
Flex endpoint fixed
1 parent ea68c15 commit 84f8ea5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Bundle/JoseFramework/composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@
3838
},
3939
"extra": {
4040
"symfony": {
41-
"endpoint": "https://github.com/web-token/recipes"
41+
"endpoint": [
42+
"https://api.github.com/repos/web-token/recipes/contents/index.json",
43+
"flex://defaults"
44+
]
4245
}
4346
}
4447
}

0 commit comments

Comments
 (0)