forked from yshyshkin/DefaultThemeConfigurationBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 741 Bytes
/
composer.json
File metadata and controls
23 lines (23 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "clemzarch/default-theme-configuration-bundle",
"description": "OroCommerce Default Theme Configuration Bundle",
"keywords": ["oro","commerce","default","theme","configuration"],
"homepage": "https://github.com/yshyshkin/DefaultThemeConfigurationBundle",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Yevhen Shyshkin",
"email": "shishkin.yevgeniy@gmail.com"
}
],
"require": {
"oro/commerce": "~4.1.1 || ^4.2"
},
"autoload": {
"psr-4": { "YsTools\\Bundle\\DefaultThemeConfigurationBundle\\": "" },
"exclude-from-classmap": ["/Tests/"]
},
"minimum-stability": "dev",
"prefer-stable": true
}