We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d69b57 + 8a4491a commit 5223e17Copy full SHA for 5223e17
composer.json
@@ -12,20 +12,13 @@
12
"php": "^7.1",
13
"friendsofphp/php-cs-fixer": "^2.7"
14
},
15
- "require-dev": {
16
- "phpunit/phpunit": "^7.0"
17
- },
18
"autoload": {
19
"psr-4": {
20
"AdamWojs\\PhpCsFixerPhpdocForceFQCN\\": "src/"
21
22
- "exclude-from-classmap": [
23
- "/src/Tests/"
24
- ]
+ }
25
26
"scripts": {
27
- "fix-cs": "php-cs-fixer fix src -v --show-progress=estimating",
28
- "run-tests": "phpunit -c phpunit.xml.dist"
+ "fix-cs": "php-cs-fixer fix src -v --show-progress=estimating"
29
30
"extra": {
31
"branch-alias": {
phpunit.xml.dist
0 commit comments