From a8d3ea413f7b9a02e9900346160d911d45664a89 Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Sun, 14 Apr 2024 19:04:28 +0200 Subject: [PATCH] Add more deps. --- .gitignore | 3 ++- composer.json | 11 +++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cc21be5..8eb18a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /vendor/ /.idea -/.github/act.secrets \ No newline at end of file +/.github/act.secrets +/composer.lock \ No newline at end of file diff --git a/composer.json b/composer.json index d6edd04..7284053 100644 --- a/composer.json +++ b/composer.json @@ -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" }