Skip to content

Commit

Permalink
Merge pull request #1 from jobee/patch-1
Browse files Browse the repository at this point in the history
TASK: Relax PHP version constraints
  • Loading branch information
Benjamin-K authored May 18, 2022
2 parents 73ba4fb + 31e0a9b commit 99fd902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"neos/form": "^5.0",
"php": "~7.0"
"php": ">=7.0"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -104,4 +104,4 @@
"Neos.Flow-20190515215000"
]
}
}
}

0 comments on commit 99fd902

Please sign in to comment.