Skip to content

Commit 81a03b1

Browse files
author
addwiki-ci
committed
Merge pull request #195 from addwiki/oauthclient-update
1 parent 86317b5 commit 81a03b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $api->postRequest( $purgeRequest );
2929
Run the MediaWiki test site:
3030

3131
```sh
32-
docker-compose -f docker-compose-ci.yml up -d
32+
docker compose -f docker-compose-ci.yml up -d
3333
```
3434

3535
Run the tests:
@@ -41,5 +41,5 @@ composer phpunit-integration
4141
Destroy the site that was used for testing:
4242

4343
```sh
44-
docker-compose -f docker-compose-ci.yml down --volumes
44+
docker compose -f docker-compose-ci.yml down --volumes
4545
```

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"guzzlehttp/guzzle": "~6.3||~7.0",
2828
"guzzlehttp/promises": "~1.0",
2929
"psr/log": "~3.0",
30-
"mediawiki/oauthclient": "dev-master#ac9f5f796e248682a9e5441bb85a9ec963a50617"
30+
"mediawiki/oauthclient": "^2.1"
3131
},
3232
"require-dev": {
3333
"phpunit/phpunit": "~9",

0 commit comments

Comments
 (0)