Skip to content

Commit 2d83e86

Browse files
phager-atstronk7
authored andcommitted
fix composer package name
fix composer package name in `composer create-project`
1 parent b27678e commit 2d83e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/TravisFileExplained.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ before_install:
9898
# directories to build the project.
9999
- cd ../..
100100
# Install this project into a directory called "ci".
101-
- composer create-project -n --no-dev --prefer-dist moodlehq/plugin-ci ci ^3
101+
- composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^3
102102
# Update the $PATH so scripts from this project can be called easily.
103103
- export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH"
104104

0 commit comments

Comments
 (0)