Skip to content

Commit

Permalink
Merge pull request #32 from creative-commoners/pulls/3/module-standar…
Browse files Browse the repository at this point in the history
…diser-1708320697

DEP Dependencies for CMS 6
  • Loading branch information
GuySartorelli authored Feb 19, 2024
2 parents 5551467 + 4789eb7 commit 2379da4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"require": {
"php": "^8.1",
"silverstripe/recipe-plugin": "2.x-dev",
"silverstripe/recipe-cms": "5.x-dev",
"silverstripe/segment-field": "3.x-dev",
"silverstripe/userforms": "6.x-dev"
"silverstripe/recipe-cms": "6.x-dev",
"silverstripe/segment-field": "4.x-dev",
"silverstripe/userforms": "7.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"silverstripe/gridfieldqueuedexport": "^3",
"symbiote/silverstripe-queuedjobs": "^5"
"silverstripe/gridfieldqueuedexport": "^4",
"symbiote/silverstripe-queuedjobs": "^6"
},
"suggest": {
"silverstripe/gridfieldqueuedexport": "Export large data sets from your GridField in the SilverStripe CMS interface through async jobs",
Expand All @@ -28,4 +28,4 @@
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}

0 comments on commit 2379da4

Please sign in to comment.