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 (remove deprecations simple)
- Loading branch information
1 parent
749ff61
commit 62d349f
Showing
3 changed files
with
12,670 additions
and
11 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 |
---|---|---|
|
@@ -17,28 +17,35 @@ | |
"silverstripe/segment-field": "4.0.x-dev", | ||
"silverstripe/sharedraftcontent": "4.0.x-dev", | ||
"silverstripe/spamprotection": "5.0.x-dev", | ||
"silverstripe/lumberjack": "4.0.x-dev", | ||
"silverstripe/staticpublishqueue": "7.0.x-dev", | ||
"silverstripe/lumberjack": "dev-pulls/4.0/remove-deprecated as 4.0.x-dev", | ||
"silverstripe/staticpublishqueue": "dev-pulls/7.0/remove-deprecated as 7.0.x-dev", | ||
"silverstripe/tagfield": "4.0.x-dev", | ||
"silverstripe/taxonomy": "4.0.x-dev", | ||
"silverstripe/textextraction": "5.0.x-dev", | ||
"silverstripe/userforms": "7.0.x-dev", | ||
"dnadesign/silverstripe-elemental": "6.0.x-dev", | ||
"silverstripe/userforms": "dev-pulls/7.0/remove-deprecated as 7.0.x-dev", | ||
"dnadesign/silverstripe-elemental": "dev-pulls/6.0/remove-deprecated as 6.0.x-dev", | ||
"dnadesign/silverstripe-elemental-userforms": "5.0.x-dev", | ||
"symbiote/silverstripe-advancedworkflow": "7.0.x-dev", | ||
"symbiote/silverstripe-gridfieldextensions": "5.0.x-dev", | ||
"symbiote/silverstripe-queuedjobs": "6.0.x-dev", | ||
"symbiote/silverstripe-queuedjobs": "dev-pulls/6.0/remove-deprecated as 6.0.x-dev", | ||
"colymba/gridfield-bulk-editing-tools": "5.0.x-dev", | ||
"tractorcow/silverstripe-fluent": "8.0.x-dev", | ||
"silverstripe/dynamodb": "6.0.x-dev", | ||
"silverstripe/linkfield": "5.0.x-dev", | ||
"silverstripe/graphql": "6.0.x-dev", | ||
"silverstripe/subsites": "4.0.x-dev", | ||
"silverstripe/graphql": "dev-pulls/6.0/remove-deprecated as 6.0.x-dev", | ||
"silverstripe/subsites": "dev-pulls/4.0/remove-deprecated as 4.0.x-dev", | ||
"silverstripe/blog": "5.0.x-dev", | ||
"silverstripe/crontask": "4.0.x-dev" | ||
"silverstripe/crontask": "4.0.x-dev", | ||
"silverstripe/versioned-admin": "dev-pulls/3.0/remove-deprecated as 3.0.9999999.9999999-dev", | ||
"silverstripe/admin": "dev-pulls/3.0/remove-deprecated as 3.0.9999999.9999999-dev", | ||
"silverstripe/assets": "dev-pulls/3.0/remove-deprecated as 3.0.9999999.9999999-dev", | ||
"silverstripe/framework": "dev-pulls/6.0/remove-deprecated as 6.0.9999999.9999999-dev", | ||
"silverstripe/mimevalidator": "dev-pulls/4.0/remove-deprecated as 4.0.9999999.9999999-dev", | ||
"silverstripe/versioned": "dev-pulls/3.0/remove-deprecated as 3.0.9999999.9999999-dev", | ||
"silverstripe/cms": "dev-pulls/6.0/remove-deprecated as 6.0.9999999.9999999-dev" | ||
}, | ||
"require-dev": { | ||
"silverstripe/frameworktest": "^2", | ||
"silverstripe/frameworktest": "dev-pulls/2/remove-deprecated as 2.x-dev", | ||
"silverstripe/graphql-devtools": "2.x-dev", | ||
"silverstripe/recipe-testing": "^4", | ||
"silverstripe/webauthn-authenticator": "6.x-dev", | ||
|
@@ -54,6 +61,9 @@ | |
] | ||
}, | ||
"config": { | ||
"platform": { | ||
"php": "8.3" | ||
}, | ||
"process-timeout": 600, | ||
"allow-plugins": { | ||
"composer/installers": true, | ||
|
@@ -62,5 +72,67 @@ | |
} | ||
}, | ||
"prefer-stable": true, | ||
"minimum-stability": "dev" | ||
} | ||
"minimum-stability": "dev", | ||
"repositories": { | ||
"silverstripe/subsites": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-subsites.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/frameworktest": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-frameworktest.git" | ||
}, | ||
"silverstripe/admin": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-admin.git" | ||
}, | ||
"silverstripe/assets": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-assets.git" | ||
}, | ||
"silverstripe/staticpublishqueue": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-staticpublishqueue.git" | ||
}, | ||
"silverstripe/framework": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-framework.git" | ||
}, | ||
"silverstripe/lumberjack": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-lumberjack.git" | ||
}, | ||
"silverstripe/mimevalidator": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-mimevalidator.git" | ||
}, | ||
"silverstripe/graphql": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-graphql.git" | ||
}, | ||
"silverstripe/userforms": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-userforms.git" | ||
}, | ||
"silverstripe/versioned": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-versioned.git" | ||
}, | ||
"silverstripe/cms": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-cms.git" | ||
}, | ||
"symbiote/silverstripe-queuedjobs": { | ||
"type": "vcs", | ||
"url": "[email protected]:creative-commoners/silverstripe-queuedjobs.git" | ||
} | ||
} | ||
} |
Oops, something went wrong.