Skip to content

Commit

Permalink
[Composer] Bumped branch-alias & dependencies to 5.0.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed Mar 20, 2024
1 parent 3443b7c commit e5839da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"php": "^7.4 || ^8.0",
"ext-json": "*",
"ext-dom": "*",
"ibexa/test-core": "~4.6.x-dev",
"ibexa/test-core": "~5.0.x-dev",
"justinrainbow/json-schema": "^5.2",
"symfony/browser-kit": "^5.4",
"symfony/mime": "^5.4",
Expand All @@ -21,7 +21,7 @@
},
"require-dev": {
"ibexa/code-style": "^1.1",
"ibexa/core": "~4.6.x-dev",
"ibexa/core": "~5.0.x-dev",
"phpstan/phpstan": "^1.2",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9"
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "4.6.x-dev"
"dev-main": "5.0.x-dev"
}
},
"config": {
Expand Down

0 comments on commit e5839da

Please sign in to comment.