Skip to content

Commit

Permalink
[composer] Set dependencies for 4.3.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Mar 7, 2023
1 parent a0f96e8 commit d87ad23
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 @@ -24,15 +24,15 @@
"symfony/translation": "^5.0",
"symfony/translation-contracts": "^2.0",
"twig/twig": "^3.0",
"ibexa/core": "~4.3.0@dev",
"ibexa/content-forms": "~4.3.0@dev",
"ibexa/rest": "~4.3.0@dev",
"ibexa/http-cache": "~4.3.0@dev"
"ibexa/core": "~4.3.0",
"ibexa/content-forms": "~4.3.0",
"ibexa/rest": "~4.3.0",
"ibexa/http-cache": "~4.3.0"
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev",
"ibexa/doctrine-schema": "~4.3.0@dev",
"ibexa/solr": "~4.3.0@dev",
"ibexa/ci-scripts": "^0.2",
"ibexa/doctrine-schema": "~4.3.0",
"ibexa/solr": "~4.3.0",
"phpstan/phpstan": "^1.9",
"phpstan/phpstan-symfony": "^1.2",
"phpstan/phpstan-phpunit": "^1.3",
Expand Down Expand Up @@ -79,4 +79,4 @@
"config": {
"allow-plugins": false
}
}
}

0 comments on commit d87ad23

Please sign in to comment.