Skip to content

Commit 24b0ffd

Browse files
Merge pull request #2 from fteuber/requirements-fix
FIX: adjusted requirements for PHP and Neos
2 parents bb68a68 + eb5671e commit 24b0ffd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Documentation/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
You can easily add this package via composer. Check the requirements and run the command below.
44

55
**Requirements:**
6-
- PHP <= 7.1
7-
- Neos <= 4.0
6+
- PHP >= 7.1
7+
- Neos >= 4.0
88

99
Composer command:
1010

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ This Neos CMS plugin is for creating backups on different filesystems.
2222
- Free and open source
2323

2424
## Requirements
25-
- PHP <= 7.1
26-
- Neos <= 4.0
25+
- PHP >= 7.1
26+
- Neos >= 4.0
2727

2828
## Installation
2929

0 commit comments

Comments
 (0)