Skip to content

Commit b790bf0

Browse files
author
MateuszKolankowski
committed
[temp commit] Added repositories
1 parent d829f7f commit b790bf0

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

composer.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,20 @@
2020
"Ibexa\\Tests\\AdminUi\\": "tests/lib/"
2121
}
2222
},
23+
"minimum-stability": "dev",
24+
"prefer-stable": false,
25+
"repositories": [
26+
{
27+
"type": "vcs",
28+
"url": "https://github.com/ibexa/core"
29+
}
30+
],
2331
"require": {
2432
"php": " >=8.3",
2533
"ext-json": "*",
2634
"babdev/pagerfanta-bundle": "^4.5",
2735
"ibexa/content-forms": "~5.0.x-dev",
28-
"ibexa/core": "~5.0.x-dev",
36+
"ibexa/core": "dev-IBX-10186-added-limits-to-repository-count as 5.0.x-dev",
2937
"ibexa/design-engine": "~5.0.x-dev",
3038
"ibexa/polyfill-php82": "^1.0",
3139
"ibexa/rest": "~5.0.x-dev",

dependencies.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"recipesEndpoint": "",
3+
"packages": [
4+
{
5+
"requirement": "dev-IBX-10186-added-limits-to-repository-count as 5.0.x-dev",
6+
"repositoryUrl": "https://github.com/ibexa/core",
7+
"package": "ibexa/core",
8+
"shouldBeAddedAsVCS": true
9+
}
10+
]
11+
}

0 commit comments

Comments
 (0)