diff --git a/composer.json b/composer.json index 12d938c..b5d9323 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ "exclude-from-classmap": ["/Tests/"] }, "require": { - "php": "~8.4.0", - "oro/commerce": "6.1.*" + "php": "~8.5.0", + "oro/commerce": "7.0.*" }, "repositories": { "oro": { @@ -31,13 +31,18 @@ "minimum-stability": "dev", "prefer-stable": true, "require-dev": { - "enlightn/security-checker": "^1.9", - "friendsofphp/php-cs-fixer": "~3.57.2", - "php-parallel-lint/php-parallel-lint": "^1.3", - "phpmd/phpmd": "~2.15.0", "phpro/grumphp": "^1.5", - "phpspec/phpspec": "^7.2", - "phpstan/phpstan": "^1.5" + "phpmd/phpmd": "~2.15.0", + "squizlabs/php_codesniffer": "~4.0.1", + "sebastian/phpcpd": "^6.0", + "jakub-onderka/php-parallel-lint": "^1.0", + "friendsoftwig/twigcs": "^5.1", + "friendsofphp/php-cs-fixer": "~3.92.3", + "phpstan/phpstan": "^1.3", + "phpstan/phpstan-symfony": "^1.0", + "phpstan/phpstan-doctrine": "^1.0", + "phpstan/phpstan-strict-rules": "^1.1", + "php-parallel-lint/php-parallel-lint": "^1.3" }, "config": { "sort-packages": true, @@ -48,4 +53,4 @@ "symfony/runtime": true } } -} +} \ No newline at end of file