Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Dec 16, 2024
1 parent d224851 commit ae755cc
Show file tree
Hide file tree
Showing 3 changed files with 15,835 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
name: CI
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
with:
composer_install: true
# Use simple_matrix to limit the number of created jobs
# phpunit.xml.dist has a large number of testsuites, all of which are tested with
# multiple versions of php + databases in both the modules themselves and other recipes
Expand All @@ -26,7 +27,7 @@ jobs:
- php: 8.2
phpunit: true
phpunit_suite: recipe-cms
- php: 8.3
- php: 8.1
phpunit: true
phpunit_suite: recipe-cms
- php: 8.1
Expand Down
38 changes: 29 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"silverstripe/recipe-services": "2.x-dev",
"silverstripe/recipe-content-blocks": "3.x-dev",
"silverstripe/auditor": "3.x-dev",
"silverstripe/developer-docs": "5.x-dev",
"silverstripe/developer-docs": "dev-pulls/5/form-validate as 5.x-dev",
"silverstripe/environmentcheck": "3.x-dev",
"silverstripe/hybridsessions": "3.x-dev",
"silverstripe/registry": "3.x-dev",
Expand All @@ -41,13 +41,12 @@
"colymba/gridfield-bulk-editing-tools": "4.x-dev",
"tractorcow/silverstripe-fluent": "7.x-dev",
"silverstripe/dynamodb": "5.x-dev",
"silverstripe/linkfield": "4.x-dev"
},
"require-dev": {
"silverstripe/frameworktest": "^1",
"silverstripe/linkfield": "4.x-dev",
"silverstripe/frameworktest": "1.x-dev",
"silverstripe/graphql-devtools": "1.x-dev",
"silverstripe/recipe-testing": "^3",
"mikey179/vfsstream": "^1.6"
"mikey179/vfsstream": "^1.6.10",
"silverstripe/framework": "dev-pulls/5/form-validate as 5.x-dev"
},
"extra": {
"project-files": [
Expand All @@ -63,9 +62,30 @@
"allow-plugins": {
"composer/installers": true,
"silverstripe/recipe-plugin": true,
"silverstripe/vendor-plugin": true
"silverstripe/vendor-plugin": true,
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "8.1"
}
},
"prefer-stable": true,
"minimum-stability": "dev"
}
"minimum-stability": "dev",
"repositories": {
"x0": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-framework"
},
"x1": {
"type": "vcs",
"url": "[email protected]:creative-commoners/developer-docs"
}
},
"conflict": {
"symfony/cache-contracts": "3.2.1",
"symfony/deprecation-contracts": "3.2.1",
"symfony/event-dispatcher-contracts": "3.2.1",
"symfony/service-contracts": "3.2.1",
"symfony/translation-contracts": "3.2.1"
}
}
Loading

0 comments on commit ae755cc

Please sign in to comment.