Tentative de refactoring.
... | ... | @@ -29,7 +29,7 @@ |
}, | ||
"minimum-stability": "stable", | ||
"require": { | ||
"php": "^7.1", | ||
"php": ">= 7.1", | ||
"ext-json": "*", | ||
"doctrine/doctrine-bundle": "^1.6", | ||
"doctrine/orm": "^2.5", | ||
... | ... | @@ -75,6 +75,7 @@ |
"test:phpcpd": "@php vendor/bin/phpcpd --fuzzy src", | ||
"test:phpmd": "@php vendor/bin/phpmd src text phpmd-ruleset.xml", | ||
"test:phpstan": "@php vendor/bin/phpstan analyse", | ||
"test:composer-require-checker": "@php vendor/bin/composer-require-checker" | ||
"test:composer-require-checker": "@php vendor/bin/composer-require-checker", | ||
"test:phpunit": "echo Pas de tests PHPUNIT" | ||
} | ||
} |
Please register or sign in to comment