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 ddcb6b8 commit 344ed13
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 @@ -13,11 +13,11 @@
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/vendor-plugin": "^1.0",
"dnadesign/silverstripe-elemental": "^4.7",
"silverstripe/elemental-fileblock": "^2@dev",
"silverstripe/cms": "^4.3",
"silverstripe/admin": "^1.7@dev",
"silverstripe/framework": "^4.10"
"dnadesign/silverstripe-elemental": "4.11.x-dev",
"silverstripe/elemental-fileblock": "2.5.x-dev",
"silverstripe/cms": "4.13.x-dev",
"silverstripe/admin": "1.13.x-dev",
"silverstripe/framework": "4.13.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand All @@ -34,4 +34,4 @@
"SilverStripe\\ElementalBannerBlock\\Tests\\": "tests/"
}
}
}
}

0 comments on commit 344ed13

Please sign in to comment.