Skip to content

Commit

Permalink
[composer] Set dependencies for 4.3.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Feb 20, 2023
1 parent fcb9b92 commit 03b8373
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.3.0@dev",
"ibexa/core": "~4.3.0",
"symfony/http-kernel": "^5.3",
"symfony/dependency-injection": "^5.3",
"symfony/routing": "^5.3",
Expand All @@ -46,8 +46,8 @@
"lexik/jwt-authentication-bundle": "^2.8"
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev",
"ibexa/doctrine-schema": "~4.3.0@dev",
"ibexa/ci-scripts": "^0.2",
"ibexa/doctrine-schema": "~4.3.0",
"ibexa/code-style": "^1.0",
"friendsofphp/php-cs-fixer": "^3.0",
"phpunit/phpunit": "^8.5",
Expand Down Expand Up @@ -75,4 +75,4 @@
"dev-main": "4.3.x-dev"
}
}
}
}

0 comments on commit 03b8373

Please sign in to comment.