Skip to content

Commit

Permalink
MNT Fix dependencies (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Mar 28, 2023
1 parent 933a37d commit 979b4fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"require": {
"php": "^7.4 || ^8.0",
"composer/composer": "^2",
"silverstripe/framework": "4.13.x-dev",
"bringyourownideas/silverstripe-maintenance": "2.7.x-dev"
"silverstripe/framework": "^4.10",
"bringyourownideas/silverstripe-maintenance": "^2"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand All @@ -57,4 +57,4 @@
"issues": "https://github.com/bringyourownideas/silverstripe-composer-update-checker/issues"
},
"homepage": "https://github.com/bringyourownideas/silverstripe-composer-update-checker"
}
}

0 comments on commit 979b4fb

Please sign in to comment.