Skip to content

Commit

Permalink
NO MERGE CI ONLY - formschema
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Nov 13, 2024
1 parent 97538e4 commit 78d397d
Show file tree
Hide file tree
Showing 3 changed files with 15,283 additions and 6 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
66 changes: 60 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"silverstripe/hybridsessions": "4.x-dev",
"silverstripe/registry": "4.x-dev",
"silverstripe/totp-authenticator": "6.x-dev",
"silverstripe/mfa": "6.x-dev",
"silverstripe/mfa": "dev-pulls/6/formschema as 6.x-dev",
"silverstripe/crontask": "4.x-dev",
"silverstripe/gridfieldqueuedexport": "4.x-dev",
"silverstripe/ldap": "3.x-dev",
"silverstripe/textextraction": "5.x-dev",
"silverstripe/realme": "6.x-dev",
"silverstripe/webauthn-authenticator": "6.x-dev",
"silverstripe/subsites": "4.x-dev",
"silverstripe/subsites": "dev-pulls/4/formschema as 4.x-dev",
"silverstripe/lumberjack": "4.x-dev",
"silverstripe/staticpublishqueue": "7.x-dev",
"dnadesign/silverstripe-elemental-userforms": "5.x-dev",
Expand All @@ -38,8 +38,16 @@
"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/graphql": "6.x-dev"
"silverstripe/linkfield": "dev-pulls/5/formschema as 5.x-dev",
"silverstripe/graphql": "6.x-dev",
"silverstripe/admin": "dev-pulls/3/formschema as 3.9999999.9999999.9999999-dev",
"silverstripe/userforms": "dev-pulls/7/formschema as 7.9999999.9999999.9999999-dev",
"silverstripe/versioned-admin": "dev-pulls/3/formschema as 3.9999999.9999999.9999999-dev",
"dnadesign/silverstripe-elemental": "dev-pulls/6/formschema as 6.9999999.9999999.9999999-dev",
"silverstripe/asset-admin": "dev-pulls/3/formschema as 3.9999999.9999999.9999999-dev",
"silverstripe/contentreview": "dev-pulls/6/formschema as 6.9999999.9999999.9999999-dev",
"silverstripe/framework": "dev-pulls/6/formschema as 6.9999999.9999999.9999999-dev",
"silverstripe/cms": "dev-pulls/6/formschema as 6.9999999.9999999.9999999-dev"
},
"require-dev": {
"silverstripe/frameworktest": "^2",
Expand All @@ -65,5 +73,51 @@
}
},
"prefer-stable": true,
"minimum-stability": "dev"
}
"minimum-stability": "dev",
"repositories": {
"silverstripe/admin": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-admin.git"
},
"silverstripe/subsites": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-subsites.git"
},
"silverstripe/linkfield": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-linkfield.git"
},
"silverstripe/mfa": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-mfa.git"
},
"silverstripe/userforms": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-userforms.git"
},
"silverstripe/versioned-admin": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-versioned-admin.git"
},
"dnadesign/silverstripe-elemental": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-elemental.git"
},
"silverstripe/asset-admin": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-asset-admin.git"
},
"silverstripe/contentreview": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-contentreview.git"
},
"silverstripe/framework": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-framework.git"
},
"silverstripe/cms": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-cms.git"
}
}
}
Loading

0 comments on commit 78d397d

Please sign in to comment.