File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1818 }
1919 ],
2020 "require" : {
21- "dnadesign/silverstripe-elemental" : " ^4.0"
21+ "dnadesign/silverstripe-elemental" : " ^5.0" ,
22+ "silverstripe/framework" : " ^5"
2223 },
2324 "require-dev" : {
24- "silverstripe/recipe-testing" : " ^2 "
25+ "silverstripe/recipe-testing" : " ^3 "
2526 },
2627 "minimum-stability" : " dev" ,
2728 "prefer-stable" : true ,
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit bootstrap =" vendor/silverstripe/cms /tests/bootstrap.php" colors =" true" >
2+ <phpunit bootstrap =" vendor/silverstripe/framework /tests/bootstrap.php" colors =" true" >
33 <testsuites >
4- <testsuite name =" elemental-stat-counters " >
5- <directory >tests/ </directory >
4+ <testsuite name =" Default " >
5+ <directory >tests</directory >
66 </testsuite >
77 </testsuites >
88 <filter >
You can’t perform that action at this time.
0 commit comments