Skip to content

Commit 344d707

Browse files
authored
Merge pull request #38 from stronk7/dependency_injection
Bump symfony dep injection component to ^3.4
2 parents 39af702 + 3265013 commit 344d707

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)