-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathcomposer-template.json
More file actions
29 lines (29 loc) · 813 Bytes
/
composer-template.json
File metadata and controls
29 lines (29 loc) · 813 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": "mlocati/php-cs-fixer-configurator",
"description": "Inspect PHP-CS-Fixer fixers and easily configure it",
"license": "MIT",
"type": "project",
"keywords": ["php-cs-fixer"],
"authors": [
{
"name": "Michele Locati",
"email": "mlocati@gmail.com",
"homepage": "https://mlocati.github.io",
"role": "Author"
}
],
"homepage": "https://github.com/mlocati/php-cs-fixer-configurator",
"support": {
"issues": "https://github.com/mlocati/php-cs-fixer-configurator/issues",
"source": "https://github.com/mlocati/php-cs-fixer-configurator"
},
"autoload": {
"psr-4": {
"MLocati\\PhpCsFixerConfigurator\\": "php"
}
},
"config": {
"lock": false
},
"$schema": "https://raw.githubusercontent.com/composer/composer/main/res/composer-schema.json"
}