Skip to content

Commit 38bd46d

Browse files
committed
[TMP] Switched to ibexa/core#569 branch
1 parent 8bcbcc4 commit 38bd46d

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/workflows/ci.yaml

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

58+
- name: '[TMP] Switch core dev branch'
59+
run: composer require --no-update ibexa/core:'dev-add_missing_type_hints_to_content_vo as 5.0.x-dev'
60+
5861
- uses: ramsey/composer-install@v3
5962
with:
6063
dependency-versions: highest

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-add_missing_type_hints_to_content_vo as 5.0.x-dev",
6+
"repositoryUrl": "https://github.com/ibexa/core",
7+
"package": "ibexa/core",
8+
"shouldBeAddedAsVCS": false
9+
}
10+
]
11+
}

0 commit comments

Comments
 (0)