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 Nov 10, 2022
1 parent 8b2ff86 commit eddc56e
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 @@ -6,11 +6,11 @@
"license": "BSD-3-Clause",
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/framework": "^4.10",
"silverstripe/framework": "~4.12.0@beta",
"silverstripe/recipe-plugin": "^1",
"cwp/cwp-search": "1.x-dev",
"silverstripe/fulltextsearch": "3.x-dev",
"symbiote/silverstripe-queuedjobs": "^4.9"
"cwp/cwp-search": "~1.7.0@stable",
"silverstripe/fulltextsearch": "~3.11.1@stable",
"symbiote/silverstripe-queuedjobs": "~4.11.0@beta"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand All @@ -30,4 +30,4 @@
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}

0 comments on commit eddc56e

Please sign in to comment.