Skip to content

Commit

Permalink
upgrade to ss4 compatible (#2)
Browse files Browse the repository at this point in the history
* upgrade to ss4 compatible

* Fix wrong http class

* FIX SS4 upgrade fixes

* FIX removed .DS_STORE
  • Loading branch information
ishannz authored and micmania1 committed Jun 4, 2019
1 parent b1551cf commit ffb039f
Show file tree
Hide file tree
Showing 10 changed files with 2,225 additions and 279 deletions.
28 changes: 0 additions & 28 deletions code/GridFieldOrderableRows.php

This file was deleted.

19 changes: 13 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@
{
"name": "silverstripe/superglue",
"type": "silverstripe-module",
"type": "silverstripe-vendormodule",
"require": {
"silverstripe/framework": "^3.2",
"silverstripe/cms": "^3.2",
"silverstripe-australia/gridfieldextensions": "^1.0"
"silverstripe/cms": "^4.0",
"silverstripe/framework": "^4.0",
"silverstripe-australia/gridfieldextensions": "^3.0"
},
"autoload": {
"psr-4": {
"SilverStripe\\SuperGlue\\": "code"
"SilverStripe\\SuperGlue\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"SilverStripe\\SuperGlue\\Test\\": "tests"
}
}
},
"extra": {
"expose": [
"javascript"
]
},
"minimum-stability": "dev",
"prefer-stable": true
}
Loading

0 comments on commit ffb039f

Please sign in to comment.