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 6fd69bc commit 151e601Copy full SHA for 151e601
.gitignore
@@ -2,4 +2,5 @@
2
.idea
3
4
# PHP
5
-vendor
+vendor
6
+composer.lock
composer.json
@@ -12,14 +12,14 @@
12
],
13
"require": {
14
"php": "^7.2",
15
- "symfony/console": "^4.0",
16
- "symfony/dependency-injection": "^4.0",
17
- "symfony/config": "^4.0",
18
- "symfony/yaml": "^4.0"
+ "symfony/console": "^4.1",
+ "symfony/dependency-injection": "^4.1",
+ "symfony/config": "^4.1",
+ "symfony/yaml": "^4.1"
19
},
20
"require-dev": {
21
- "phpunit/phpunit": "^7.0",
22
- "symfony/var-dumper": "^4.0"
+ "phpunit/phpunit": "^7.3",
+ "symfony/var-dumper": "^4.1"
23
24
"autoload": {
25
"psr-4": {
0 commit comments