Skip to content

Commit 3cbcebc

Browse files
committed
.
1 parent 3edd419 commit 3cbcebc

File tree

3 files changed

+15839
-9
lines changed

3 files changed

+15839
-9
lines changed

.github/workflows/ci.yml

+2-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
@@ -26,7 +27,7 @@ jobs:
2627
- php: 8.2
2728
phpunit: true
2829
phpunit_suite: recipe-cms
29-
- php: 8.3
30+
- php: 8.1
3031
phpunit: true
3132
phpunit_suite: recipe-cms
3233
- php: 8.1

composer.json

+24-8
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,12 @@
4141
"colymba/gridfield-bulk-editing-tools": "4.x-dev",
4242
"tractorcow/silverstripe-fluent": "7.x-dev",
4343
"silverstripe/dynamodb": "5.x-dev",
44-
"silverstripe/linkfield": "4.x-dev"
45-
},
46-
"require-dev": {
47-
"silverstripe/frameworktest": "^1",
44+
"silverstripe/linkfield": "4.x-dev",
45+
"silverstripe/frameworktest": "1.x-dev",
4846
"silverstripe/graphql-devtools": "1.x-dev",
4947
"silverstripe/recipe-testing": "^3",
50-
"mikey179/vfsstream": "^1.6"
48+
"mikey179/vfsstream": "^1.6.10",
49+
"silverstripe/behat-extension": "dev-pulls/5/setlocale as 5.x-dev"
5150
},
5251
"extra": {
5352
"project-files": [
@@ -63,9 +62,26 @@
6362
"allow-plugins": {
6463
"composer/installers": true,
6564
"silverstripe/recipe-plugin": true,
66-
"silverstripe/vendor-plugin": true
65+
"silverstripe/vendor-plugin": true,
66+
"dealerdirect/phpcodesniffer-composer-installer": true
67+
},
68+
"platform": {
69+
"php": "8.1"
6770
}
6871
},
6972
"prefer-stable": true,
70-
"minimum-stability": "dev"
71-
}
73+
"minimum-stability": "dev",
74+
"repositories": {
75+
"x0": {
76+
"type": "vcs",
77+
"url": "[email protected]:creative-commoners/silverstripe-behat-extension"
78+
}
79+
},
80+
"conflict": {
81+
"symfony/cache-contracts": "3.2.1",
82+
"symfony/deprecation-contracts": "3.2.1",
83+
"symfony/event-dispatcher-contracts": "3.2.1",
84+
"symfony/service-contracts": "3.2.1",
85+
"symfony/translation-contracts": "3.2.1"
86+
}
87+
}

0 commit comments

Comments
 (0)