Skip to content

Commit 8bffbd1

Browse files
committed
update deps
1 parent b6f7f1e commit 8bffbd1

File tree

2 files changed

+200
-919
lines changed

2 files changed

+200
-919
lines changed

composer.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,17 @@
1616
"minimum-stability": "stable",
1717
"require": {
1818
"php": "~7.2",
19-
"symfony/dependency-injection": "^4.0",
20-
"symfony/yaml": "^4.0",
21-
"symfony/config": "^4.0"
19+
"symfony/dependency-injection": "^4.1",
20+
"symfony/yaml": "^4.1",
21+
"symfony/config": "^4.1"
2222
},
2323
"autoload": {
2424
"psr-0": {
2525
"PTS\\SymfonyDiLoader": "src"
2626
}
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit": "^7.0",
30-
"codeclimate/php-test-reporter": "^0.4.4",
29+
"phpunit/phpunit": "^7.4",
3130
"mikey179/vfsStream": "^1.6"
3231
}
3332
}

0 commit comments

Comments
 (0)