Skip to content

Commit

Permalink
[composer] Set dependencies for 4.5.0-beta1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Apr 17, 2023
1 parent df2a924 commit a2bbed6
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 @@ -8,17 +8,17 @@
},
"require": {
"symfony/http-kernel": "^5.0",
"ibexa/design-engine": "~4.5.0@dev",
"ibexa/core": "~4.5.0@dev",
"ibexa/design-engine": "~4.5.0@beta",
"ibexa/core": "~4.5.0@beta",
"php": "^7.4 || ^8.0"
},
"require-dev": {
"ibexa/doctrine-schema": "~4.5.0@dev",
"ibexa/doctrine-schema": "~4.5.0@beta",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
"phpunit/phpunit": "^8.1",
"ibexa/code-style": "^1.0",
"friendsofphp/php-cs-fixer": "^3.0",
"ibexa/ci-scripts": "^0.2@dev"
"ibexa/ci-scripts": "^0.2@beta"
},
"autoload": {
"psr-4": {
Expand All @@ -45,4 +45,4 @@
"dev-main": "4.5.x-dev"
}
}
}
}

0 comments on commit a2bbed6

Please sign in to comment.