Skip to content

Commit

Permalink
[composer] Set dependencies for 4.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Serwatka committed Feb 4, 2022
1 parent b3dbdd6 commit 75660ae
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.0@dev",
"ibexa/content-forms": "^4.0@dev",
"ibexa/rest": "^4.0@dev",
"ibexa/http-cache": "^4.0@dev"
"ibexa/core": "^4.0",
"ibexa/content-forms": "^4.0",
"ibexa/rest": "^4.0",
"ibexa/http-cache": "^4.0"
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev",
"ibexa/doctrine-schema": "^4.0@dev",
"ibexa/ci-scripts": "^0.2",
"ibexa/doctrine-schema": "^4.0",
"phpunit/phpunit": "^9.5",
"symfony/finder": "^5.0",
"matthiasnoback/symfony-config-test": "^4.1",
Expand Down Expand Up @@ -70,4 +70,4 @@
"dev-main": "4.0.x-dev"
}
}
}
}

0 comments on commit 75660ae

Please sign in to comment.