We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bcbcc4 commit 38bd46dCopy full SHA for 38bd46d
.github/workflows/ci.yaml
@@ -55,6 +55,9 @@ jobs:
55
extensions: pdo_sqlite, gd
56
tools: cs2pr
57
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
+
61
- uses: ramsey/composer-install@v3
62
with:
63
dependency-versions: highest
dependencies.json
@@ -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