Skip to content

Commit f6cfa0d

Browse files
committed
[composer] Set dependencies for 4.5.2 release.
1 parent 5e57fb2 commit f6cfa0d

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

composer.json

+4-9
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"php": "^7.4 || ^8.0",
1717
"ext-json": "*",
1818
"ext-xmlwriter": "*",
19-
"ibexa/core": "~4.5.0@dev",
19+
"ibexa/core": "~4.5.0",
2020
"netgen/query-translator": "^1.0.2",
2121
"symfony/http-kernel": "^5.0",
2222
"symfony/dependency-injection": "^5.0",
@@ -27,7 +27,7 @@
2727
},
2828
"require-dev": {
2929
"symfony/proxy-manager-bridge": "^5.4",
30-
"ibexa/doctrine-schema": "~4.5.0@dev",
30+
"ibexa/doctrine-schema": "~4.5.0",
3131
"phpunit/phpunit": "^8.2",
3232
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
3333
"ibexa/code-style": "^1.0",
@@ -52,7 +52,7 @@
5252
"Ibexa\\Tests\\Solr\\": "tests/lib/",
5353
"Ibexa\\Tests\\Integration\\Core\\": "vendor/ibexa/core/tests/integration/Core/",
5454
"Ibexa\\Tests\\Core\\": "vendor/ibexa/core/tests/lib/",
55-
"Ibexa\\Tests\\Bundle\\Core\\": "vendor/ibexa/core/tests/bundle/",
55+
"Ibexa\\Tests\\Bundle\\Core\\": "vendor/ibexa/core/tests/bundle/",
5656
"EzSystems\\EzPlatformSolrSearchEngine\\Tests\\": "tests/lib/",
5757
"EzSystems\\EzPlatformSolrSearchEngineBundle\\Tests\\": "tests/bundle/"
5858
}
@@ -69,12 +69,7 @@
6969
"dev-main": "4.5.x-dev"
7070
}
7171
},
72-
"config": {
73-
"allow-plugins": {
74-
"*": false
75-
}
76-
},
7772
"config": {
7873
"allow-plugins": false
7974
}
80-
}
75+
}

0 commit comments

Comments
 (0)