Skip to content

Commit 2946270

Browse files
committed
Fix commands in documentation
1 parent 0e640ca commit 2946270

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/testing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ You need to retrieve the test framework and generate the classmap before running
77

88
This is done by running the following command:
99
```
10-
docker-compose composer install
10+
docker-compose run composer install
1111
```
1212

1313
## Running the test suites
@@ -33,5 +33,5 @@ docker-compose run phpunit --testsuite canary
3333
If the test suites complain about missing classes, it's probably a symptom of an outdated classmap.
3434
To resolve that issue, run the following command:
3535
```
36-
docker-compose composer dump-autoload
36+
docker-compose run composer dump-autoload
3737
```

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Reddit Image",
33
"author": "Alexis Degrugillier",
44
"description": "Modify reddit entries by displaying known medias and easing access to the linked resource",
5-
"version": "1.1.0",
5+
"version": "1.1.1",
66
"entrypoint": "RedditImage",
77
"type": "user"
88
}

0 commit comments

Comments
 (0)