Skip to content

Commit

Permalink
Merge pull request #11 from netlogix/feature/flow-5
Browse files Browse the repository at this point in the history
FEATURE: Allow installation with Flow 5.3
  • Loading branch information
saschanowak authored Feb 3, 2021
2 parents b4c2c59 + 4fb6c60 commit 4789273
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/functionaltests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
php-version: [ 7.2, 7.3, 7.4 ]
flow-version: [ 6.3, 7.0 ]
flow-version: [ 5.3, 6.3, 7.0 ]
exclude:
# Disable Flow 7.0 on PHP 7.2, as 7.3 is required
- php-version: 7.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
php-version: [ 7.2, 7.3, 7.4 ]
flow-version: [ 6.3, 7.0 ]
flow-version: [ 5.3, 6.3, 7.0 ]
exclude:
# Disable Flow 7.0 on PHP 7.2, as 7.3 is required
- php-version: 7.2
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ configure and extend this package to fit your needs.

Currently the following Flow versions are supported:

* `^5.3`
* `^6.3`
* `^7.0`

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"require": {
"php": "^7.2",
"neos/flow": "^6.3 || ^7.0",
"neos/flow": "^5.3 || ^6.3 || ^7.0",
"sentry/sdk": "^3.1"
},
"autoload": {
Expand Down

0 comments on commit 4789273

Please sign in to comment.