Skip to content

Commit

Permalink
[composer] Set dependencies for 2.1.9 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Serwatka committed Feb 18, 2022
1 parent b9f4b72 commit 7edef9d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
],
"require": {
"php": "^7.3 || ^8.0",
"ezsystems/doctrine-dbal-schema": "^1.0@dev",
"ezsystems/ezplatform-content-forms": "^1.3@dev",
"ezsystems/ezplatform-kernel": "^1.3@dev",
"ezsystems/ezplatform-rest": "^1.0@dev",
"ezsystems/ezplatform-richtext": "^2.3@dev",
"ezsystems/doctrine-dbal-schema": "^1.0",
"ezsystems/ezplatform-content-forms": "^1.3",
"ezsystems/ezplatform-kernel": "^1.3",
"ezsystems/ezplatform-rest": "^1.0",
"ezsystems/ezplatform-richtext": "^2.3",
"guzzlehttp/guzzle": "~6.0",
"ramsey/uuid": "^3.9",
"symfony/framework-bundle": "^5.0",
Expand All @@ -25,7 +25,7 @@
"require-dev": {
"dg/bypass-finals": "^1.1",
"ezsystems/ezplatform-code-style": "^0.4",
"ezsystems/ezplatform-http-cache": "^2.3@dev",
"ezsystems/ezplatform-http-cache": "^2.3",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^0.12.85",
"phpstan/phpstan-phpunit": "^0.12.18",
Expand Down Expand Up @@ -58,4 +58,4 @@
"config": {
"sort-packages": true
}
}
}

0 comments on commit 7edef9d

Please sign in to comment.