Skip to content

Commit

Permalink
Removed dependency from SimpleXML php extension
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Aug 4, 2024
1 parent a4b590b commit b8a928f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 140 deletions.
4 changes: 0 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"ext-hash": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-simplexml": "*",
"ext-xmlreader": "*",
"ext-zlib": "*",
"composer-runtime-api": "^2.1",
Expand Down Expand Up @@ -274,9 +273,6 @@
]
},
"extra": {
"aws/aws-sdk-php": [
"S3"
],
"google/apiclient-services": [
"Sheets"
]
Expand Down
1 change: 0 additions & 1 deletion src/adapter/etl-adapter-xml/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-dom": "*",
"ext-xmlreader": "*",
"ext-simplexml": "*",
"flow-php/etl": "^0.8 || 1.x-dev"
},
"config": {
Expand Down

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions src/core/etl/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,5 @@
"Flow\\": "tests/Flow"
}
},
"extra": {
"aws/aws-sdk-php": [
"S3"
]
},
"prefer-stable": true
}

0 comments on commit b8a928f

Please sign in to comment.