Skip to content

Commit

Permalink
ACMS-3601: add phpunit version 10.
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakmishra2 committed Mar 4, 2024
1 parent f4bd2df commit 3a5ce94
Show file tree
Hide file tree
Showing 2 changed files with 559 additions and 643 deletions.
9 changes: 2 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"oscarotero/env": "^2.1",
"php-parallel-lint/php-console-highlighter": "^1.0",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"phploc/phploc": "^7.0.2",
"phpmd/phpmd": "^2.13",
"symfony/config": "^6.2.7",
"symfony/console": "^5.4.22",
Expand All @@ -60,7 +59,7 @@
"brainmaestro/composer-git-hooks": "^2.8.5",
"phpspec/prophecy-phpunit": "^2.0.2",
"phpstan/phpstan": "^1.10.14",
"phpunit/phpunit": "^9.6.7"
"phpunit/phpunit": "^10.0"
},
"conflict": {
"symfony/symfony": "*"
Expand Down Expand Up @@ -103,11 +102,7 @@
],
"pre-push": "vendor/bin/phpcs"
},
"patches": {
"phploc/phploc": [
"https://patch-diff.githubusercontent.com/raw/sebastianbergmann/phploc/pull/227.patch"
]
},
"patches": {},
"phpcodesniffer-search-depth": 4
},
"scripts": {
Expand Down
Loading

0 comments on commit 3a5ce94

Please sign in to comment.