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
21 lines (21 loc) · 678 Bytes
/
composer.json
File metadata and controls
21 lines (21 loc) · 678 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "techdivision/techdivision_magentounittesting",
"type": "magento-module",
"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",
"phpunit/phpunit": "3.7.37",
"mikey179/vfsStream": "1.2.0"
},
"config" : {
"vendor-dir" : "src/lib"
}
}