Skip to content

Commit

Permalink
[composer] Set dependencies for 4.0.0-rc2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Serwatka committed Jan 18, 2022
1 parent d5eb7ea commit 8de31a0
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 @@ -25,7 +25,7 @@
},
"require": {
"php": "^7.4 || ^8.0",
"ibexa/core": "^4.0@dev",
"ibexa/core": "^4.0@rc",
"symfony/dependency-injection": "^5.0",
"symfony/http-kernel": "^5.0",
"symfony/http-foundation": "^5.0",
Expand All @@ -38,7 +38,7 @@
"phpunit/phpunit": "^8.5",
"friendsofphp/php-cs-fixer": "^3.0",
"ibexa/code-style": "^1.0",
"ibexa/doctrine-schema": "^4.0@dev"
"ibexa/doctrine-schema": "^4.0@rc"
},
"scripts": {
"fix-cs": "php-cs-fixer fix --config=.php-cs-fixer.php -v --show-progress=dots"
Expand All @@ -48,4 +48,4 @@
"dev-main": "4.0.x-dev"
}
}
}
}

0 comments on commit 8de31a0

Please sign in to comment.