Skip to content

Commit

Permalink
[composer] Set dependencies for 2.3.12 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed May 31, 2023
1 parent ce87e6f commit bed2a7c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"require": {
"php": "^7.3 || ^8.0",
"ezsystems/ezplatform-kernel": "^1.3@dev",
"ezsystems/ezplatform-admin-ui": "^2.0@dev",
"ezsystems/ezplatform-kernel": "^1.3",
"ezsystems/ezplatform-admin-ui": "^2.0",
"jms/translation-bundle": "^1.5",
"symfony/dependency-injection": "^5.0",
"symfony/http-kernel": "^5.0",
Expand All @@ -38,16 +38,16 @@
"symfony/security-http": "^5.0"
},
"require-dev": {
"ibexa/ci-scripts": "^0.1@dev",
"ezsystems/doctrine-dbal-schema": "^1.0@dev",
"ezsystems/ez-support-tools": "^2.0@dev",
"ezsystems/ezplatform-content-forms": "^1.0@dev",
"ezsystems/ezplatform-core": "^2.3@dev",
"ezsystems/ezplatform-design-engine": "^3.0@dev",
"ezsystems/ezplatform-http-cache": "^2.3@dev",
"ezsystems/ezplatform-richtext": "^2.0@dev",
"ezsystems/ezplatform-rest": "^1.0@dev",
"ezsystems/ezplatform-search": "^1.2@dev",
"ibexa/ci-scripts": "^0.1",
"ezsystems/doctrine-dbal-schema": "^1.0",
"ezsystems/ez-support-tools": "^2.0",
"ezsystems/ezplatform-content-forms": "^1.0",
"ezsystems/ezplatform-core": "^2.3",
"ezsystems/ezplatform-design-engine": "^3.0",
"ezsystems/ezplatform-http-cache": "^2.3",
"ezsystems/ezplatform-richtext": "^2.0",
"ezsystems/ezplatform-rest": "^1.0",
"ezsystems/ezplatform-search": "^1.2",
"friendsofphp/php-cs-fixer": "^2.16.0",
"ezsystems/ezplatform-code-style": "^0.1.0",
"phpunit/phpunit": "^8.2",
Expand All @@ -63,4 +63,4 @@
"dev-master": "2.3.x-dev"
}
}
}
}

0 comments on commit bed2a7c

Please sign in to comment.