Commit 2946270 1 parent 0e640ca commit 2946270 Copy full SHA for 2946270
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ You need to retrieve the test framework and generate the classmap before running
7
7
8
8
This is done by running the following command:
9
9
```
10
- docker-compose composer install
10
+ docker-compose run composer install
11
11
```
12
12
13
13
## Running the test suites
@@ -33,5 +33,5 @@ docker-compose run phpunit --testsuite canary
33
33
If the test suites complain about missing classes, it's probably a symptom of an outdated classmap.
34
34
To resolve that issue, run the following command:
35
35
```
36
- docker-compose composer dump-autoload
36
+ docker-compose run composer dump-autoload
37
37
```
Original file line number Diff line number Diff line change 2
2
"name" : " Reddit Image" ,
3
3
"author" : " Alexis Degrugillier" ,
4
4
"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 " ,
6
6
"entrypoint" : " RedditImage" ,
7
7
"type" : " user"
8
8
}
You can’t perform that action at this time.
0 commit comments