Skip to content

Commit

Permalink
fix test for phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklog committed Oct 26, 2024
1 parent 81f3b5d commit 1002754
Show file tree
Hide file tree
Showing 3 changed files with 1,185 additions and 601 deletions.
32 changes: 16 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"symfony/process": "^6.4 || ^7.0",
"symfony/stopwatch": "^6.4 || ^7.0",
"symfony/event-dispatcher": "^6.4 || ^7.0",
"symfony/event-dispatcher-contracts": "^3.4",
"symfony/event-dispatcher-contracts": "^3.5",

"doctrine/doctrine-bundle": "^2.11",
"doctrine/doctrine-bundle": "^2.13",
"doctrine/event-manager": "^2.0",
"doctrine/collections": "^2.1",
"doctrine/persistence": "^3.2",
"doctrine/orm": "^2.17 || ^3.0",
"doctrine/dbal": "^3.7 || ^4.0",
"doctrine/collections": "^2.2",
"doctrine/persistence": "^3.3",
"doctrine/orm": "^2.20 || ^3.3",
"doctrine/dbal": "^3.9 || ^4.2",

"psr/clock": "^1.0",

Expand All @@ -63,17 +63,17 @@
"icanhazstring/composer-unused": "^0.8",
"doctrine/coding-standard": "^12.0",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.7",
"maglnet/composer-require-checker": "^4.7",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-strict-rules": "^1.5",
"phpstan/phpstan-symfony": "^1.3",
"phpstan/phpstan-doctrine": "^1.3",
"squizlabs/php_codesniffer": "^3.10",
"maglnet/composer-require-checker": "^4.13",
"phpstan/phpstan": "^1.12",
"phpstan/phpstan-deprecation-rules": "^1.2",
"phpstan/phpstan-phpunit": "^1.4",
"phpstan/phpstan-strict-rules": "^1.6",
"phpstan/phpstan-symfony": "^1.4",
"phpstan/phpstan-doctrine": "^1.5",
"phpunit/phpunit": "^10.5",
"symfony/var-dumper": "^7.0",
"symfony/clock": "^7.0"
"symfony/var-dumper": "^7.1",
"symfony/clock": "^7.1"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 1002754

Please sign in to comment.