Skip to content

Commit

Permalink
[composer] Set dependencies for 4.5.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Sep 14, 2023
1 parent 397ff27 commit 6d5100a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
"symfony/translation": "^5.0",
"symfony/translation-contracts": "^2.0",
"twig/twig": "^3.0",
"ibexa/core": "~4.5.0@dev",
"ibexa/content-forms": "~4.5.0@dev",
"ibexa/rest": "~4.5.0@dev",
"ibexa/http-cache": "~4.5.0@dev"
"ibexa/core": "~4.5.0",
"ibexa/content-forms": "~4.5.0",
"ibexa/rest": "~4.5.0",
"ibexa/http-cache": "~4.5.0"
},
"require-dev": {
"dama/doctrine-test-bundle": "^6.7.5",
"ibexa/ci-scripts": "^0.2@dev",
"ibexa/doctrine-schema": "~4.5.0@dev",
"ibexa/solr": "~4.5.0@dev",
"ibexa/ci-scripts": "^0.2",
"ibexa/doctrine-schema": "~4.5.0",
"ibexa/solr": "~4.5.0",
"phpstan/phpstan": "^1.9",
"phpstan/phpstan-symfony": "^1.2",
"phpstan/phpstan-phpunit": "^1.3",
Expand Down Expand Up @@ -82,4 +82,4 @@
"config": {
"allow-plugins": false
}
}
}

0 comments on commit 6d5100a

Please sign in to comment.