forked from techdivision/TechDivision_MagentoUnitTesting
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
20 lines (20 loc) · 643 Bytes
/
Copy pathcomposer.json
File metadata and controls
20 lines (20 loc) · 643 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "techdivision/techdivision_magentounittesting",
"type": "magento-extension",
"description": "This projects aims to bring the core tests and the important parts of the Magento 2 testsuite to Magento 1.",
"homepage": "https://github.com/techdivision/TechDivision_MagentoUnitTesting",
"license": ["OSL-3.0"],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/techdivision/TechDivision_MagentoUnitTesting"
}
],
"require": {
"php" : ">=5.3.0",
"mikey179/vfsStream": "1.2.0"
},
"config" : {
"vendor-dir" : "src/lib"
}
}