Skip to content

Commit

Permalink
[composer] Set dependencies for 4.5.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Aug 22, 2023
1 parent 14c2394 commit 1c30559
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.5.0@dev",
"ibexa/core": "~4.5.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.5.0@dev",
"ibexa/ci-scripts": "^0.2",
"ibexa/doctrine-schema": "~4.5.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.5.x-dev"
}
}
}
}

0 comments on commit 1c30559

Please sign in to comment.