Skip to content

Commit 439554f

Browse files
HP-2693: Upgrade PHPUnit to v12 (#107)
* HP-2693: Upgrade PHPUnit to v12 * HP-2693: update vimeo/psalm to the latest 6.13.1 version in order to fix composer package compatibility issues * HP-2693: added requirements of `php: ^8.3` because `phpunit/phpunit: ^12.0` require it
1 parent 9c6d474 commit 439554f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,18 @@
5050
"cache/array-adapter": "^1.2"
5151
},
5252
"require-dev": {
53+
"php": "^8.3",
5354
"ext-intl": "*",
5455
"behat/behat": "^3.4.3",
55-
"phpunit/phpunit": "^10.0.0",
56+
"phpunit/phpunit": "^12.0",
5657
"league/event": "^2.1",
5758
"hoa/ruler": "^2.17",
5859
"hiqdev/hidev": "dev-master",
5960
"hiqdev/hidev-php": "dev-master",
6061
"hiqdev/hidev-behat": "dev-master",
6162
"hiqdev/hidev-hiqdev": "dev-master",
6263
"hiqdev/php-data-mapper": "dev-master",
63-
"vimeo/psalm": "^5.0",
64+
"vimeo/psalm": "^6.13.1",
6465
"opis/closure": "3.x-dev as 3.6.x-dev",
6566
"cache/array-adapter": "*",
6667
"matthiasnoback/behat-expect-exception": "^v0.3.0",

0 commit comments

Comments
 (0)