Skip to content

Commit

Permalink
Separate branches for Silverstripe 4 and 5
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheise committed Jul 29, 2024
1 parent 89d8f05 commit a0ac36c
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 @@ -4,7 +4,7 @@ An extension for SilverStripe for generating download codes to give frontend use

## Requirements

Requires Silverstripe 5.x, still works with Silverstripe 4 see respective branches `4` and `5`
Requires Silverstripe 5.x – for a version compatible with Silverstripe 4 see respective branch `4`


## Installation and setup
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
],
"require": {
"php": "^8.0",
"silverstripe/framework": "^4.0 || ^5.0",
"colymba/gridfield-bulk-editing-tools": "^3.0 || ^4.0"
"silverstripe/framework": "^5.0",
"colymba/gridfield-bulk-editing-tools": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit a0ac36c

Please sign in to comment.