-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 854 Bytes
/
Copy pathcomposer.json
File metadata and controls
35 lines (35 loc) · 854 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
30
31
32
33
34
35
{
"name": "carteni/maintenance-bundle",
"type": "symfony-bundle",
"description": "",
"keywords": [],
"require": {
"php": "^5.5.9 || ^7.0",
"symfony/framework-bundle": "^3.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^1.11",
"symfony/console": "^3.2",
"symfony/phpunit-bridge": "^3.2",
"phpunit/phpunit": "~4.8|~5.0"
},
"license": "MIT",
"authors": [
{
"name": "Francesco Cartenì",
"email": "info@multimediaexperiencestudio.it"
}
],
"autoload": {
"psr-4": { "Mes\\Misc\\MaintenanceBundle\\": "" },
"exclude-from-classmap": [
"/Tests/"
]
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"minimum-stability": "stable"
}