Alexey Boroda
/
uamap_old
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
7ea2c753cf3ee3280d9f723511cf76cea7323982
Authored by
Alexey Boroda
2018-11-19 10:58:10 +0200
1 parent
d1f8bd40
composer
Showing
1 changed file
with
7 additions
and
1 deletions
Show diff stats
composer.json
Inline
Side-by-side
composer.json
Wrap text
Show/Hide comments
View file @
7ea2c75
...
...
@@ -58,5 +58,11 @@
58
58
},
59
59
"scripts": {
60
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
}
...
...