Skip to content

Commit

Permalink
UPDATE: Remove php from requirements
Browse files Browse the repository at this point in the history
neos/form already has php as requirement, so we will remove it here
  • Loading branch information
Benjamin-K committed Jan 5, 2022
1 parent 8a728df commit c955942
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"description": "Form Element for the Flow Form Framework integrating Google's Recaptcha",
"require": {
"google/recaptcha": "^1.2",
"neos/form": "^4.0 || ^5.0.9",
"php": "~7.0"
"neos/form": "^4.0 || ^5.0.9"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c955942

Please sign in to comment.