This repository was archived by the owner on May 8, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44.phpunit.result.cache
55build
66test-results
7- composer.lock
87coverage
98docs
109phpunit.xml
Original file line number Diff line number Diff line change 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" ,
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" ,
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 },
You can’t perform that action at this time.
0 commit comments