Skip to content

Commit

Permalink
Merge pull request #66 from wikimedia/oauthclient-update
Browse files Browse the repository at this point in the history
Update phpunit and mediawiki/oauthclient
  • Loading branch information
MusikAnimal committed Feb 14, 2024
2 parents e0b87ec + 81c7253 commit b05d75e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"require": {
"ext-intl": "*",
"krinkle/intuition": "^2.3",
"mediawiki/oauthclient": "^1.0",
"mediawiki/oauthclient": "^2.0",
"symfony/config": "^4.4|^5.0",
"symfony/http-kernel": "^4.4|^5.0",
"symfony/process": "^4.4|^5.0",
Expand All @@ -37,7 +37,7 @@
},
"require-dev": {
"slevomat/coding-standard": "^8.0",
"symfony/phpunit-bridge": "^4.4"
"symfony/phpunit-bridge": "^4.4|^5.1"
},
"config": {
"allow-plugins": {
Expand Down
4 changes: 4 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
convertWarningsToExceptions="true"
bootstrap="./vendor/autoload.php">

<php>
<server name="SYMFONY_PHPUNIT_VERSION" value="9.5" />
</php>

<testsuites>
<testsuite name="Test suite">
<directory>./Tests</directory>
Expand Down

0 comments on commit b05d75e

Please sign in to comment.