Skip to content

Commit

Permalink
[composer] Set dependencies for 4.5.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Jul 20, 2023
1 parent 5e57fb2 commit 481441f
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 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.5.0@dev",
"ibexa/core": "~4.5.0",
"netgen/query-translator": "^1.0.2",
"symfony/http-kernel": "^5.0",
"symfony/dependency-injection": "^5.0",
Expand All @@ -27,7 +27,7 @@
},
"require-dev": {
"symfony/proxy-manager-bridge": "^5.4",
"ibexa/doctrine-schema": "~4.5.0@dev",
"ibexa/doctrine-schema": "~4.5.0",
"phpunit/phpunit": "^8.2",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
"ibexa/code-style": "^1.0",
Expand All @@ -52,7 +52,7 @@
"Ibexa\\Tests\\Solr\\": "tests/lib/",
"Ibexa\\Tests\\Integration\\Core\\": "vendor/ibexa/core/tests/integration/Core/",
"Ibexa\\Tests\\Core\\": "vendor/ibexa/core/tests/lib/",
"Ibexa\\Tests\\Bundle\\Core\\": "vendor/ibexa/core/tests/bundle/",
"Ibexa\\Tests\\Bundle\\Core\\": "vendor/ibexa/core/tests/bundle/",
"EzSystems\\EzPlatformSolrSearchEngine\\Tests\\": "tests/lib/",
"EzSystems\\EzPlatformSolrSearchEngineBundle\\Tests\\": "tests/bundle/"
}
Expand All @@ -69,12 +69,7 @@
"dev-main": "4.5.x-dev"
}
},
"config": {
"allow-plugins": {
"*": false
}
},
"config": {
"allow-plugins": false
}
}
}

0 comments on commit 481441f

Please sign in to comment.