Skip to content

Commit

Permalink
Adjusted composer for 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikadamczyk committed Oct 1, 2024
1 parent 6deaaee commit 6e5192a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"ibexa-dxp"
],
"require": {
"php": "^7.4 || ^8.0",
"ibexa/core": "~4.6.x-dev",
"php": " >=8.3",
"ibexa/core": "~5.0.x-dev",
"symfony/config": "^5.4",
"symfony/dependency-injection": "^5.4",
"symfony/event-dispatcher": "^5.4",
Expand All @@ -17,7 +17,7 @@
"symfony/yaml": "^5.4"
},
"require-dev": {
"ibexa/behat": "~4.6.x-dev",
"ibexa/behat": "~5.0.x-dev",
"ibexa/code-style": "~2.0.0",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
Expand Down Expand Up @@ -55,7 +55,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "4.6.x-dev"
"dev-main": "5.0.x-dev"
}
},
"config": {
Expand Down

0 comments on commit 6e5192a

Please sign in to comment.