Skip to content

Commit

Permalink
[composer] Set dependencies for 4.3.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Feb 20, 2023
1 parent 5fe07e0 commit 1f1b547
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 @@ -26,8 +26,8 @@
},
"require": {
"php": "^7.4 || ^8.0",
"ibexa/core": "~4.3.0@dev",
"ibexa/content-forms": "~4.3.0@dev",
"ibexa/core": "~4.3.0",
"ibexa/content-forms": "~4.3.0",
"jms/translation-bundle": "^1.5",
"symfony/dependency-injection": "^5.0",
"symfony/http-kernel": "^5.0",
Expand All @@ -46,13 +46,13 @@
"symfony/security-http": "^5.0"
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev",
"ibexa/doctrine-schema": "~4.3.0@dev",
"ibexa/search": "~4.3.0@dev",
"ibexa/design-engine": "~4.3.0@dev",
"ibexa/http-cache": "~4.3.0@dev",
"ibexa/fieldtype-richtext": "~4.3.0@dev",
"ibexa/rest": "~4.3.0@dev",
"ibexa/ci-scripts": "^0.2",
"ibexa/doctrine-schema": "~4.3.0",
"ibexa/search": "~4.3.0",
"ibexa/design-engine": "~4.3.0",
"ibexa/http-cache": "~4.3.0",
"ibexa/fieldtype-richtext": "~4.3.0",
"ibexa/rest": "~4.3.0",
"league/flysystem-memory": "^1.0",
"symfony/proxy-manager-bridge": "^5.0",
"friendsofphp/php-cs-fixer": "^3.0",
Expand All @@ -71,4 +71,4 @@
"dev-main": "4.3.x-dev"
}
}
}
}

0 comments on commit 1f1b547

Please sign in to comment.