Skip to content

Commit efc4d02

Browse files
committed
Add repositories for own packages
1 parent c30c504 commit efc4d02

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

composer.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@
2020
"symfony/console": "^4.0",
2121
"symfony/finder": "^4.1"
2222
},
23+
"repositories": [
24+
{
25+
"type": "vcs",
26+
"url": "[email protected]:ProgMiner/jlex-php-lib"
27+
},
28+
{
29+
"type": "vcs",
30+
"url": "[email protected]:ProgMiner/kmyacc-lib"
31+
},
32+
{
33+
"type": "vcs",
34+
"url": "[email protected]:ProgMiner/php-datagen-lib"
35+
}
36+
],
2337
"autoload": {
2438
"psr-4": {
2539
"PHPDataGen\\": "app"

0 commit comments

Comments
 (0)