Skip to content

Commit

Permalink
chore: Develop now requires 2.4.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
roadiz-ci committed Jun 21, 2024
1 parent 8bbc221 commit 09787f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"require": {
"php": ">=8.1",
"api-platform/core": "~3.2.14",
"roadiz/core-bundle": "2.3.*",
"roadiz/core-bundle": "2.4.x-dev",
"symfony/framework-bundle": "6.4.*",
"symfony/rate-limiter": "6.4.*",
"symfony/lock": "6.4.*",
Expand All @@ -33,10 +33,10 @@
"phpstan/phpstan": "^1.5.3",
"squizlabs/php_codesniffer": "^3.5",
"phpstan/phpstan-doctrine": "^1.3",
"roadiz/entity-generator": "2.3.*",
"roadiz/doc-generator": "2.3.*",
"roadiz/random": "2.3.*",
"roadiz/jwt": "2.3.*"
"roadiz/entity-generator": "2.4.x-dev",
"roadiz/doc-generator": "2.4.x-dev",
"roadiz/random": "2.4.x-dev",
"roadiz/jwt": "2.4.x-dev"
},
"config": {
"optimize-autoloader": true,
Expand Down

0 comments on commit 09787f4

Please sign in to comment.