forked from silverstripe/recipe-kitchen-sink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NO MERGE - CI ONLY. Moving code from CMS to framework
- Loading branch information
1 parent
97538e4
commit 296d837
Showing
3 changed files
with
15,404 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,12 +14,12 @@ | |
"silverstripe/recipe-form-building": "3.x-dev", | ||
"silverstripe/recipe-reporting-tools": "3.x-dev", | ||
"silverstripe/recipe-services": "3.x-dev", | ||
"silverstripe/recipe-content-blocks": "4.x-dev", | ||
"silverstripe/recipe-content-blocks": "dev-pulls/4/move-code-from-cms as 4.x-dev", | ||
"silverstripe/auditor": "4.x-dev", | ||
"silverstripe/developer-docs": "6.x-dev", | ||
"silverstripe/environmentcheck": "4.x-dev", | ||
"silverstripe/hybridsessions": "4.x-dev", | ||
"silverstripe/registry": "4.x-dev", | ||
"silverstripe/registry": "dev-pulls/4/move-code-from-cms as 4.x-dev", | ||
"silverstripe/totp-authenticator": "6.x-dev", | ||
"silverstripe/mfa": "6.x-dev", | ||
"silverstripe/crontask": "4.x-dev", | ||
|
@@ -28,21 +28,34 @@ | |
"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/move-code-from-cms as 4.x-dev", | ||
"silverstripe/lumberjack": "4.x-dev", | ||
"silverstripe/staticpublishqueue": "7.x-dev", | ||
"dnadesign/silverstripe-elemental-userforms": "5.x-dev", | ||
"dnadesign/silverstripe-elemental-userforms": "dev-pulls/5/new-description-config as 5.x-dev", | ||
"symbiote/silverstripe-multivaluefield": "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", | ||
"tractorcow/silverstripe-fluent": "dev-pulls/8/status-flags as 8.x-dev", | ||
"silverstripe/dynamodb": "6.x-dev", | ||
"silverstripe/linkfield": "5.x-dev", | ||
"silverstripe/graphql": "6.x-dev" | ||
"silverstripe/linkfield": "dev-pulls/5/status-flags as 5.x-dev", | ||
"silverstripe/graphql": "6.x-dev", | ||
"silverstripe/framework": "dev-pulls/6/move-from-cms as 6.9999999.9999999.9999999-dev", | ||
"silverstripe/cms": "dev-pulls/6/move-to-framework as 6.9999999.9999999.9999999-dev", | ||
"silverstripe/versioned": "dev-pulls/3/generic-cmsmain as 3.9999999.9999999.9999999-dev", | ||
"dnadesign/silverstripe-elemental": "dev-pulls/6/new-description-config as 6.9999999.9999999.9999999-dev", | ||
"silverstripe/iframe": "dev-pulls/4/generic-cmsmain as 4.9999999.9999999.9999999-dev", | ||
"silverstripe/assets": "dev-pulls/3/move-code-from-cms as 3.9999999.9999999.9999999-dev", | ||
"silverstripe/blog": "dev-pulls/5/move-code-from-cms as 5.9999999.9999999.9999999-dev", | ||
"silverstripe/errorpage": "dev-pulls/3/move-code-from-ms as 3.9999999.9999999.9999999-dev", | ||
"silverstripe/userforms": "dev-pulls/7/move-code-from-cms as 7.9999999.9999999.9999999-dev", | ||
"silverstripe/admin": "dev-pulls/3/status-flags as 3.9999999.9999999.9999999-dev", | ||
"silverstripe/versioned-admin": "dev-pulls/3/status-flags as 3.9999999.9999999.9999999-dev", | ||
"symbiote/silverstripe-advancedworkflow": "dev-pulls/7/status-flags as 7.9999999.9999999.9999999-dev" | ||
}, | ||
"require-dev": { | ||
"silverstripe/frameworktest": "^2", | ||
"silverstripe/frameworktest": "dev-pulls/2/status-flags as 2.x-dev", | ||
"silverstripe/behat-extension": "dev-pulls/6/improve-click-xpath as 6.9999999.9999999.9999999-dev", | ||
"silverstripe/graphql-devtools": "2.x-dev", | ||
"silverstripe/recipe-testing": "^4", | ||
"mikey179/vfsstream": "^1.6" | ||
|
@@ -65,5 +78,87 @@ | |
} | ||
}, | ||
"prefer-stable": true, | ||
"minimum-stability": "dev" | ||
"minimum-stability": "dev", | ||
"repositories": { | ||
"silverstripe/framework": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-framework.git" | ||
}, | ||
"silverstripe/cms": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-cms.git" | ||
}, | ||
"silverstripe/versioned": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-versioned.git" | ||
}, | ||
"dnadesign/silverstripe-elemental": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-elemental.git" | ||
}, | ||
"dnadesign/silverstripe-elemental-userforms": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-elemental-userforms.git" | ||
}, | ||
"silverstripe/recipe-content-blocks": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/recipe-content-blocks.git" | ||
}, | ||
"silverstripe/iframe": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-iframe.git" | ||
}, | ||
"silverstripe/subsites": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-subsites.git" | ||
}, | ||
"silverstripe/assets": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-assets.git" | ||
}, | ||
"silverstripe/blog": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-blog.git" | ||
}, | ||
"silverstripe/errorpage": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-errorpage.git" | ||
}, | ||
"silverstripe/registry": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-registry.git" | ||
}, | ||
"silverstripe/userforms": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-userforms.git" | ||
}, | ||
"silverstripe/admin": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-admin.git" | ||
}, | ||
"silverstripe/linkfield": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-linkfield.git" | ||
}, | ||
"silverstripe/versioned-admin": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-versioned-admin.git" | ||
}, | ||
"silverstripe/frameworktest": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-frameworktest.git" | ||
}, | ||
"symbiote/silverstripe-advancedworkflow": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-advancedworkflow.git" | ||
}, | ||
"tractorcow/silverstripe-fluent": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-fluent.git" | ||
}, | ||
"silverstripe/behat-extension": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-behat-extension.git" | ||
} | ||
} | ||
} |
Oops, something went wrong.