Skip to content

Commit

Permalink
[composer] Set dependencies for 4.3.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Jan 25, 2023
1 parent 0ab4ff0 commit 4ba9624
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"symfony/translation": "^5.0",
"symfony/translation-contracts": "^2.0",
"twig/twig": "^3.0",
"ibexa/core": "~4.3.0@dev",
"ibexa/content-forms": "~4.3.0@dev",
"ibexa/rest": "~4.3.0@dev",
"ibexa/http-cache": "~4.3.0@dev"
"ibexa/core": "~4.3.0",
"ibexa/content-forms": "~4.3.0",
"ibexa/rest": "~4.3.0",
"ibexa/http-cache": "~4.3.0"
},
"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",
"phpunit/phpunit": "^9.5",
"symfony/finder": "^5.0",
"matthiasnoback/symfony-config-test": "^4.1",
Expand Down Expand Up @@ -71,4 +71,4 @@
"dev-main": "4.3.x-dev"
}
}
}
}

0 comments on commit 4ba9624

Please sign in to comment.