Skip to content

Commit

Permalink
Remove unused dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Oct 8, 2023
1 parent 1803410 commit 7c72596
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@
"selective/test-traits": "^4",
"squizlabs/php_codesniffer": "^3",
"symfony/console": "^6",
"symfony/dotenv": "^6",
"symfony/event-dispatcher": "^6",
"symfony/filesystem": "^6",
"symfony/finder": "^6"
"symfony/dotenv": "^6"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -76,6 +73,7 @@
"@stan",
"@test"
],
"test:coverage": "php -d xdebug.mode=coverage -r \"require 'vendor/bin/phpunit';\" -- --configuration phpunit.xml --do-not-cache-result --colors=always --coverage-clover build/logs/clover.xml --coverage-html build/coverage"
"test:coverage": "php -d xdebug.mode=coverage -r \"require 'vendor/bin/phpunit';\" -- --configuration phpunit.xml --do-not-cache-result --colors=always --coverage-clover build/logs/clover.xml --coverage-html build/coverage",
"cleanx": "php bin/clean.php"
}
}

0 comments on commit 7c72596

Please sign in to comment.