Skip to content

Commit

Permalink
fix composer package name
Browse files Browse the repository at this point in the history
fix composer package name in `composer create-project`
  • Loading branch information
phager-at authored and stronk7 committed Mar 10, 2023
1 parent b27678e commit 2d83e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/TravisFileExplained.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ before_install:
# directories to build the project.
- cd ../..
# Install this project into a directory called "ci".
- composer create-project -n --no-dev --prefer-dist moodlehq/plugin-ci ci ^3
- composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^3
# Update the $PATH so scripts from this project can be called easily.
- export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH"

Expand Down

0 comments on commit 2d83e86

Please sign in to comment.