diff --git a/composer.json b/composer.json index 260911e..0f35843 100644 --- a/composer.json +++ b/composer.json @@ -13,11 +13,11 @@ "doctrine/instantiator": "^1.4", "illuminate/container": "^8.35", "illuminate/contracts": "^8.35", + "php-parallel-lint/php-parallel-lint": "^1.0", "phpmd/phpmd": "^2.9", "phpunit/phpunit": "9.5.*", "sebastian/phpcpd": "6.0.*", - "squizlabs/php_codesniffer": "^3.5", - "php-parallel-lint/php-parallel-lint": "^1.0" + "squizlabs/php_codesniffer": "^3.5" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 34363dc..ccc1258 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "87ea93394f14d8d033f00d2f22ba9558", + "content-hash": "8f718cf17b1b7dacaec66fb5595760f3", "packages": [ { "name": "doctrine/inflector",