Skip to content

Commit

Permalink
FEATURE: Allow installation with neos/flow 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paxuclus committed Feb 3, 2021
1 parent b4c2c59 commit b3a4e17
Show file tree
Hide file tree
Showing 3 changed files with 3 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
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 b3a4e17

Please sign in to comment.