Skip to content

Commit 65e2993

Browse files
author
runner
committed
[composer] Set dependencies for 4.6.0 release.
1 parent 584b9e5 commit 65e2993

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"require": {
2020
"php": "^7.4 || ^8.0",
21-
"ibexa/core": "~4.6.0@dev",
21+
"ibexa/core": "~4.6.0",
2222
"twig/twig": "^3.0",
2323
"symfony/dependency-injection": "^5.0",
2424
"symfony/http-kernel": "^5.0",
@@ -31,7 +31,7 @@
3131
},
3232
"require-dev": {
3333
"ibexa/code-style": "^1.0",
34-
"ibexa/doctrine-schema": "~4.6.0@dev",
34+
"ibexa/doctrine-schema": "~4.6.0",
3535
"phpunit/phpunit": "^8.1",
3636
"friendsofphp/php-cs-fixer": "^3.0",
3737
"mikey179/vfsstream": "^1.6"
@@ -71,4 +71,4 @@
7171
"composer/package-versions-deprecated": true
7272
}
7373
}
74-
}
74+
}

0 commit comments

Comments
 (0)