Skip to content

Commit

Permalink
chore: Upgrade to PHPUnit 10 (#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Dec 10, 2023
1 parent 2b1e300 commit 05e4c91
Show file tree
Hide file tree
Showing 86 changed files with 1,106 additions and 1,729 deletions.
17 changes: 8 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"composer/semver": "^3.3.2",
"composer/xdebug-handler": "^3.0.3",
"fidry/console": "^0.6.0",
"fidry/filesystem": "^1.1",
"fidry/filesystem": "^1.2.1",
"humbug/php-scoper": "^0.18.6",
"justinrainbow/json-schema": "^5.2.12",
"nikic/iter": "^2.2",
"nikic/php-parser": "^4.15.2",
"phpdocumentor/reflection-docblock": "^5.3",
"phpdocumentor/type-resolver": "^1.7",
"psr/log": "^3.0",
"sebastian/diff": "^4.0",
"sebastian/diff": "^5.0",
"seld/jsonlint": "^1.9",
"seld/phar-utils": "^1.2",
"symfony/filesystem": "^6.1.5",
Expand All @@ -51,16 +51,15 @@
"ergebnis/composer-normalize": "^2.29",
"fidry/makefile": "^1.0.1",
"mikey179/vfsstream": "^1.6.11",
"phpspec/prophecy": "^1.17",
"phpspec/prophecy-phpunit": "^2.0.2",
"phpunit/phpunit": "^9.5.26",
"symfony/phpunit-bridge": "^7.0.1",
"symfony/yaml": "^6.2",
"webmozarts/strict-phpunit": "^7.6"
"phpspec/prophecy": "^1.18",
"phpspec/prophecy-phpunit": "^2.1.0",
"phpunit/phpunit": "^10.5.2",
"symfony/yaml": "^6.2"
},
"replace": {
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*"
"symfony/polyfill-php81": "*",
"symfony/polyfill-php82": "*"
},
"suggest": {
"ext-openssl": "To accelerate private key generation."
Expand Down
Loading

0 comments on commit 05e4c91

Please sign in to comment.