Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Dec 1, 2024
1 parent 7b58310 commit 946efaa
Show file tree
Hide file tree
Showing 3 changed files with 12,723 additions and 21 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
178 changes: 157 additions & 21 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,40 +9,52 @@
"silverstripe/recipe-plugin": "2.x-dev",
"silverstripe/installer": "6.x-dev",
"silverstripe/developer-docs": "6.x-dev",
"silverstripe/hybridsessions": "4.x-dev",
"silverstripe/hybridsessions": "dev-pulls/4/php84 as 4.x-dev",
"silverstripe/totp-authenticator": "6.x-dev",
"silverstripe/mfa": "6.x-dev",
"silverstripe/gridfieldqueuedexport": "4.x-dev",
"silverstripe/realme": "6.x-dev",
"silverstripe/realme": "dev-pulls/6/php84 as 6.x-dev",
"silverstripe/segment-field": "4.x-dev",
"silverstripe/sharedraftcontent": "4.x-dev",
"silverstripe/spamprotection": "5.x-dev",
"silverstripe/lumberjack": "4.x-dev",
"silverstripe/lumberjack": "dev-pulls/4/php84 as 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/php84 as 7.x-dev",
"dnadesign/silverstripe-elemental": "dev-pulls/6/php84 as 6.x-dev",
"dnadesign/silverstripe-elemental-userforms": "5.x-dev",
"symbiote/silverstripe-advancedworkflow": "7.x-dev",
"symbiote/silverstripe-gridfieldextensions": "5.x-dev",
"symbiote/silverstripe-queuedjobs": "6.x-dev",
"symbiote/silverstripe-advancedworkflow": "dev-pulls/7/php84 as 7.x-dev",
"symbiote/silverstripe-gridfieldextensions": "dev-pulls/5/php84 as 5.x-dev",
"symbiote/silverstripe-queuedjobs": "dev-pulls/6/php84 as 6.x-dev",
"colymba/gridfield-bulk-editing-tools": "5.x-dev",
"tractorcow/silverstripe-fluent": "8.x-dev",
"tractorcow/silverstripe-fluent": "dev-pulls/8/php84 as 8.x-dev",
"silverstripe/dynamodb": "6.x-dev",
"silverstripe/linkfield": "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/linkfield": "dev-pulls/5/php84 as 5.x-dev",
"silverstripe/graphql": "dev-pulls/6/php84 as 6.x-dev",
"silverstripe/subsites": "dev-pulls/4/php84 as 4.x-dev",
"silverstripe/blog": "dev-pulls/5/php84 as 5.x-dev",
"silverstripe/crontask": "4.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"
"silverstripe/webauthn-authenticator": "dev-pulls/6/php84 as 6.x-dev",
"mikey179/vfsstream": "^1.6.10",
"silverstripe/admin": "dev-pulls/3/php84 as 3.x-dev",
"silverstripe/asset-admin": "dev-pulls/3/php84 as 3.x-dev",
"silverstripe/assets": "dev-pulls/3/php84 as 3.x-dev",
"silverstripe/cms": "dev-pulls/6/php84 as 6.x-dev",
"silverstripe/framework": "dev-pulls/6/php84 as 6.x-dev",
"silverstripe/session-manager": "dev-pulls/3/php84 as 3.x-dev",
"silverstripe/siteconfig": "dev-pulls/6/php84 as 6.x-dev",
"silverstripe/vendor-plugin": "dev-pulls/2/php84 as 2.x-dev",
"silverstripe/versioned": "dev-pulls/3/php84 as 3.x-dev",
"silverstripe/versioned-admin": "dev-pulls/3/php84 as 3.x-dev",
"silverstripe/behat-extension": "dev-pulls/6/php84 as 6.x-dev",
"silverstripe/event-dispatcher": "dev-pulls/2/php84 as 2.x-dev",
"silverstripe/mink-facebook-web-driver": "dev-pulls/2/php84 as 2.x-dev",
"silverstripe/closure": "dev-pulls/master/php84 as 3.99.100"
},
"extra": {
"project-files": [
Expand All @@ -59,8 +71,132 @@
"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-elemental"
},
"x1": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-admin"
},
"x2": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-asset-admin"
},
"x3": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-assets"
},
"x4": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-blog"
},
"x5": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-cms"
},
"x6": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-framework"
},
"x7": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-graphql"
},
"x8": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-hybridsessions"
},
"x9": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-linkfield"
},
"x10": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-lumberjack"
},
"x11": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-realme"
},
"x12": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-session-manager"
},
"x13": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-siteconfig"
},
"x14": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-subsites"
},
"x15": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-userforms"
},
"x16": {
"type": "vcs",
"url": "[email protected]:creative-commoners/vendor-plugin"
},
"x17": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-versioned"
},
"x18": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-versioned-admin"
},
"x19": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-advancedworkflow"
},
"x20": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-gridfieldextensions"
},
"x21": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-queuedjobs"
},
"x22": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-fluent"
},
"x23": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-webauthn-authenticator"
},
"x24": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-behat-extension"
},
"x25": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-event-dispatcher"
},
"x26": {
"type": "vcs",
"url": "[email protected]:creative-commoners/MinkFacebookWebDriver"
},
"x27": {
"type": "vcs",
"url": "[email protected]:creative-commoners/closure"
}
},
"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 946efaa

Please sign in to comment.