mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-66184 core: Update composer to apply for php 7.1.0 as min
With behat extension v3.38.2 we started requiring php 7.1.0 (same requirement than core 3.8.x). This bumps all the components in the lock file to suit that requirement. Generated with php 7.1.x.
This commit is contained in:
parent
40e0d6c4a7
commit
0b5990ab60
2 changed files with 87 additions and 88 deletions
|
@ -13,7 +13,7 @@
|
|||
"require-dev": {
|
||||
"phpunit/phpunit": "7.5.*",
|
||||
"phpunit/dbunit": "4.0.*",
|
||||
"moodlehq/behat-extension": "3.38.1",
|
||||
"moodlehq/behat-extension": "3.38.2",
|
||||
"mikey179/vfsstream": "^1.6",
|
||||
"instaclick/php-webdriver": "dev-local as 1.x-dev"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue