Skip to content

Commit

Permalink
fix: move ext-curl requirement to a suggestion
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Weier O'Phinney <[email protected]>
  • Loading branch information
weierophinney committed Feb 17, 2021
1 parent bc81734 commit 556ba12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
},
"require": {
"php": "^5.6 || ^7.0",
"ext-curl": "*",
"ext-dom": "*",
"ext-soap": "*",
"laminas/laminas-server": "^2.6.1",
Expand All @@ -35,6 +34,7 @@
"phpunit/phpunit": "^5.7.21 || ^6.3"
},
"suggest": {
"ext-curl": "Curl is required when .NET compatibility is required",
"laminas/laminas-http": "Laminas\\Http component"
},
"autoload": {
Expand Down

0 comments on commit 556ba12

Please sign in to comment.