Skip to content

Commit e5e4f99

Browse files
author
Łukasz Serwatka
committed
[composer] Set dependencies for 4.0.0 release.
1 parent 9774b6a commit e5e4f99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"require": {
1616
"php": "^7.4 || ^8.0",
1717
"ext-json": "*",
18-
"ibexa/core": "^4.0@dev",
18+
"ibexa/core": "^4.0",
1919
"netgen/query-translator": "^1.0.2",
2020
"symfony/http-kernel": "^5.0",
2121
"symfony/dependency-injection": "^5.0",
@@ -24,7 +24,7 @@
2424
"symfony/framework-bundle": "^5.0"
2525
},
2626
"require-dev": {
27-
"ibexa/doctrine-schema": "^4.0@dev",
27+
"ibexa/doctrine-schema": "^4.0",
2828
"phpunit/phpunit": "^8.2",
2929
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
3030
"ibexa/code-style": "^1.0"
@@ -48,7 +48,7 @@
4848
"EzSystems\\EzPlatformSolrSearchEngineBundle\\Tests\\": "tests/bundle/",
4949
"Ibexa\\Tests\\Integration\\Core\\": "vendor/ibexa/core/tests/integration/Core/",
5050
"Ibexa\\Tests\\Core\\": "vendor/ibexa/core/tests/lib/",
51-
"Ibexa\\Tests\\Bundle\\Core\\": "vendor/ibexa/core/tests/bundle/"
51+
"Ibexa\\Tests\\Bundle\\Core\\": "vendor/ibexa/core/tests/bundle/"
5252
}
5353
},
5454
"scripts": {
@@ -70,4 +70,4 @@
7070
"url": "[email protected]:ibexa/namespace-compatibility.git"
7171
}
7272
}
73-
}
73+
}

0 commit comments

Comments
 (0)