Skip to content

Commit 86b9f11

Browse files
author
Sven Luijten
committed
Remove phpunit as dependency
1 parent 12e5c34 commit 86b9f11

File tree

2 files changed

+2
-35
lines changed

2 files changed

+2
-35
lines changed

composer.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,13 @@
1212
"php": "^7.1",
1313
"friendsofphp/php-cs-fixer": "^2.7"
1414
},
15-
"require-dev": {
16-
"phpunit/phpunit": "^7.0"
17-
},
1815
"autoload": {
1916
"psr-4": {
2017
"AdamWojs\\PhpCsFixerPhpdocForceFQCN\\": "src/"
21-
},
22-
"exclude-from-classmap": [
23-
"/src/Tests/"
24-
]
18+
}
2519
},
2620
"scripts": {
27-
"fix-cs": "@php ./vendor/bin/php-cs-fixer fix src -v --show-progress=estimating",
28-
"run-tests": "@php ./vendor/bin/phpunit -c phpunit.xml.dist"
21+
"fix-cs": "@php ./vendor/bin/php-cs-fixer fix src -v --show-progress=estimating"
2922
},
3023
"extra": {
3124
"branch-alias": {

phpunit.xml.dist

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)