Skip to content

Commit 3cb41f0

Browse files
committed
NO MERGE - CI ONLY (sitetree-filter)
1 parent ecc6cb3 commit 3cb41f0

File tree

3 files changed

+12564
-5
lines changed

3 files changed

+12564
-5
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

+42-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"silverstripe/installer": "6.0.x-dev",
1111
"silverstripe/developer-docs": "6.0.x-dev",
1212
"silverstripe/hybridsessions": "4.0.x-dev",
13-
"silverstripe/totp-authenticator": "6.0.x-dev",
13+
"silverstripe/totp-authenticator": "dev-pulls/6.0/update-behat as 6.0.x-dev",
1414
"silverstripe/mfa": "6.0.x-dev",
1515
"silverstripe/gridfieldqueuedexport": "4.0.x-dev",
1616
"silverstripe/realme": "6.0.x-dev",
@@ -22,8 +22,8 @@
2222
"silverstripe/tagfield": "4.0.x-dev",
2323
"silverstripe/taxonomy": "4.0.x-dev",
2424
"silverstripe/textextraction": "5.0.x-dev",
25-
"silverstripe/userforms": "7.0.x-dev",
26-
"dnadesign/silverstripe-elemental": "6.0.x-dev",
25+
"silverstripe/userforms": "dev-pulls/7.0/formschema as 7.0.x-dev",
26+
"dnadesign/silverstripe-elemental": "dev-pulls/6.0/remove-elemental-search as 6.0.x-dev",
2727
"dnadesign/silverstripe-elemental-userforms": "5.0.x-dev",
2828
"symbiote/silverstripe-advancedworkflow": "7.0.x-dev",
2929
"symbiote/silverstripe-gridfieldextensions": "5.0.x-dev",
@@ -35,7 +35,11 @@
3535
"silverstripe/graphql": "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"
38+
"silverstripe/crontask": "4.0.x-dev",
39+
"silverstripe/cms": "dev-pulls/6.0/refactor-sitetree-filter as 6.0.9999999.9999999-dev",
40+
"silverstripe/framework": "dev-pulls/6.0/refactor-sitetree-filter as 6.0.9999999.9999999-dev",
41+
"silverstripe/admin": "dev-pulls/3.0/searchfilter as 3.0.9999999.9999999-dev",
42+
"silverstripe/behat-extension": "dev-pulls/6/date-field-setting as 6.9999999.9999999.9999999-dev"
3943
},
4044
"require-dev": {
4145
"silverstripe/frameworktest": "^2",
@@ -54,6 +58,9 @@
5458
]
5559
},
5660
"config": {
61+
"platform": {
62+
"php": "8.3"
63+
},
5764
"process-timeout": 600,
5865
"allow-plugins": {
5966
"composer/installers": true,
@@ -62,5 +69,35 @@
6269
}
6370
},
6471
"prefer-stable": true,
65-
"minimum-stability": "dev"
72+
"minimum-stability": "dev",
73+
"repositories": {
74+
"silverstripe/cms": {
75+
"type": "vcs",
76+
"url": "[email protected]:creative-commoners/silverstripe-cms.git"
77+
},
78+
"silverstripe/framework": {
79+
"type": "vcs",
80+
"url": "[email protected]:creative-commoners/silverstripe-framework.git"
81+
},
82+
"silverstripe/admin": {
83+
"type": "vcs",
84+
"url": "[email protected]:creative-commoners/silverstripe-admin.git"
85+
},
86+
"silverstripe/userforms": {
87+
"type": "vcs",
88+
"url": "[email protected]:creative-commoners/silverstripe-userforms.git"
89+
},
90+
"silverstripe/behat-extension": {
91+
"type": "vcs",
92+
"url": "[email protected]:creative-commoners/silverstripe-behat-extension.git"
93+
},
94+
"silverstripe/totp-authenticator": {
95+
"type": "vcs",
96+
"url": "[email protected]:creative-commoners/silverstripe-totp-authenticator.git"
97+
},
98+
"dnadesign/silverstripe-elemental": {
99+
"type": "vcs",
100+
"url": "[email protected]:creative-commoners/silverstripe-elemental.git"
101+
}
102+
}
66103
}

0 commit comments

Comments
 (0)