Skip to content

Commit

Permalink
BRAIN-43 - Increase mutation score
Browse files Browse the repository at this point in the history
  • Loading branch information
lernhart authored and cyl3x committed Jan 27, 2025
1 parent 34baf14 commit 0c048f4
Show file tree
Hide file tree
Showing 13 changed files with 342 additions and 97 deletions.
32 changes: 17 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"php": ">=8.2",
"ext-ctype": "*",
"ext-iconv": "*",
"ext-json": "*",
"ext-simplexml": "*",
"braintree/braintree_php": "^6.19",
"doctrine/doctrine-bundle": "^2.10",
"doctrine/doctrine-migrations-bundle": "^3.2",
Expand All @@ -15,18 +17,18 @@
"guzzlehttp/psr7": "^2.6",
"nelmio/cors-bundle": "^2.3",
"shopware/app-bundle": "^4.0",
"symfony/console": "^7.1",
"symfony/dotenv": "^7.1",
"symfony/http-foundation": "^7.1",
"symfony/console": "^7.2",
"symfony/dotenv": "^7.2",
"symfony/http-foundation": "^7.2",
"symfony/flex": "^2",
"symfony/framework-bundle": "^7.1",
"symfony/framework-bundle": "^7.2",
"symfony/monolog-bundle": "^3.8",
"symfony/property-access": "^7.1",
"symfony/psr-http-message-bridge": "^7.1",
"symfony/runtime": "^7.1",
"symfony/serializer": "^7.1",
"symfony/uid": "^7.1",
"symfony/yaml": "^7.1"
"symfony/property-access": "^7.2",
"symfony/psr-http-message-bridge": "^7.2",
"symfony/runtime": "^7.2",
"symfony/serializer": "^7.2",
"symfony/uid": "^7.2",
"symfony/yaml": "^7.2"
},
"config": {
"allow-plugins": {
Expand Down Expand Up @@ -103,21 +105,21 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "7.1.*"
"require": "7.2.*"
}
},
"require-dev": {
"dama/doctrine-test-bundle": "^8.2",
"dama/doctrine-test-bundle": "*",
"friendsofphp/php-cs-fixer": "^3.63",
"infection/infection": "^0.29.6",
"kubawerlos/php-cs-fixer-custom-fixers": "^3.16",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-symfony": "^1.3",
"phpunit/phpunit": "^11",
"symfony/debug-bundle": "^7.1",
"symfony/stopwatch": "^7.1",
"symfony/web-profiler-bundle": "^7.1",
"symfony/debug-bundle": "^7.2",
"symfony/stopwatch": "^7.2",
"symfony/web-profiler-bundle": "^7.2",
"symplify/phpstan-rules": "13.0.1",
"tomasvotruba/type-coverage": "^1.0.0"
}
Expand Down
Loading

0 comments on commit 0c048f4

Please sign in to comment.