Skip to content

Commit e30ea4c

Browse files
authored
Merge pull request #71 from rohm1/phpunit-10
upgrade to phpunit 10
2 parents 693e5b0 + 07fd21f commit e30ea4c

File tree

7 files changed

+333
-482
lines changed

7 files changed

+333
-482
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/.phpunit.result.cache
2+
/.phpunit.cache/
23
/docs/html/
34
/laminas-mkdoc-theme.tgz
45
/laminas-mkdoc-theme/

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"config": {
1919
"sort-packages": true,
2020
"platform": {
21-
"php": "8.0.99"
21+
"php": "8.1.99"
2222
},
2323
"allow-plugins": {
2424
"dealerdirect/phpcodesniffer-composer-installer": true
@@ -30,16 +30,16 @@
3030
"extra": {
3131
},
3232
"require": {
33-
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
33+
"php": "~8.1.0 || ~8.2.0",
3434
"laminas/laminas-eventmanager": "^3.0",
3535
"laminas/laminas-http": "^2.15.0",
3636
"laminas/laminas-mvc": "^3.3.0",
3737
"laminas/laminas-servicemanager": "^3.0.3",
3838
"laminas/laminas-uri": "^2.5",
3939
"laminas/laminas-view": "^2.13.1",
40-
"phpunit/phpunit": "^9.5.23",
41-
"symfony/css-selector": "^5.4 || ^6.0",
42-
"symfony/dom-crawler": "^5.4 || ^6.0"
40+
"phpunit/phpunit": "^10.0.0",
41+
"symfony/css-selector": "^6.0",
42+
"symfony/dom-crawler": "^6.0"
4343
},
4444
"require-dev": {
4545
"laminas/laminas-coding-standard": "^2.4.0",

0 commit comments

Comments
 (0)