Merge branch 'feature/58-convert-to-php-codesniffer-composer-plugin' into 'develop'
Feature/58 Convert to php-codesniffer-standards composer package type Closes #58 See merge request !59
This commit is contained in:
commit
3a37662001
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "siepmann/typo3_update",
|
"name": "siepmann/typo3_update",
|
||||||
"description": "Auto migrate PHP Source of extensions to be compatible.",
|
"description": "Auto migrate PHP Source of extensions to be compatible.",
|
||||||
"type": "project",
|
"type": "php-codesniffer-standards",
|
||||||
"license": "GPL-2.0+",
|
"license": "GPL-2.0+",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
|
@ -25,7 +25,8 @@
|
||||||
"require": {
|
"require": {
|
||||||
"helmich/typo3-typoscript-parser": "1.1.*",
|
"helmich/typo3-typoscript-parser": "1.1.*",
|
||||||
"squizlabs/php_codesniffer": "2.8.*",
|
"squizlabs/php_codesniffer": "2.8.*",
|
||||||
"symfony/yaml": "3.2.*"
|
"symfony/yaml": "3.2.*",
|
||||||
|
"higidi/composer-phpcodesniffer-standards-plugin": "*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "5.7.*",
|
"phpunit/phpunit": "5.7.*",
|
||||||
|
|
Loading…
Reference in a new issue