Skip to content

Commit 526d350

Browse files
authored
Merge pull request #1 from enimateK/0.1.1
0.1.1
2 parents 6539613 + 8d0bf1d commit 526d350

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,16 @@
1313
],
1414
"require": {
1515
"php": ">=5.3.0",
16-
"ddeboer/data-import": "*"
16+
"ddeboer/data-import": "0.18.1"
1717
},
1818
"autoload": {
1919
"psr-0": { "Ddeboer\\DataImportBundle": "" }
2020
},
21-
"target-dir": "Ddeboer/DataImportBundle"
21+
"target-dir": "Ddeboer/DataImportBundle",
22+
"repositories": [
23+
{
24+
"type": "vcs",
25+
"url": "git@github.com:A5sys/data-import.git"
26+
}
27+
]
2228
}

0 commit comments

Comments
 (0)