We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f7f1e commit 8bffbd1Copy full SHA for 8bffbd1
composer.json
@@ -16,18 +16,17 @@
16
"minimum-stability": "stable",
17
"require": {
18
"php": "~7.2",
19
- "symfony/dependency-injection": "^4.0",
20
- "symfony/yaml": "^4.0",
21
- "symfony/config": "^4.0"
+ "symfony/dependency-injection": "^4.1",
+ "symfony/yaml": "^4.1",
+ "symfony/config": "^4.1"
22
},
23
"autoload": {
24
"psr-0": {
25
"PTS\\SymfonyDiLoader": "src"
26
}
27
28
"require-dev": {
29
- "phpunit/phpunit": "^7.0",
30
- "codeclimate/php-test-reporter": "^0.4.4",
+ "phpunit/phpunit": "^7.4",
31
"mikey179/vfsStream": "^1.6"
32
33
0 commit comments