Skip to content

Commit 09edfef

Browse files
author
runner
committed
[composer] Set dependencies for 4.6.12 release.
1 parent c6cf637 commit 09edfef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"ext-libxml": "*",
3131
"ext-simplexml": "*",
3232
"ext-xmlwriter": "*",
33-
"ibexa/core": "~4.6.0@dev",
33+
"ibexa/core": "~4.6.0",
3434
"symfony/http-kernel": "^5.3",
3535
"symfony/dependency-injection": "^5.3",
3636
"symfony/routing": "^5.3",
@@ -46,10 +46,10 @@
4646
"lexik/jwt-authentication-bundle": "^2.8"
4747
},
4848
"require-dev": {
49-
"ibexa/ci-scripts": "^0.2@dev",
50-
"ibexa/doctrine-schema": "~4.6.0@dev",
49+
"ibexa/ci-scripts": "^0.2",
50+
"ibexa/doctrine-schema": "~4.6.0",
5151
"ibexa/code-style": "^1.0",
52-
"ibexa/test-core": "^0.1.x-dev",
52+
"ibexa/test-core": "^0.1",
5353
"friendsofphp/php-cs-fixer": "^3.0",
5454
"phpunit/phpunit": "^8.5",
5555
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
@@ -82,4 +82,4 @@
8282
"dev-main": "4.6.x-dev"
8383
}
8484
}
85-
}
85+
}

0 commit comments

Comments
 (0)