Skip to content

Commit

Permalink
Merge pull request #46 from stephenmcm/feat-depsupdate
Browse files Browse the repository at this point in the history
FIX(deps) Update heyday/silverstripe-versioneddataobjects to ~2.0
  • Loading branch information
wilr committed Aug 30, 2016
2 parents a0b792a + 7cb5144 commit 8ecc61a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions code/extensions/BaseElementExtension.php
@@ -1,4 +1,7 @@
<?php

use \Heyday\VersionedDataObjects\VersionedDataObject;

/**
* @package elemental
*/
Expand Down
2 changes: 2 additions & 0 deletions code/extensions/ElementPageExtension.php
@@ -1,5 +1,7 @@
<?php

use \Heyday\VersionedDataObjects\VersionedDataObjectDetailsForm;

/**
* @package elemental
*/
Expand Down
2 changes: 2 additions & 0 deletions code/models/ElementList.php
@@ -1,5 +1,7 @@
<?php

use \Heyday\VersionedDataObjects\VersionedDataObjectDetailsForm;

/**
* A list contains nested {@link BaseElement} such as a list of related files.
*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -14,7 +14,7 @@
"silverstripe/widgets": "~1.1",
"silverstripe-australia/gridfieldextensions": "~1.0",
"silverstripe-australia/addressable": "~1.0",
"heyday/silverstripe-versioneddataobjects": "~1.0",
"heyday/silverstripe-versioneddataobjects": "~2.0",
"undefinedoffset/sortablegridfield": "~0.5"
},
"require-dev": {
Expand Down

0 comments on commit 8ecc61a

Please sign in to comment.