Skip to content

Commit

Permalink
[composer] Set dependencies for 4.0.0-rc3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Serwatka committed Jan 19, 2022
1 parent 5fed6ec commit e763c02
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 @@ -14,8 +14,8 @@
],
"require": {
"php": "^7.4 || ^8.0",
"ibexa/core": "^4.0@dev",
"ibexa/rest": "^4.0@dev",
"ibexa/core": "^4.0@rc",
"ibexa/rest": "^4.0@rc",
"friendsofsymfony/http-cache-bundle": "^2.8",
"friendsofsymfony/http-cache": "^2.9",
"symfony/http-foundation": "^5.0",
Expand All @@ -30,8 +30,8 @@
"toflar/psr6-symfony-http-cache-store": "^2.2 || ^3.0"
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev",
"ibexa/doctrine-schema": "^4.0@dev",
"ibexa/ci-scripts": "^0.2@rc",
"ibexa/doctrine-schema": "^4.0@rc",
"phpunit/phpunit": "^8.5",
"matthiasnoback/symfony-dependency-injection-test": "^4.3",
"phpspec/phpspec": "^7.1",
Expand Down Expand Up @@ -69,4 +69,4 @@
"dev-main": "4.0.x-dev"
}
}
}
}

0 comments on commit e763c02

Please sign in to comment.