This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
51 lines (51 loc) · 2.21 KB
/
package.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "php-cs-fixer",
"main": "./lib/php-cs-fixer",
"version": "4.3.0",
"description": "Run the 'PHP Coding Standards Fixer' within Atom",
"author": {
"name": "Matthias Pfefferle",
"url": "http://pfefferle.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/pfefferle/atom-php-cs-fixer"
},
"license": "MIT",
"engines": {
"atom": ">=0.174.0 <2.0.0",
"php": ">=5.3.6",
"php-cs-fixer": ">=2.0.0"
},
"keywords": [
"phpcs",
"php",
"fixer",
"psr",
"php-cs"
],
"dependencies": {},
"readme": "# php-cs-fixer Atom-Package\n\nRun the \"[PHP Coding Standards Fixer](http://cs.sensiolabs.org)\" within your Atom Editor\n\n![A screenshot of your package](https://raw.github.com/pfefferle/atom-php-cs-fixer/master/php-cs-fixer.gif)\n\n## Installation\n\n```sh\n$ apm install php-cs-fixer\n```\n\nor find it in the Packages tab under settings\n\n## Requirements\n\nThe package requires the \"[PHP Coding Standards Fixer](http://cs.sensiolabs.org)\" Cli build by [SensioLabs](http://sensiolabs.com).\n\nInstallation via Composer\n\n```sh\n$ ./composer.phar global require fabpot/php-cs-fixer\n```\n\nFor other installation methods, see <http://cs.sensiolabs.org/#installation>\n\n## Usage\n\n`ctrl-cmd-s` or **Php Cs Fixer: Fix** in the Command Palette.\n\n(The commands can also be found in the settings-menu of the Package)\n\n## FAQ\n\n### I have updated the plugin to 2.2.0 and it does not work any more\n\nI had to add a new settings-parameter `Php Executable Path` to get the plugin running on Windows, so be sure to check if the new settings is configured properly.\n",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/pfefferle/atom-php-cs-fixer/issues"
},
"homepage": "https://github.com/pfefferle/atom-php-cs-fixer",
"_id": "php-cs-fixer@2.3.0",
"_shasum": "973bb476e5924666d6452812c64723f0950e30f1",
"_resolved": "file:../d-115711-48042-12z60qb/package.tgz",
"_from": "../d-115711-48042-12z60qb/package.tgz",
"_atomModuleCache": {
"version": 1,
"dependencies": [],
"extensions": {
".coffee": [
"lib/php-cs-fixer.coffee"
],
".json": [
"package.json"
]
},
"folders": []
}
}