Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Dec 10, 2024
1 parent 749ff61 commit bf9f7da
Show file tree
Hide file tree
Showing 3 changed files with 12,336 additions and 7 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
# Use simple_matrix to limit the number of created jobs
# phpunit.xml.dist has a large number of testsuites, all of which are tested with
# multiple versions of php + databases in both the modules themselves and other recipes
Expand Down
35 changes: 28 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"silverstripe/graphql": "6.0.x-dev",
"silverstripe/subsites": "4.0.x-dev",
"silverstripe/blog": "5.0.x-dev",
"silverstripe/crontask": "4.0.x-dev"
},
"require-dev": {
"silverstripe/frameworktest": "^2",
"silverstripe/crontask": "4.0.x-dev",
"silverstripe/frameworktest": "2.x-dev",
"silverstripe/graphql-devtools": "2.x-dev",
"silverstripe/recipe-testing": "^4",
"silverstripe/webauthn-authenticator": "6.x-dev",
"mikey179/vfsstream": "^1.6"
"mikey179/vfsstream": "^1.6.10",
"silverstripe/cms": "dev-pulls/6.0/import-depr as 6.0.x-dev",
"silverstripe/admin": "dev-pulls/3.0/import-depr as 3.0.x-dev"
},
"extra": {
"project-files": [
Expand All @@ -58,9 +58,30 @@
"allow-plugins": {
"composer/installers": true,
"silverstripe/recipe-plugin": true,
"silverstripe/vendor-plugin": true
"silverstripe/vendor-plugin": true,
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "8.3"
}
},
"prefer-stable": true,
"minimum-stability": "dev"
"minimum-stability": "dev",
"repositories": {
"x0": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-cms"
},
"x1": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-admin"
}
},
"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 bf9f7da

Please sign in to comment.