Skip to content

Commit

Permalink
Bump symfony dep injection component to ^3.4
Browse files Browse the repository at this point in the history
That makes a number of components to be also updated to 3.4.x
and requires php >7.0.8 (instead of 7.0.0).

This also changes the default node-version to '' (empty string)
because now defaults are handled different. Being strict, that
option surely should be optional, not required.

A step before #21
  • Loading branch information
stronk7 committed Sep 15, 2020
1 parent 39af702 commit b4a937d
Show file tree
Hide file tree
Showing 2 changed files with 303 additions and 165 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,13 @@
}
],
"require": {
"php": ">=7.0.0",
"php": ">=7.0.8",
"moodlehq/moodle-local_codechecker": "^2.9.7",
"moodlehq/moodle-local_ci": "^1.0.5",
"moodlehq/moodle-local_moodlecheck": "^1.0.2",
"sebastian/phpcpd": "^3.0",
"phpmd/phpmd": "^2.2",
"symfony/dependency-injection": "^3.4",
"symfony/dotenv": "^3.3",
"symfony/filesystem": "^3.3",
"symfony/finder": "^3.3",
Expand All @@ -99,7 +100,7 @@
},
"config": {
"platform": {
"php": "7.0"
"php": "7.0.8"
}
},
"autoload": {
Expand Down
Loading

0 comments on commit b4a937d

Please sign in to comment.