Skip to content

Commit

Permalink
Merge pull request #71 from rohm1/phpunit-10
Browse files Browse the repository at this point in the history
upgrade to phpunit 10
  • Loading branch information
Ocramius authored Feb 3, 2023
2 parents 693e5b0 + 07fd21f commit e30ea4c
Show file tree
Hide file tree
Showing 7 changed files with 333 additions and 482 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/.phpunit.result.cache
/.phpunit.cache/
/docs/html/
/laminas-mkdoc-theme.tgz
/laminas-mkdoc-theme/
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "8.0.99"
"php": "8.1.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand All @@ -30,16 +30,16 @@
"extra": {
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0",
"laminas/laminas-eventmanager": "^3.0",
"laminas/laminas-http": "^2.15.0",
"laminas/laminas-mvc": "^3.3.0",
"laminas/laminas-servicemanager": "^3.0.3",
"laminas/laminas-uri": "^2.5",
"laminas/laminas-view": "^2.13.1",
"phpunit/phpunit": "^9.5.23",
"symfony/css-selector": "^5.4 || ^6.0",
"symfony/dom-crawler": "^5.4 || ^6.0"
"phpunit/phpunit": "^10.0.0",
"symfony/css-selector": "^6.0",
"symfony/dom-crawler": "^6.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "^2.4.0",
Expand Down
Loading

0 comments on commit e30ea4c

Please sign in to comment.