Skip to content

Commit

Permalink
Merge pull request #1 from silverstripeltd/upgrade/CMS-5-upgrade
Browse files Browse the repository at this point in the history
CMS 5 Upgrade
  • Loading branch information
dizzystuff authored May 18, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 94b81e0 + 28e5386 commit 7221923
Showing 4 changed files with 4,178 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ Instead, it manipulates the `GridField` UI to allow developers to hide controls

## Requirements

SilverStripe 4.2+
SilverStripe 5+

## Installation

17 changes: 13 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -13,10 +13,13 @@
"homepage": "https://fromhold.io"
}],
"require": {
"php": ">=5.6",
"silverstripe/vendor-plugin": "^1.0",
"silverstripe/framework": "^4.2"
"php": "^8.1",
"silverstripe/vendor-plugin": "^2.0",
"silverstripe/framework": "^5"
},
"platform": {
"php": "8.1"
},
"autoload": {
"psr-4": {
"Fromholdio\\GridFieldLimiter\\": "src/"
@@ -28,5 +31,11 @@
]
},
"prefer-stable": true,
"minimum-stability": "dev"
"minimum-stability": "dev",
"config": {
"allow-plugins": {
"composer/installers": true,
"silverstripe/vendor-plugin": true
}
}
}
Loading

0 comments on commit 7221923

Please sign in to comment.