Skip to content

Commit

Permalink
[composer] Set dependencies for 4.4.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Feb 2, 2023
1 parent a0cdd03 commit 797a9ba
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"symfony/asset": "^5.0",
"symfony/yaml": "^5.0",
"jms/translation-bundle": "^1.5",
"ibexa/core": "~4.4.0@dev",
"ibexa/content-forms": "~4.4.0@dev",
"ibexa/design-engine": "~4.4.0@dev",
"ibexa/user": "~4.4.0@dev",
"ibexa/fieldtype-richtext": "~4.4.0@dev",
"ibexa/rest": "~4.4.0@dev",
"ibexa/search": "~4.4.0@dev",
"ibexa/core": "~4.4.0",
"ibexa/content-forms": "~4.4.0",
"ibexa/design-engine": "~4.4.0",
"ibexa/user": "~4.4.0",
"ibexa/fieldtype-richtext": "~4.4.0",
"ibexa/rest": "~4.4.0",
"ibexa/search": "~4.4.0",
"babdev/pagerfanta-bundle": "^2.1",
"knplabs/knp-menu-bundle": "^3.0",
"mck89/peast": "^1.9",
Expand All @@ -63,13 +63,13 @@
"twig/string-extra": "^3.0"
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev",
"ibexa/behat": "~4.4.0@dev",
"ibexa/ci-scripts": "^0.2",
"ibexa/behat": "~4.4.0",
"friendsofphp/php-cs-fixer": "^3.0",
"phpunit/phpunit": "^8.1",
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
"ibexa/doctrine-schema": "~4.4.0@dev",
"ibexa/http-cache": "~4.4.0@dev",
"ibexa/doctrine-schema": "~4.4.0",
"ibexa/http-cache": "~4.4.0",
"ibexa/code-style": "^1.0"
},
"scripts": {
Expand All @@ -82,4 +82,4 @@
"dev-main": "4.4.x-dev"
}
}
}
}

0 comments on commit 797a9ba

Please sign in to comment.