Fix name
This commit is contained in:
parent
ba659f3d19
commit
576d51f675
1 changed files with 22 additions and 22 deletions
|
@ -1,25 +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"
|
||||
"name": "benzine/dev-tools",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue