File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ $api->postRequest( $purgeRequest );
2929Run 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
3535Run the tests:
@@ -41,5 +41,5 @@ composer phpunit-integration
4141Destroy 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```
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments