Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
labudzinski authored Jan 24, 2020
1 parent 1866048 commit 92d4d42
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,24 @@
}
],
"require": {
"symfony/framework-bundle": "^3.4|^4.0",
"symfony/console": "^3.4|^4.0 || ^5.0",
"symfony/dependency-injection": "^3.4|^4.0 || ^5.0",
"symfony/http-foundation": "^3.4 || ^4.0 || ^5.0",
"symfony/yaml": "^3.4 || ^4.0 || ^5.0",
"symfony/framework-bundle": "^3.4 | ^4.0 | ^5.0",
"symfony/console": "^3.4 | ^4.0 || ^5.0",
"symfony/dependency-injection": "^3.4 | ^4.0 | ^5.0",
"symfony/http-foundation": "^3.4 | ^4.0 | ^5.0",
"symfony/yaml": "^3.4 | ^4.0 | ^5.0",
"phpfastcache/phpfastcache": "^7.0",
"php": "^7.2",
"ext-mbstring": "*",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^6.2 || ^7.1",
"phpunit/phpunit": "^6.2 | ^7.1",
"predis/predis": "^1.0",
"symfony/browser-kit": "^3.4 || ^4.0 || ^5.0",
"symfony/console": "^3.4 || ^4.0 || ^5.0",
"symfony/phpunit-bridge": "^3.4 || ^4.0 || ^5.0",
"symfony/browser-kit": "^3.4 | ^4.0 | ^5.0",
"symfony/console": "^3.4 | ^4.0 | ^5.0",
"symfony/phpunit-bridge": "^3.4 | ^4.0 | ^5.0",
"symfony/profiler-pack": "^1.0",
"symfony/twig-bundle": "^3.4 || ^4.0 || ^5.0"
"symfony/twig-bundle": "^3.4 | ^4.0 | ^5.0"
},
"config": {
"bin-dir": "bin/",
Expand Down

0 comments on commit 92d4d42

Please sign in to comment.