Skip to content

Commit

Permalink
[composer] Set dependencies for 4.6.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Feb 13, 2024
1 parent b420bb5 commit f566146
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"ext-libxml": "*",
"ext-simplexml": "*",
"ext-xmlwriter": "*",
"ibexa/core": "~4.6.0@dev",
"ibexa/core": "~4.6.0",
"symfony/http-kernel": "^5.3",
"symfony/dependency-injection": "^5.3",
"symfony/routing": "^5.3",
Expand All @@ -46,10 +46,10 @@
"lexik/jwt-authentication-bundle": "^2.8"
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev",
"ibexa/doctrine-schema": "~4.6.0@dev",
"ibexa/ci-scripts": "^0.2",
"ibexa/doctrine-schema": "~4.6.0",
"ibexa/code-style": "^1.0",
"ibexa/test-core": "^0.1.x-dev",
"ibexa/test-core": "^0.1",
"friendsofphp/php-cs-fixer": "^3.0",
"phpunit/phpunit": "^8.5",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
Expand Down Expand Up @@ -82,4 +82,4 @@
"dev-main": "4.6.x-dev"
}
}
}
}

0 comments on commit f566146

Please sign in to comment.