Skip to content

Commit c55dc6c

Browse files
committed
[TMP] Reconfigured dev dependencies to work across all CI job types
1 parent 1be1db3 commit c55dc6c

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
extensions: pdo_sqlite, gd
5454
tools: cs2pr
5555

56+
- name: Setup ibexa/core dev dependency
57+
run: composer req --no-update ibexa/core:'dev-IBX-7653-images-visible-in-tree-browser-in-image-picker as 4.6.x-dev'
58+
5659
- uses: ramsey/composer-install@v2
5760
with:
5861
dependency-versions: highest

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"ext-libxml": "*",
3131
"ext-simplexml": "*",
3232
"ext-xmlwriter": "*",
33-
"ibexa/core": "dev-IBX-7653-images-visible-in-tree-browser-in-image-picker as 4.6.x-dev",
33+
"ibexa/core": "~4.6.x-dev",
3434
"symfony/http-kernel": "^5.3",
3535
"symfony/dependency-injection": "^5.3",
3636
"symfony/routing": "^5.3",

dependencies.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
{
22
"recipesEndpoint": "",
33
"packages": [
4-
{
5-
"requirement": "dev-IBX-7653-images-visible-in-tree-browser-in-image-picker as 4.6.x-dev",
6-
"repositoryUrl": "https://github.com/ibexa/rest",
7-
"package": "ibexa/rest",
8-
"shouldBeAddedAsVCS": false
9-
},
104
{
115
"requirement": "dev-IBX-7653-images-visible-in-tree-browser-in-image-picker as 4.6.x-dev",
126
"repositoryUrl": "https://github.com/ibexa/core",
137
"package": "ibexa/core",
148
"shouldBeAddedAsVCS": false
159
}
1610
]
17-
}
11+
}

0 commit comments

Comments
 (0)