Skip to content

Commit

Permalink
[composer] Set dependencies for 4.5.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Nov 3, 2023
1 parent cb387bb commit 9837df1
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.5.0@dev",
"ibexa/content-forms": "~4.5.0@dev",
"ibexa/design-engine": "~4.5.0@dev",
"ibexa/user": "~4.5.0@dev",
"ibexa/fieldtype-richtext": "~4.5.0@dev",
"ibexa/rest": "~4.5.0@dev",
"ibexa/search": "~4.5.0@dev",
"ibexa/core": "~4.5.0",
"ibexa/content-forms": "~4.5.0",
"ibexa/design-engine": "~4.5.0",
"ibexa/user": "~4.5.0",
"ibexa/fieldtype-richtext": "~4.5.0",
"ibexa/rest": "~4.5.0",
"ibexa/search": "~4.5.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.5.0@dev",
"ibexa/ci-scripts": "^0.2",
"ibexa/behat": "~4.5.0",
"friendsofphp/php-cs-fixer": "^3.0",
"phpunit/phpunit": "^8.1",
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
"ibexa/doctrine-schema": "~4.5.0@dev",
"ibexa/http-cache": "~4.5.0@dev",
"ibexa/doctrine-schema": "~4.5.0",
"ibexa/http-cache": "~4.5.0",
"ibexa/code-style": "^1.0",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
Expand All @@ -91,4 +91,4 @@
"dev-main": "4.5.x-dev"
}
}
}
}

0 comments on commit 9837df1

Please sign in to comment.