Skip to content

Commit

Permalink
[composer] Set dependencies for 4.5.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Feb 5, 2024
1 parent 7eb6c5b commit 82e62ca
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
"ibexa/core": "~4.5.0@dev",
"ibexa/core": "~4.5.0",
"symfony/dependency-injection": "^5.0",
"symfony/http-kernel": "^5.0",
"symfony/http-foundation": "^5.0",
Expand All @@ -25,11 +25,11 @@
"jms/translation-bundle": "^1.5"
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev",
"ibexa/behat": "~4.5.0@dev",
"ibexa/doctrine-schema": "~4.5.0@dev",
"ibexa/http-cache": "~4.5.0@dev",
"ibexa/rest": "~4.5.0@dev",
"ibexa/ci-scripts": "^0.2",
"ibexa/behat": "~4.5.0",
"ibexa/doctrine-schema": "~4.5.0",
"ibexa/http-cache": "~4.5.0",
"ibexa/rest": "~4.5.0",
"phpunit/phpunit": "^8.2",
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
"behat/behat": "^3.5",
Expand Down Expand Up @@ -69,4 +69,4 @@
"check-cs": "@fix-cs --dry-run",
"test": "phpunit -c phpunit.xml.dist"
}
}
}

0 comments on commit 82e62ca

Please sign in to comment.