Skip to content

Commit

Permalink
Fixed etl core dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Jul 3, 2024
1 parent 98a5424 commit 20b8f61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/bridge/filesystem/azure/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
],
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"flow-php/filesystem": "^0.7 || 1.x-dev",
"flow-php/azure-sdk": "^0.7 || 1.x-dev"
"flow-php/filesystem": "1.x-dev",
"flow-php/azure-sdk": "1.x-dev"
},
"config": {
"optimize-autoloader": true,
Expand Down
2 changes: 1 addition & 1 deletion src/core/etl/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ext-mbstring": "*",
"flow-php/array-dot": "^0.7 || 1.x-dev",
"flow-php/rdsl": "^0.7 || 1.x-dev",
"flow-php/filesystem": "^0.7 || 1.x-dev",
"flow-php/filesystem": "1.x-dev",
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
"webmozart/glob": "^3.0 || ^4.0"
},
Expand Down

0 comments on commit 20b8f61

Please sign in to comment.