Skip to content

Commit 0f3dd23

Browse files
authored
Merge pull request #171 from IonBazan/phpunit-10
Upgrade to PHPUnit 10
2 parents c5091bb + 81f8b3f commit 0f3dd23

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1669
-1734
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/.phpunit.result.cache
2+
/.phpunit.cache
23
/clover.xml
34
/coveralls-upload.json
45
/docs/html/
56
/laminas-mkdoc-theme.tgz
67
/laminas-mkdoc-theme/
78
/phpunit.xml
8-
/vendor/
9+
/vendor/

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"doctrine/annotations": "^2.0.0",
1717
"laminas/laminas-coding-standard": "^2.3.0",
1818
"laminas/laminas-stdlib": "^3.6.1",
19-
"phpunit/phpunit": "^9.5.26",
20-
"psalm/plugin-phpunit": "^0.18.0",
21-
"vimeo/psalm": "^5.1.0"
19+
"phpunit/phpunit": "^10.0.9",
20+
"psalm/plugin-phpunit": "^0.18.4",
21+
"vimeo/psalm": "^5.7.1"
2222
},
2323
"suggest": {
2424
"doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",

0 commit comments

Comments
 (0)