Skip to content

Commit 3265013

Browse files
committed
Bump symfony dep injection component to ^3.4
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
1 parent 39af702 commit 3265013

File tree

3 files changed

+310
-172
lines changed

3 files changed

+310
-172
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,18 +74,18 @@
7474
}
7575
],
7676
"require": {
77-
"php": ">=7.0.0",
77+
"php": ">=7.0.8",
7878
"moodlehq/moodle-local_codechecker": "^2.9.7",
7979
"moodlehq/moodle-local_ci": "^1.0.5",
8080
"moodlehq/moodle-local_moodlecheck": "^1.0.2",
8181
"sebastian/phpcpd": "^3.0",
8282
"phpmd/phpmd": "^2.2",
83-
"symfony/dotenv": "^3.3",
84-
"symfony/filesystem": "^3.3",
85-
"symfony/finder": "^3.3",
86-
"symfony/console": "^3.3",
87-
"symfony/yaml": "^3.3",
88-
"symfony/process": "^3.3",
83+
"symfony/dotenv": "^3.4",
84+
"symfony/filesystem": "^3.4",
85+
"symfony/finder": "^3.4",
86+
"symfony/console": "^3.4",
87+
"symfony/yaml": "^3.4",
88+
"symfony/process": "^3.4",
8989
"php-parallel-lint/php-parallel-lint": "^1.2.0",
9090
"php-parallel-lint/php-console-highlighter": "^0.5",
9191
"psr/log": "^1.0",
@@ -99,7 +99,7 @@
9999
},
100100
"config": {
101101
"platform": {
102-
"php": "7.0"
102+
"php": "7.0.8"
103103
}
104104
},
105105
"autoload": {

0 commit comments

Comments
 (0)