Skip to content

Commit

Permalink
MDL-65204 phpunit: update composer to use phpunit 7.5.x
Browse files Browse the repository at this point in the history
To generate a new composer.lock for a given Moodle branch:
- Remove composer.lock
- Remove vendor
- Remove composer caches:
      php composer.phar clearcache
- Using lower PHP version supported (7.1.x for Moodle 3.7), update:
      php composer.phar update

https://docs.moodle.org/dev/Composer#How_to_prepare_and_submit_composer_changes
  • Loading branch information
stronk7 authored and junpataleta committed Apr 3, 2019
1 parent 280cfdf commit be81130
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 248 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"type": "project",
"homepage": "https://moodle.org",
"require-dev": {
"phpunit/phpunit": "6.5.*",
"phpunit/dbunit": "3.0.*",
"phpunit/phpunit": "7.5.*",
"phpunit/dbunit": "4.0.*",
"moodlehq/behat-extension": "3.37.0",
"mikey179/vfsstream": "^1.6"
}
Expand Down
Loading

0 comments on commit be81130

Please sign in to comment.