Skip to content

Commit

Permalink
TEST Use framework fork
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Aug 13, 2024
1 parent f61698d commit 3b6539f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@
"license": "BSD-3-Clause",
"require": {
"php": "^8.1",
"silverstripe/framework": "^5.2",
"silverstripe/framework": "dev-pulls/5.2/analyze-table as 5.2.x-dev",
"silverstripe/admin": "^2.2",
"silverstripe/graphql": "^5"
},
"repositories": {
"x0": {
"type": "vcs",
"url": "https://github.com/creative-commoners/silverstripe-framework",
"no-api": true
}
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"silverstripe/frameworktest": "^1",
Expand Down

0 comments on commit 3b6539f

Please sign in to comment.