Skip to content

Commit

Permalink
[composer] Set dependencies for 4.6.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Mar 20, 2024
1 parent d7abc11 commit 8c50f7c
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"symfony/yaml": "^5.0",
"symfony/webpack-encore-bundle": "^v1.17",
"jms/translation-bundle": "^1.5",
"ibexa/core": "~5.0.x-dev",
"ibexa/content-forms": "~5.0.x-dev",
"ibexa/design-engine": "~5.0.x-dev",
"ibexa/user": "~5.0.x-dev",
"ibexa/fieldtype-richtext": "~5.0.x-dev",
"ibexa/rest": "~5.0.x-dev",
"ibexa/search": "~5.0.x-dev",
"ibexa/core": "~5.0",
"ibexa/content-forms": "~5.0",
"ibexa/design-engine": "~5.0",
"ibexa/user": "~5.0",
"ibexa/fieldtype-richtext": "~5.0",
"ibexa/rest": "~5.0",
"ibexa/search": "~5.0",
"babdev/pagerfanta-bundle": "^2.1",
"knplabs/knp-menu-bundle": "^3.0",
"mck89/peast": "^1.9",
Expand All @@ -64,17 +64,17 @@
},
"require-dev": {
"dama/doctrine-test-bundle": "^v6.7",
"ibexa/ci-scripts": "^0.2@dev",
"ibexa/behat": "~5.0.x-dev",
"ibexa/ci-scripts": "^0.2",
"ibexa/behat": "~5.0",
"friendsofphp/php-cs-fixer": "^3.0",
"phpunit/phpunit": "^9.5",
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
"ibexa/doctrine-schema": "~5.0.x-dev",
"ibexa/http-cache": "~5.0.x-dev",
"ibexa/code-style": "^1.3.x-dev",
"ibexa/notifications": "~5.0.x-dev",
"ibexa/test-rest": "~5.0.x-dev",
"ibexa/test-core": "~5.0.x-dev",
"ibexa/doctrine-schema": "~5.0",
"ibexa/http-cache": "~5.0",
"ibexa/code-style": "^1.3",
"ibexa/notifications": "~5.0",
"ibexa/test-rest": "~5.0",
"ibexa/test-core": "~5.0",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-symfony": "^1.3",
Expand All @@ -101,4 +101,4 @@
"dev-main": "5.0.x-dev"
}
}
}
}

0 comments on commit 8c50f7c

Please sign in to comment.