Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Dec 3, 2024
1 parent 7b58310 commit a7e7578
Show file tree
Hide file tree
Showing 3 changed files with 12,414 additions and 14 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
90 changes: 76 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,41 +8,43 @@
"php": "^8.3",
"silverstripe/recipe-plugin": "2.x-dev",
"silverstripe/installer": "6.x-dev",
"silverstripe/developer-docs": "6.x-dev",
"silverstripe/developer-docs": "dev-pulls/6/valid as 6.x-dev",
"silverstripe/hybridsessions": "4.x-dev",
"silverstripe/totp-authenticator": "6.x-dev",
"silverstripe/mfa": "6.x-dev",
"silverstripe/mfa": "dev-pulls/6/valid as 6.x-dev",
"silverstripe/gridfieldqueuedexport": "4.x-dev",
"silverstripe/realme": "6.x-dev",
"silverstripe/segment-field": "4.x-dev",
"silverstripe/sharedraftcontent": "4.x-dev",
"silverstripe/spamprotection": "5.x-dev",
"silverstripe/spamprotection": "dev-pulls/5/valid as 5.x-dev",
"silverstripe/lumberjack": "4.x-dev",
"silverstripe/staticpublishqueue": "7.x-dev",
"silverstripe/tagfield": "4.x-dev",
"silverstripe/taxonomy": "4.x-dev",
"silverstripe/textextraction": "5.x-dev",
"silverstripe/userforms": "7.x-dev",
"dnadesign/silverstripe-elemental": "6.x-dev",
"silverstripe/userforms": "dev-pulls/7/valid as 7.x-dev",
"dnadesign/silverstripe-elemental": "dev-pulls/6/valid as 6.x-dev",
"dnadesign/silverstripe-elemental-userforms": "5.x-dev",
"symbiote/silverstripe-advancedworkflow": "7.x-dev",
"symbiote/silverstripe-advancedworkflow": "dev-pulls/7/valid as 7.x-dev",
"symbiote/silverstripe-gridfieldextensions": "5.x-dev",
"symbiote/silverstripe-queuedjobs": "6.x-dev",
"colymba/gridfield-bulk-editing-tools": "5.x-dev",
"tractorcow/silverstripe-fluent": "8.x-dev",
"silverstripe/dynamodb": "6.x-dev",
"silverstripe/linkfield": "5.x-dev",
"silverstripe/linkfield": "dev-pulls/5/valid as 5.x-dev",
"silverstripe/graphql": "6.x-dev",
"silverstripe/subsites": "4.x-dev",
"silverstripe/blog": "5.x-dev",
"silverstripe/crontask": "4.x-dev"
},
"require-dev": {
"silverstripe/frameworktest": "^2",
"silverstripe/crontask": "4.x-dev",
"silverstripe/frameworktest": "dev-pulls/2/valid as 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/framework": "dev-pulls/6/valid as 6.x-dev",
"silverstripe/admin": "dev-pulls/3/valid as 3.x-dev",
"silverstripe/asset-admin": "dev-pulls/3/valid as 3.x-dev",
"silverstripe/cms": "dev-pulls/6/valid as 6.x-dev"
},
"extra": {
"project-files": [
Expand All @@ -59,8 +61,68 @@
"composer/installers": true,
"silverstripe/recipe-plugin": true,
"silverstripe/vendor-plugin": true
},
"platform": {
"php": "8.3"
}
},
"prefer-stable": true,
"minimum-stability": "dev"
}
"minimum-stability": "dev",
"repositories": {
"x0": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-framework"
},
"x1": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-userforms"
},
"x2": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-advancedworkflow"
},
"x3": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-admin"
},
"x4": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-asset-admin"
},
"x5": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-cms"
},
"x6": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-elemental"
},
"x7": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-linkfield"
},
"x8": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-mfa"
},
"x9": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-spamprotection"
},
"x10": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-frameworktest"
},
"x11": {
"type": "vcs",
"url": "[email protected]:creative-commoners/developer-docs"
}
},
"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 a7e7578

Please sign in to comment.