Skip to content

Commit 0908917

Browse files
committed
.
1 parent ecc6cb3 commit 0908917

File tree

3 files changed

+12551
-12
lines changed

3 files changed

+12551
-12
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
name: CI
1111
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
1212
with:
13+
composer_install: true
1314
# Use simple_matrix to limit the number of created jobs
1415
# phpunit.xml.dist has a large number of testsuites, all of which are tested with
1516
# multiple versions of php + databases in both the modules themselves and other recipes

composer.json

+52-12
Original file line numberDiff line numberDiff line change
@@ -19,30 +19,29 @@
1919
"silverstripe/spamprotection": "5.0.x-dev",
2020
"silverstripe/lumberjack": "4.0.x-dev",
2121
"silverstripe/staticpublishqueue": "7.0.x-dev",
22-
"silverstripe/tagfield": "4.0.x-dev",
22+
"silverstripe/tagfield": "dev-pulls/4.0/remove-do-int as 4.0.x-dev",
2323
"silverstripe/taxonomy": "4.0.x-dev",
2424
"silverstripe/textextraction": "5.0.x-dev",
2525
"silverstripe/userforms": "7.0.x-dev",
26-
"dnadesign/silverstripe-elemental": "6.0.x-dev",
26+
"dnadesign/silverstripe-elemental": "dev-pulls/6.0/remove-do-int as 6.0.x-dev",
2727
"dnadesign/silverstripe-elemental-userforms": "5.0.x-dev",
2828
"symbiote/silverstripe-advancedworkflow": "7.0.x-dev",
29-
"symbiote/silverstripe-gridfieldextensions": "5.0.x-dev",
29+
"symbiote/silverstripe-gridfieldextensions": "dev-pulls/5.0/remove-do-int as 5.0.x-dev",
3030
"symbiote/silverstripe-queuedjobs": "6.0.x-dev",
3131
"colymba/gridfield-bulk-editing-tools": "5.0.x-dev",
32-
"tractorcow/silverstripe-fluent": "8.0.x-dev",
32+
"tractorcow/silverstripe-fluent": "dev-pulls/8.0/remove-do-int as 8.0.x-dev",
3333
"silverstripe/dynamodb": "6.0.x-dev",
3434
"silverstripe/linkfield": "5.0.x-dev",
35-
"silverstripe/graphql": "6.0.x-dev",
35+
"silverstripe/graphql": "dev-pulls/6.0/remove-do-int as 6.0.x-dev",
3636
"silverstripe/subsites": "4.0.x-dev",
3737
"silverstripe/blog": "5.0.x-dev",
38-
"silverstripe/crontask": "4.0.x-dev"
39-
},
40-
"require-dev": {
41-
"silverstripe/frameworktest": "^2",
38+
"silverstripe/crontask": "4.0.x-dev",
39+
"silverstripe/frameworktest": "dev-pulls/2/remove-do-int as 2.x-dev",
4240
"silverstripe/graphql-devtools": "2.x-dev",
4341
"silverstripe/recipe-testing": "^4",
4442
"silverstripe/webauthn-authenticator": "6.x-dev",
45-
"mikey179/vfsstream": "^1.6"
43+
"mikey179/vfsstream": "^1.6.10",
44+
"silverstripe/framework": "dev-pulls/6.0/remove-do-int as 6.0.x-dev"
4645
},
4746
"extra": {
4847
"project-files": [
@@ -58,9 +57,50 @@
5857
"allow-plugins": {
5958
"composer/installers": true,
6059
"silverstripe/recipe-plugin": true,
61-
"silverstripe/vendor-plugin": true
60+
"silverstripe/vendor-plugin": true,
61+
"dealerdirect/phpcodesniffer-composer-installer": true
62+
},
63+
"platform": {
64+
"php": "8.3"
6265
}
6366
},
6467
"prefer-stable": true,
65-
"minimum-stability": "dev"
68+
"minimum-stability": "dev",
69+
"repositories": {
70+
"x0": {
71+
"type": "vcs",
72+
"url": "[email protected]:creative-commoners/silverstripe-elemental"
73+
},
74+
"x1": {
75+
"type": "vcs",
76+
"url": "[email protected]:creative-commoners/silverstripe-framework"
77+
},
78+
"x2": {
79+
"type": "vcs",
80+
"url": "[email protected]:creative-commoners/silverstripe-frameworktest"
81+
},
82+
"x3": {
83+
"type": "vcs",
84+
"url": "[email protected]:creative-commoners/silverstripe-graphql"
85+
},
86+
"x4": {
87+
"type": "vcs",
88+
"url": "[email protected]:creative-commoners/silverstripe-tagfield"
89+
},
90+
"x5": {
91+
"type": "vcs",
92+
"url": "[email protected]:creative-commoners/silverstripe-gridfieldextensions"
93+
},
94+
"x6": {
95+
"type": "vcs",
96+
"url": "[email protected]:creative-commoners/silverstripe-fluent"
97+
}
98+
},
99+
"conflict": {
100+
"symfony/cache-contracts": "3.2.1",
101+
"symfony/deprecation-contracts": "3.2.1",
102+
"symfony/event-dispatcher-contracts": "3.2.1",
103+
"symfony/service-contracts": "3.2.1",
104+
"symfony/translation-contracts": "3.2.1"
105+
}
66106
}

0 commit comments

Comments
 (0)