Skip to content

Commit 161336a

Browse files
author
runner
committed
[composer] Set dependencies for 4.6.7 release.
1 parent 87e1656 commit 161336a

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
@@ -14,8 +14,8 @@
1414
],
1515
"require": {
1616
"php": "^7.4 || ^8.0",
17-
"ibexa/core": "~4.6.x-dev",
18-
"ibexa/rest": "~4.6.0@dev",
17+
"ibexa/core": "~4.6",
18+
"ibexa/rest": "~4.6.0",
1919
"friendsofsymfony/http-cache-bundle": "^2.8",
2020
"friendsofsymfony/http-cache": "^2.9",
2121
"symfony/http-foundation": "^5.0",
@@ -30,8 +30,8 @@
3030
"toflar/psr6-symfony-http-cache-store": "^2.2 || ^3.0"
3131
},
3232
"require-dev": {
33-
"ibexa/ci-scripts": "^0.2@dev",
34-
"ibexa/doctrine-schema": "~4.6.0@dev",
33+
"ibexa/ci-scripts": "^0.2",
34+
"ibexa/doctrine-schema": "~4.6.0",
3535
"phpunit/phpunit": "^8.5",
3636
"matthiasnoback/symfony-dependency-injection-test": "^4.3",
3737
"phpspec/phpspec": "^7.1",
@@ -69,4 +69,4 @@
6969
"dev-main": "4.6.x-dev"
7070
}
7171
}
72-
}
72+
}

0 commit comments

Comments
 (0)