Skip to content

Commit 09947ed

Browse files
committed
[TASK] Require ext-curl in composer manifest
The curl PHP extension is used and thus this change marks it as required in the composer manifest.
1 parent f19487f commit 09947ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"type": "typo3-flow-package",
44
"description": "This package provides wrapper functionality for the elasticsearch engine.",
55
"require": {
6+
"ext-curl": "*",
67
"typo3/flow": "*"
78
},
89
"autoload": {

0 commit comments

Comments
 (0)