Skip to content

Commit

Permalink
[composer] Set dependencies for 4.4.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Feb 20, 2023
1 parent f66799b commit a347cda
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.4.0@dev",
"ibexa/content-forms": "~4.4.0@dev",
"ibexa/rest": "~4.4.0@dev",
"ibexa/http-cache": "~4.4.0@dev"
"ibexa/core": "~4.4.0",
"ibexa/content-forms": "~4.4.0",
"ibexa/rest": "~4.4.0",
"ibexa/http-cache": "~4.4.0"
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev",
"ibexa/doctrine-schema": "~4.4.0@dev",
"ibexa/ci-scripts": "^0.2",
"ibexa/doctrine-schema": "~4.4.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.4.x-dev"
}
}
}
}

0 comments on commit a347cda

Please sign in to comment.