Skip to content

Commit

Permalink
[composer] Set dependencies for 4.6.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed May 13, 2024
1 parent 28aa901 commit bd5f3ee
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@
"symfony/translation": "^5.0",
"symfony/translation-contracts": "^2.0",
"twig/twig": "^3.0",
"ibexa/core": "~4.6.0@dev",
"ibexa/content-forms": "~4.6.0@dev",
"ibexa/rest": "~4.6.0@dev",
"ibexa/http-cache": "~4.6.0@dev"
"ibexa/core": "~4.6.0",
"ibexa/content-forms": "~4.6.0",
"ibexa/rest": "~4.6.0",
"ibexa/http-cache": "~4.6.0"
},
"require-dev": {
"dama/doctrine-test-bundle": "^6.7.5",
"ibexa/admin-ui": "~4.6.x-dev",
"ibexa/ci-scripts": "^0.2@dev",
"ibexa/doctrine-schema": "~4.6.x-dev",
"ibexa/search": "~4.6.x-dev",
"ibexa/solr": "~4.6.x-dev",
"ibexa/test-core": "~4.6.x-dev",
"ibexa/admin-ui": "~4.6",
"ibexa/ci-scripts": "^0.2",
"ibexa/doctrine-schema": "~4.6",
"ibexa/search": "~4.6",
"ibexa/solr": "~4.6",
"ibexa/test-core": "~4.6",
"phpstan/phpstan": "^1.9",
"phpstan/phpstan-symfony": "^1.2",
"phpstan/phpstan-phpunit": "^1.3",
Expand Down Expand Up @@ -86,4 +86,4 @@
"config": {
"allow-plugins": false
}
}
}

0 comments on commit bd5f3ee

Please sign in to comment.