Skip to content

Commit

Permalink
Add support for silverstripe 5
Browse files Browse the repository at this point in the history
  • Loading branch information
satrun77 committed Feb 13, 2023
1 parent fa92f35 commit 703ed40
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 8,285 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -6,3 +6,6 @@ _notes/
/vendor
/assets
/resources
.phpunit.cache/
composer.lock
public/
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -10,9 +10,7 @@ HasOneSelector is a module that provides CMS field to manage data object defined

## Requirements

* SilverStripe CMS ^4.1

For a SilverStripe 3.x compatible version, please see the [3.x branch, or 1.x releases](https://github.com/satrun77/silverstripe-hasoneselector/tree/3.x).
* SilverStripe CMS ^5.0

## Installation via Composer
composer require moo/hasoneselector
Expand Down
10 changes: 4 additions & 6 deletions composer.json
Expand Up @@ -21,14 +21,12 @@
}
],
"require": {
"php": ">=7.4",
"silverstripe/framework": "^4.1"
"php": ">=8.1",
"silverstripe/framework": "^5"
},
"require-dev": {
"silverstripe/recipe-testing": "^2",
"friendsofphp/php-cs-fixer": "^3.2",
"phpstan/phpstan": "~0.12.80",
"symbiote/silverstripe-phpstan": "dev-php8-support"
"silverstripe/recipe-testing": "^3",
"friendsofphp/php-cs-fixer": "^3.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 703ed40

Please sign in to comment.