Skip to content

Commit

Permalink
chore: Switch all bundle to develop and 2.5.x-dev (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
roadiz-ci committed Feb 5, 2025
1 parent 4c8f8e8 commit 2e71d6b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"prefer-stable": true,
"require": {
"php": ">=8.2",
"roadiz/core-bundle": "2.4.*",
"roadiz/openid": "2.4.*",
"roadiz/core-bundle": "2.5.x-dev",
"roadiz/openid": "2.5.x-dev",
"symfony/framework-bundle": "6.4.*"
},
"require-dev": {
Expand All @@ -29,14 +29,14 @@
"phpstan/phpdoc-parser": "<2",
"phpstan/phpstan-doctrine": "^1.3",
"phpstan/phpstan-symfony": "^1.1.8",
"roadiz/doc-generator": "2.4.*",
"roadiz/documents": "2.4.*",
"roadiz/dts-generator": "2.4.*",
"roadiz/entity-generator": "2.4.*",
"roadiz/jwt": "2.4.*",
"roadiz/markdown": "2.4.*",
"roadiz/models": "2.4.*",
"roadiz/random": "2.4.*"
"roadiz/doc-generator": "2.5.x-dev",
"roadiz/documents": "2.5.x-dev",
"roadiz/dts-generator": "2.5.x-dev",
"roadiz/entity-generator": "2.5.x-dev",
"roadiz/jwt": "2.5.x-dev",
"roadiz/markdown": "2.5.x-dev",
"roadiz/models": "2.5.x-dev",
"roadiz/random": "2.5.x-dev"
},
"config": {
"optimize-autoloader": true,
Expand Down

0 comments on commit 2e71d6b

Please sign in to comment.