Skip to content

Commit

Permalink
Updated recipe-cms version constraints (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
mak001 authored Aug 13, 2018
1 parent 142afd7 commit b376e00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"silverstripe/recipe-cms": "^1.0",
"silverstripe/recipe-cms": "^1.0 || ^4.0",
"silverstripe/vendor-plugin": "^1.0",
"muskie9/data-to-arraylist": "^2.0",
"dynamic/silverstripe-geocoder": "^1.0",
Expand Down
4 changes: 3 additions & 1 deletion tests/objects/LocationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ public function testFieldLabels()
'Import_ID' => 'Import_ID',
'Version' => 'Version',
'Versions' => 'Versions',
'Address2' => 'Address2'
'Address2' => 'Address2',
'LinkTracking' => 'Link Tracking',
'FileTracking' => 'File Tracking',
);
$this->assertEquals($expected, $labels);
}
Expand Down

0 comments on commit b376e00

Please sign in to comment.