Skip to content

Commit

Permalink
Merge tag v2.4.0 into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
roadiz-ci committed Dec 6, 2024
1 parent f2db582 commit ca782ba
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@
"jms/serializer": "^3.9.0",
"league/flysystem": "^3.0",
"ramsey/uuid": "^4.7",
"roadiz/compat-bundle": "2.4.x-dev",
"roadiz/core-bundle": "2.4.x-dev",
"roadiz/doc-generator": "2.4.x-dev",
"roadiz/documents": "2.4.x-dev",
"roadiz/dts-generator": "2.4.x-dev",
"roadiz/markdown": "2.4.x-dev",
"roadiz/models": "2.4.x-dev",
"roadiz/compat-bundle": "2.4.*",
"roadiz/core-bundle": "2.4.*",
"roadiz/doc-generator": "2.4.*",
"roadiz/documents": "2.4.*",
"roadiz/dts-generator": "2.4.*",
"roadiz/markdown": "2.4.*",
"roadiz/models": "2.4.*",
"roadiz/nodetype-contracts": "~1.1.2",
"roadiz/openid": "2.4.x-dev",
"roadiz/rozier-bundle": "2.4.x-dev",
"roadiz/openid": "2.4.*",
"roadiz/rozier-bundle": "2.4.*",
"symfony/asset": "6.4.*",
"symfony/filesystem": "6.4.*",
"symfony/form": "6.4.*",
Expand All @@ -67,9 +67,9 @@
"php-coveralls/php-coveralls": "^2.4",
"phpstan/phpstan": "^1.5.3",
"phpstan/phpstan-doctrine": "^1.3",
"roadiz/entity-generator": "2.4.x-dev",
"roadiz/jwt": "2.4.x-dev",
"roadiz/random": "2.4.x-dev"
"roadiz/entity-generator": "2.4.*",
"roadiz/jwt": "2.4.*",
"roadiz/random": "2.4.*"
},
"autoload": {
"psr-4": {
Expand All @@ -94,8 +94,8 @@
},
"extra": {
"branch-alias": {
"dev-main": "2.3.x-dev",
"dev-develop": "2.4.x-dev"
"dev-main": "2.4.x-dev",
"dev-develop": "2.5.x-dev"
}
}
}

0 comments on commit ca782ba

Please sign in to comment.