-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
phpmd removed, min PHP version to 5.4
- Loading branch information
Tomas Votruba
committed
Dec 24, 2014
1 parent
7c3d5e4
commit 0f786a4
Showing
3 changed files
with
8 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,21 @@ | ||
{ | ||
"name": "zenify/coding-standard", | ||
"description": "Set of rules for PHP_CodeSniffer based on PGS-2 (http://php-fg.com) and Nette CS.", | ||
"description": "Set of rules for PHP_CodeSniffer preferring tabs and based on Nette coding standard.", | ||
"license": "MIT", | ||
"authors": [ | ||
{ "name": "Tomáš Votruba", "homepage": "http://tomasvotruba.cz" } | ||
{ "name": "Tomáš Votruba", "email": "[email protected]", "homepage": "http://tomasvotruba.cz" } | ||
], | ||
"require": { | ||
"php": ">=5.5", | ||
"squizlabs/php_codesniffer": "~2.0", | ||
"phpmd/phpmd": "~2.1" | ||
"php": ">=5.4", | ||
"squizlabs/php_codesniffer": "~2.1" | ||
}, | ||
"require-dev": { | ||
"jakub-onderka/php-parallel-lint": "~0.8", | ||
"phpunit/phpunit": "~4.4" | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"ZenifyTests\\": "tests/ZenifyTests" | ||
"Zenify\\CodingStandard\\Tests\\": "tests" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters