Skip to content

Commit

Permalink
[TMP] Integration setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Oct 28, 2024
1 parent e79efef commit 9dc3e52
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
with:
dependency-versions: highest

- name: Add core test dependency
run: composer require ibexa/core dev-ibx-8534-relation-iterator-adapter

- name: Run PHPStan analysis
run: composer run-script phpstan

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"ext-simplexml": "*",
"ext-xmlwriter": "*",
"hautelook/templated-uri-bundle": "^3.4",
"ibexa/core": "dev-ibx-8534-relation-iterator-adapter as 5.0.x-dev",
"ibexa/core": "~5.0.x-dev",
"lexik/jwt-authentication-bundle": "^2.8",
"symfony/config": "^5.3",
"symfony/dependency-injection": "^5.3",
Expand Down
11 changes: 11 additions & 0 deletions dependencies.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"recipesEndpoint": "",
"packages": [
{
"requirement": "dev-ibx-8534-relation-iterator-adapter as 5.0.x-dev",
"repositoryUrl": "https://github.com/ibexa/core",
"package": "ibexa/core",
"shouldBeAddedAsVCS": false
}
]
}

0 comments on commit 9dc3e52

Please sign in to comment.