Skip to content

Commit 5223e17

Browse files
authored
Merge pull request #5 from svenluijten/remove-phpunit
Remove phpunit as dependency
2 parents 4d69b57 + 8a4491a commit 5223e17

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-cs-fixer fix src -v --show-progress=estimating",
28-
"run-tests": "phpunit -c phpunit.xml.dist"
21+
"fix-cs": "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)