Skip to content

Commit fd2fcd7

Browse files
author
Łukasz Serwatka
committed
[composer] Set dependencies for 2.3.9 release.
1 parent 6b3a1da commit fd2fcd7

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
@@ -11,8 +11,8 @@
1111
],
1212
"require": {
1313
"php": "^7.3 || ^8.0",
14-
"ezsystems/ezplatform-kernel": "^1.3@dev",
15-
"ezsystems/ezplatform-rest": "^1.0@dev",
14+
"ezsystems/ezplatform-kernel": "^1.3",
15+
"ezsystems/ezplatform-rest": "^1.0",
1616
"friendsofsymfony/http-cache-bundle": "^2.8",
1717
"friendsofsymfony/http-cache": "^2.9",
1818
"symfony/http-foundation": "^5.0",
@@ -27,8 +27,8 @@
2727
"toflar/psr6-symfony-http-cache-store": "^2.2 || ^3.0"
2828
},
2929
"require-dev": {
30-
"ibexa/ci-scripts": "^0.1@dev",
31-
"ezsystems/doctrine-dbal-schema": "^1.0@dev",
30+
"ibexa/ci-scripts": "^0.1",
31+
"ezsystems/doctrine-dbal-schema": "^1.0",
3232
"phpunit/phpunit": "^8.5",
3333
"matthiasnoback/symfony-dependency-injection-test": "^4.3",
3434
"phpspec/phpspec": "^7.1",
@@ -58,4 +58,4 @@
5858
"dev-master": "2.3.x-dev"
5959
}
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)