File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ matrix:
2525 env : DB=PGSQL
2626 - php : 7.0
2727 env : COVERAGE=1
28- - php : 5.6
2928 allow_failures :
3029 - php : 7.0
3130 env : DB=SQLITE
Original file line number Diff line number Diff line change 1818 "composer/installers" : " *" ,
1919 "silverstripe/framework" : " ^4.0" ,
2020 "silverstripe/cms" : " ^4.0" ,
21- "symbiote/silverstripe-gridfieldextensions" : " 3.0.x-dev" ,
22- "symbiote/silverstripe-multivaluefield" : " 4.x-dev" ,
23- "unclecheese/betterbuttons" : " 2.x-dev"
21+ "symbiote/silverstripe-gridfieldextensions" : " ^3.0" ,
22+ "symbiote/silverstripe-multivaluefield" : " ^4.0"
23+ },
24+ "require-dev" : {
25+ "phpunit/PHPUnit" : " ^5.7"
2426 },
2527 "suggest" : {
2628 "unisolutions/silverstripe-copybutton" : " Duplicate Blocks in Block Admin" ,
3638 },
3739 "autoload" : {
3840 "psr-4" : {
39- "SheaDawson\\ Blocks\\ " : " src/"
41+ "SheaDawson\\ Blocks\\ " : " src/" ,
42+ "SheaDawson\\ Blocks\\ Test\\ " : " tests/"
4043 }
4144 }
4245}
You can’t perform that action at this time.
0 commit comments