Skip to content

Commit

Permalink
MNT Update development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Jun 28, 2022
1 parent 9b24695 commit ef78531
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 @@ -7,10 +7,10 @@
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/recipe-plugin": "^1.2",
"silverstripe/assets": "1.x-dev",
"silverstripe/config": "1.x-dev",
"silverstripe/framework": "4.x-dev",
"silverstripe/mimevalidator": "2.x-dev"
"silverstripe/assets": "~1.11.0@stable",
"silverstripe/config": "~1.4.0@stable",
"silverstripe/framework": "~4.11.0@stable",
"silverstripe/mimevalidator": "~2.4.0@stable"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand All @@ -31,4 +31,4 @@
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}

0 comments on commit ef78531

Please sign in to comment.