Commit 7ea2c753cf3ee3280d9f723511cf76cea7323982
1 parent
d1f8bd40
composer
Showing
1 changed file
with
7 additions
and
1 deletions
Show diff stats
composer.json
@@ -58,5 +58,11 @@ | @@ -58,5 +58,11 @@ | ||
58 | }, | 58 | }, |
59 | "scripts": { | 59 | "scripts": { |
60 | "post-install-cmd": "php init --env=Development --overwrite=n" | 60 | "post-install-cmd": "php init --env=Development --overwrite=n" |
61 | - } | 61 | + }, |
62 | + "repositories": [ | ||
63 | + { | ||
64 | + "type": "composer", | ||
65 | + "url": "https://asset-packagist.org" | ||
66 | + } | ||
67 | + ] | ||
62 | } | 68 | } |