Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Apr 28, 2024
1 parent 1d7422a commit 3974578
Show file tree
Hide file tree
Showing 4 changed files with 8,922 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
name: CI
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
33 changes: 30 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@
"silverstripe/vendor-plugin": "2.x-dev",
"silverstripe/recipe-cms": "6.x-dev",
"silverstripe-themes/simple": "3.x-dev",
"silverstripe/login-forms": "6.x-dev"
"silverstripe/login-forms": "6.x-dev",
"silverstripe/auditor": "dev-pulls/4/hook as 4.x-dev",
"silverstripe/frameworktest": "2.x-dev",
"silverstripe/recipe-testing": "^4",
"mikey179/vfsstream": "^1.6.10",
"silverstripe/framework": "dev-pulls/6/manipulate-hook as 6.x-dev",
"silverstripe/session-manager": "3.x-dev",
"silverstripe/mfa": "6.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^9.6"
Expand All @@ -30,8 +37,28 @@
"composer/installers": true,
"silverstripe/recipe-plugin": true,
"silverstripe/vendor-plugin": true
},
"platform": {
"php": "8.1"
}
},
"prefer-stable": true,
"minimum-stability": "dev"
}
"minimum-stability": "dev",
"repositories": {
"x0": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-auditor"
},
"x1": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-framework"
}
},
"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 3974578

Please sign in to comment.