Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit ec8ce22

Browse files
committed
chore: adjust composer file
1 parent 206a776 commit ec8ce22

3 files changed

Lines changed: 8624 additions & 4 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
.phpunit.result.cache
55
build
66
test-results
7-
composer.lock
87
coverage
98
docs
109
phpunit.xml

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "liveintent/php-cs-fixer",
33
"description": "LiveIntent code style rules for php-cs-fixer",
44
"keywords": [
5-
":LiveIntent",
5+
"LiveIntent",
66
"php-cs-fixer"
77
],
88
"homepage": "https://github.com/liveintent/php-cs-fixer",
@@ -13,7 +13,6 @@
1313
"spatie/laravel-package-tools": "^1.4.3"
1414
},
1515
"require-dev": {
16-
"brianium/paratest": "^6.2",
1716
"nunomaduro/collision": "^5.3",
1817
"phpunit/phpunit": "^9.3",
1918
"spatie/phpunit-watcher": "^1.23",
@@ -32,7 +31,7 @@
3231
"scripts": {
3332
"lint": "vendor/bin/php-cs-fixer fix --allow-risky=yes",
3433
"psalm": "vendor/bin/psalm",
35-
"test": "./vendor/bin/testbench package:test --parallel --no-coverage",
34+
"test": "vendor/bin/phpunit",
3635
"test-watch": "vendor/bin/phpunit-watcher watch",
3736
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
3837
},

0 commit comments

Comments
 (0)