Skip to content

Commit

Permalink
Merge pull request #19 from MelissaWu-SS/pulls/silverstripe-5
Browse files Browse the repository at this point in the history
Add support to Silverstripe 5
  • Loading branch information
chrispenny authored Feb 26, 2023
2 parents 9cb0eda + 4cea69b commit 8c7326c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ This lets you add field that is a combination of a dropdown and a text field

## Requirements

* SilverStripe ^4.0
* PHP ^7.4 || ^8.0
* SilverStripe ^4.0 || ^5

## Installation
```
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"license": "BSD-3-Clause",
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/framework": "^4.0",
"silverstripe/admin": "^1.0"
"silverstripe/framework": "^4.0 || ^5.0",
"silverstripe/admin": "^1.0 || ^2.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit 8c7326c

Please sign in to comment.