forked from akeneo/ExtendedMeasureBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 838 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "akeneo/extended-measure-bundle",
"type": "symfony-bundle",
"description": "Provides new measures for Akeneo PIM CE and EE",
"license": "OSL-3.0",
"authors": [
{
"name": "Akeneo",
"homepage": "http://www.akeneo.com"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/akeneo/pim-community-dev.git"
}
],
"require": {
"akeneo/pim-community-dev": "^1.6 || ^2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "@stable",
"phpspec/phpspec": "@stable"
},
"autoload": {
"psr-4": {
"Pim\\Bundle\\ExtendedMeasureBundle\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
}
}