Skip to content

Commit

Permalink
DMS-1886: Fixed components versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Emelyanov committed Feb 15, 2024
1 parent 1fcf74d commit 50d7f14
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ vendor/
build/
target/
.php_cs.cache
.idea/
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"doctrine/orm": "~2.4",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"predis/predis": "^1.1",
"symfony/browser-kit": "~2.8 || ~3.0 || ~4.0 || ^5.0",
"symfony/config": "~2.8 || ~3.0 || ~4.0 || ^5.0",
"symfony/dependency-injection": "~2.8 || ~3.0 || ~4.0 || ^5.0",
"symfony/framework-bundle": "~2.8 || ~3.0 || ~4.0 || ^5.0",
"symfony/http-kernel": "~2.8 || ~3.0 || ~4.0 || ^5.0",
"symfony/routing": "~2.8 || ~3.0 || ~4.0 || ^5.0",
"symfony/stopwatch": "~2.8 || ~3.0 || ~4.0 || ^5.0",
"symfony/yaml": "~2.8 || ~3.0 || ~4.0 || ^5.0"
"symfony/browser-kit": "~2.8 || ~3.0 || ~4.0 || ^5.0 || ^6.0",
"symfony/config": "~2.8 || ~3.0 || ~4.0 || ^5.0 || ^6.0",
"symfony/dependency-injection": "~2.8 || ~3.0 || ~4.0 || ^5.0 || ^6.0",
"symfony/framework-bundle": "~2.8 || ~3.0 || ~4.0 || ^5.0 || ^6.0",
"symfony/http-kernel": "~2.8 || ~3.0 || ~4.0 || ^5.0 || ^6.0",
"symfony/routing": "~2.8 || ~3.0 || ~4.0 || ^5.0 || ^6.0",
"symfony/stopwatch": "~2.8 || ~3.0 || ~4.0 || ^5.0 || ^6.0",
"symfony/yaml": "~2.8 || ~3.0 || ~4.0 || ^5.0 || ^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 50d7f14

Please sign in to comment.