forked from codeages/plugin-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 921 Bytes
/
Copy pathcomposer.json
File metadata and controls
29 lines (29 loc) · 921 Bytes
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
{
"name": "codeages/plugin-bundle",
"type": "symfony-bundle",
"description": "Symfony PluginBundle",
"keywords": ["Plugin", "Extension", "Theme"],
"homepage": "https://github.com/codeages/plugin-bundle",
"license": "MIT",
"authors": [
{
"name": "codeages team",
"email": "team@codeages.com"
}
],
"require": {
"php": "^5.3.3 || ^7.0",
"symfony/twig-bundle": "^2.8 || ^3.0",
"symfony/framework-bundle": "^2.8 || ^3.0",
"symfony/config": "^2.8 || ^3.0",
"codeages/biz-framework": "^0.3 || ^0.4 || ^0.5 || ^0.6 || ^0.7 || ^0.8 || ^0.9 || ^0.10 || ^1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8 || ~5.7",
"symfony/phpunit-bridge": "~3.1.5 || ~4.4.4",
"symfony/browser-kit": "^2.8 || ^3.0"
},
"autoload": {
"psr-4": { "Codeages\\PluginBundle\\": "" }
}
}