Skip to content

Commit

Permalink
MNT Update development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Mar 9, 2023
1 parent 0f8aefb commit 6edab24
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"type": "silverstripe-vendormodule",
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/cms": "^4.0",
"silverstripe/cms": "4.13.x-dev",
"silverstripe/lumberjack": "^2.0",
"silverstripe/tagfield": "^2.0",
"silverstripe/assets": "^1.0",
"silverstripe/asset-admin": "^1.0"
"silverstripe/tagfield": "2.11.x-dev",
"silverstripe/assets": "1.13.x-dev",
"silverstripe/asset-admin": "1.13.x-dev"
},
"require-dev": {
"silverstripe/recipe-testing": "^2",
Expand Down Expand Up @@ -55,4 +55,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 6edab24

Please sign in to comment.