Skip to content

Commit

Permalink
[composer] Set dependencies for 4.6.6 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed May 17, 2024
1 parent d8e2746 commit b7dda52
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 @@ -16,7 +16,7 @@
"php": "^7.4 || ^8.0",
"ext-json": "*",
"ext-xmlwriter": "*",
"ibexa/core": "~4.6.0@dev",
"ibexa/core": "~4.6.0",
"netgen/query-translator": "^1.0.2",
"symfony/http-kernel": "^5.0",
"symfony/dependency-injection": "^5.0",
Expand All @@ -28,7 +28,7 @@
"require-dev": {
"symfony/proxy-manager-bridge": "^5.4",
"symfony/phpunit-bridge": "^5.4",
"ibexa/doctrine-schema": "~4.6.0@dev",
"ibexa/doctrine-schema": "~4.6.0",
"phpunit/phpunit": "^8.2",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
"ibexa/code-style": "^1.0",
Expand Down Expand Up @@ -76,4 +76,4 @@
"config": {
"allow-plugins": false
}
}
}

0 comments on commit b7dda52

Please sign in to comment.