Skip to content

Commit

Permalink
Merge pull request #11 from pixelpoems/master
Browse files Browse the repository at this point in the history
CMS 5 Compatibility
  • Loading branch information
ivoba authored Oct 11, 2024
2 parents f9629a0 + 7ba3130 commit 429b3a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Via Composer
```

## Requirements
- SilverStripe 4
- SilverStripe 4 or 5
- you will need the Imagick extension.

For SilverStripe 3 use v1.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"require": {
"php": "^7.4 || ^8.0",
"ext-imagick": "*",
"silverstripe/framework": "^4",
"silverstripe/asset-admin": "^1.4"
"silverstripe/framework": "^4||^5",
"silverstripe/asset-admin": "^1.4||^2"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand Down

0 comments on commit 429b3a1

Please sign in to comment.