Initial commit

This commit is contained in:
Greyscale 2024-04-14 18:48:37 +02:00
commit a36125fdda
2 changed files with 27 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/vendor/
/.idea

25
composer.json Normal file
View file

@ -0,0 +1,25 @@
{
"name": "benzine/devtools",
"type": "library",
"authors": [
{
"name": "Matthew Baggett",
"email": "matthew@baggett.me"
}
],
"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",
"phpstan/phpstan": "^1",
"phpstan/phpstan-deprecation-rules": "^1",
"phpstan/phpstan-phpunit": "^1",
"phpstan/phpstan-symfony": "^1",
"phpunit/phpunit": "^10",
"slam/phpstan-extensions": "^6",
"thecodingmachine/phpstan-strict-rules": "^1",
"wyrihaximus/html-compress": "^4.1"
}
}