Skip to content

Commit 95c444c

Browse files
committed
[Composer] Added ibexa/notifications to require-dev section
Not requiring explicitly ibexa/notifications causes installing the latest release of the package rather than the latest stable branch. If there is no release yet, it results in a composer error.
1 parent 45ababf commit 95c444c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"ibexa/search": "~4.6.0@dev",
2727
"ibexa/test-core": "~4.6.0@dev",
2828
"ibexa/http-cache": "~4.6.0@dev",
29+
"ibexa/notifications": "^4.6.x-dev",
2930
"phpunit/phpunit": "^8.2",
3031
"matthiasnoback/symfony-dependency-injection-test": "^4.0"
3132
},

0 commit comments

Comments
 (0)