Skip to content

Commit

Permalink
Fixed monorepo composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Aug 9, 2024
1 parent 80de1a6 commit f2517aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
"ext-hash": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-writer": "*",
"ext-xml": "*",
"ext-xmlreader": "*",
"ext-xmlwriter": "*",
"ext-xml": "*",
"ext-zlib": "*",
"composer-runtime-api": "^2.1",
"coduo/php-humanizer": "^5.0",
Expand Down
8 changes: 2 additions & 6 deletions src/core/etl/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,17 @@
"flow-php/rdsl": "^0.8 || 1.x-dev",
"flow-php/filesystem": "^0.8 || 1.x-dev",
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
"webmozart/glob": "^3.0 || ^4.0"
"webmozart/glob": "^3.0 || ^4.0",
"jawira/case-converter": "^3.4"
},
"require-dev": {
"jawira/case-converter": "^3.4",
"ramsey/uuid": "^4.5",
"symfony/uid": "^6.3 || ^7.0"
},
"config": {
"optimize-autoloader": true,
"sort-packages": true
},
"suggest": {
"jawira/case-converter": "Provides CaseConverter that is required by the EntryNameCaseConverterTransformer",
"ramsey/uuid": "Provides scalar function `uuid_v4` and `uuid_v7` that allow generate uuid entry"
},
"license": "MIT",
"autoload": {
"files": [
Expand Down

0 comments on commit f2517aa

Please sign in to comment.