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).

Also updated psalm-baseline.xml to ignore 'node-version' potential
wrong assignment values.

Note I've not run --update-baseline because it comes with other
changes that I don't want to modify now (removing some options).
I leave that for the experts because I'm not sure how the baseline
is decided and which part is automatic or manual.

A step before #21
  • Loading branch information
stronk7 committed Sep 15, 2020
1 parent 39af702 commit bd9d1d8
Show file tree
Hide file tree
Showing 3 changed files with 305 additions and 166 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 bd9d1d8

Please sign in to comment.