Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Aug 24, 2023
1 parent 036f173 commit e8b8465
Show file tree
Hide file tree
Showing 3 changed files with 8,771 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule')
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
with:
composer_install: true
# installer contains a sample behat.yml file, though there are no behat tests to run
endtoend: false
# require the following in ci.yml rather than composer.json require-dev specifically for installer because unlike
Expand Down
24 changes: 22 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"silverstripe/recipe-plugin": "^1.2",
"silverstripe/recipe-cms": "4.13.x-dev",
"silverstripe-themes/simple": "~3.2.0",
"silverstripe/login-forms": "4.9.x-dev"
"silverstripe/login-forms": "4.9.x-dev",
"silverstripe/graphql": "dev-pulls/4.3/revert as 4.3.x-dev",
"silverstripe/frameworktest": "^0.4.12",
"silverstripe/recipe-testing": "^2",
"mikey179/vfsstream": "^1.6.10"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand All @@ -30,8 +34,24 @@
"composer/installers": true,
"silverstripe/recipe-plugin": true,
"silverstripe/vendor-plugin": true
},
"platform": {
"php": "7.4"
}
},
"prefer-stable": true,
"minimum-stability": "dev"
"minimum-stability": "dev",
"repositories": {
"x0": {
"type": "vcs",
"url": "git@github.com:creative-commoners/silverstripe-graphql"
}
},
"conflict": {
"symfony/cache-contracts": "3.2.1",
"symfony/deprecation-contracts": "3.2.1",
"symfony/event-dispatcher-contracts": "3.2.1",
"symfony/service-contracts": "3.2.1",
"symfony/translation-contracts": "3.2.1"
}
}
Loading

0 comments on commit e8b8465

Please sign in to comment.