Add more deps.
This commit is contained in:
parent
3029d70050
commit
a8d3ea413f
2 changed files with 11 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
/vendor/
|
||||
/.idea
|
||||
/.github/act.secrets
|
||||
/.github/act.secrets
|
||||
/composer.lock
|
|
@ -7,18 +7,25 @@
|
|||
"email": "matthew@baggett.me"
|
||||
}
|
||||
],
|
||||
"config": {
|
||||
"sort-packages": true
|
||||
},
|
||||
"require": {
|
||||
"brianium/paratest": "^7",
|
||||
"clue/commander": "^v1.3.0",
|
||||
"jc21/clitable": "^1.2",
|
||||
"php-coveralls/php-coveralls": "^2.1",
|
||||
"ergebnis/phpunit-slow-test-detector": "^2",
|
||||
"friendsofphp/php-cs-fixer": "^3.53",
|
||||
"jc21/clitable": "^1.2",
|
||||
"kint-php/kint": "^4",
|
||||
"php-coveralls/php-coveralls": "^2.1",
|
||||
"php-webdriver/webdriver": "^1",
|
||||
"phpstan/phpstan": "^1",
|
||||
"phpstan/phpstan-deprecation-rules": "^1",
|
||||
"phpstan/phpstan-phpunit": "^1",
|
||||
"phpstan/phpstan-symfony": "^1",
|
||||
"phpunit/phpunit": "^10",
|
||||
"slam/phpstan-extensions": "^6",
|
||||
"squizlabs/php_codesniffer": "3.*",
|
||||
"thecodingmachine/phpstan-strict-rules": "^1",
|
||||
"wyrihaximus/html-compress": "^4.1"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue