Skip to content

Commit

Permalink
Remove "scripts" from composer.json in subpackages (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
stloyd authored Oct 13, 2023
1 parent e5b3d4b commit aa58423
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 424 deletions.
25 changes: 0 additions & 25 deletions src/adapter/etl-adapter-amphp/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,31 +37,6 @@
"Flow\\": "tests/Flow"
}
},
"scripts": {
"build": [
"@static:analyze",
"@test",
"@test:mutation"
],
"test": [
"tools/vendor/bin/phpunit"
],
"test:mutation": [
"tools/vendor/bin/infection -j2"
],
"static:analyze": [
"tools/vendor/bin/phpstan analyze -c phpstan.neon",
"tools/vendor/bin/php-cs-fixer fix --dry-run"
],
"cs:php:fix": "tools/vendor/bin/php-cs-fixer fix",
"tools:install": "composer install --working-dir=./tools",
"post-install-cmd": [
"@tools:install"
],
"post-update-cmd": [
"@tools:install"
]
},
"minimum-stability": "dev",
"prefer-stable": true
}
22 changes: 0 additions & 22 deletions src/adapter/etl-adapter-avro/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,6 @@
"Flow\\": "tests/Flow"
}
},
"scripts": {
"build": [
"@static:analyze",
"@test"
],
"test": [
"tools/vendor/bin/phpunit"
],
"static:analyze": [
"tools/vendor/bin/psalm --output-format=compact",
"tools/vendor/bin/phpstan analyze -c phpstan.neon",
"tools/vendor/bin/php-cs-fixer fix --dry-run"
],
"cs:php:fix": "tools/vendor/bin/php-cs-fixer fix",
"tools:install": "composer install --working-dir=./tools",
"post-install-cmd": [
"@tools:install"
],
"post-update-cmd": [
"@tools:install"
]
},
"minimum-stability": "dev",
"prefer-stable": true
}
22 changes: 0 additions & 22 deletions src/adapter/etl-adapter-chartjs/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,28 +31,6 @@
"Flow\\": "tests/Flow"
}
},
"scripts": {
"build": [
"@static:analyze",
"@test"
],
"test": [
"tools/vendor/bin/phpunit"
],
"static:analyze": [
"tools/vendor/bin/psalm --output-format=compact",
"tools/vendor/bin/phpstan analyze -c phpstan.neon",
"tools/vendor/bin/php-cs-fixer fix --dry-run"
],
"cs:php:fix": "tools/vendor/bin/php-cs-fixer fix",
"tools:install": "composer install --working-dir=./tools",
"post-install-cmd": [
"@tools:install"
],
"post-update-cmd": [
"@tools:install"
]
},
"minimum-stability": "dev",
"prefer-stable": true
}
22 changes: 0 additions & 22 deletions src/adapter/etl-adapter-csv/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,28 +31,6 @@
"Flow\\": "tests/Flow"
}
},
"scripts": {
"build": [
"@static:analyze",
"@test"
],
"test": [
"tools/vendor/bin/phpunit"
],
"static:analyze": [
"tools/vendor/bin/psalm --output-format=compact",
"tools/vendor/bin/phpstan analyze -c phpstan.neon",
"tools/vendor/bin/php-cs-fixer fix --dry-run"
],
"cs:php:fix": "tools/vendor/bin/php-cs-fixer fix",
"tools:install": "composer install --working-dir=./tools",
"post-install-cmd": [
"@tools:install"
],
"post-update-cmd": [
"@tools:install"
]
},
"minimum-stability": "dev",
"prefer-stable": true
}
26 changes: 0 additions & 26 deletions src/adapter/etl-adapter-doctrine/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,32 +33,6 @@
"optimize-autoloader": true,
"sort-packages": true
},
"scripts": {
"tools:install": "composer install --working-dir=./tools",
"cs:php:fix": "tools/vendor/bin/php-cs-fixer fix",
"build": [
"@static:analyze",
"@test",
"@test:mutation"
],
"static:analyze": [
"tools/vendor/bin/psalm",
"tools/vendor/bin/phpstan analyze -c phpstan.neon",
"tools/vendor/bin/php-cs-fixer fix --dry-run"
],
"test": [
"tools/vendor/bin/phpunit"
],
"test:mutation": [
"tools/vendor/bin/infection -j2"
],
"post-install-cmd": [
"@tools:install"
],
"post-update-cmd": [
"@tools:install"
]
},
"minimum-stability": "dev",
"prefer-stable": true
}
22 changes: 0 additions & 22 deletions src/adapter/etl-adapter-elasticsearch/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,28 +34,6 @@
"Flow\\": "tests/Flow"
}
},
"scripts": {
"build": [
"@static:analyze",
"@test"
],
"test": [
"tools/vendor/bin/phpunit"
],
"static:analyze": [
"tools/vendor/bin/psalm --output-format=compact",
"tools/vendor/bin/phpstan analyze -c phpstan.neon",
"tools/vendor/bin/php-cs-fixer fix --dry-run"
],
"cs:php:fix": "tools/vendor/bin/php-cs-fixer fix",
"tools:install": "composer install --working-dir=./tools",
"post-install-cmd": [
"@tools:install"
],
"post-update-cmd": [
"@tools:install"
]
},
"minimum-stability": "dev",
"prefer-stable": true
}
23 changes: 0 additions & 23 deletions src/adapter/etl-adapter-google-sheet/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,29 +33,6 @@
"Flow\\": "tests/Flow"
}
},
"scripts": {
"build": [
"@static:analyze",
"@test"
],
"test": [
"tools/vendor/bin/phpunit"
],
"static:analyze": [
"tools/vendor/bin/psalm --output-format=compact",
"tools/vendor/bin/phpstan analyze -c phpstan.neon",
"tools/vendor/bin/php-cs-fixer fix --dry-run"
],
"cs:php:fix": "tools/vendor/bin/php-cs-fixer fix",
"tools:install": "composer install --working-dir=./tools",
"pre-autoload-dump": "Google\\Task\\Composer::cleanup",
"post-install-cmd": [
"@tools:install"
],
"post-update-cmd": [
"@tools:install"
]
},
"extra": {
"google/apiclient-services": [
"Sheets"
Expand Down
26 changes: 0 additions & 26 deletions src/adapter/etl-adapter-http/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,32 +36,6 @@
"Flow\\": "tests/Flow"
}
},
"scripts": {
"build": [
"@static:analyze",
"@test",
"@test:mutation"
],
"test": [
"tools/vendor/bin/phpunit"
],
"test:mutation": [
"tools/vendor/bin/infection -j2"
],
"static:analyze": [
"tools/vendor/bin/psalm --output-format=compact",
"tools/vendor/bin/phpstan analyze -c phpstan.neon",
"tools/vendor/bin/php-cs-fixer fix --dry-run"
],
"cs:php:fix": "tools/vendor/bin/php-cs-fixer fix",
"tools:install": "composer install --working-dir=./tools",
"post-install-cmd": [
"@tools:install"
],
"post-update-cmd": [
"@tools:install"
]
},
"minimum-stability": "dev",
"prefer-stable": true
}
22 changes: 0 additions & 22 deletions src/adapter/etl-adapter-json/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,6 @@
"Flow\\": "tests/Flow"
}
},
"scripts": {
"build": [
"@static:analyze",
"@test"
],
"test": [
"tools/vendor/bin/phpunit"
],
"static:analyze": [
"tools/vendor/bin/psalm --output-format=compact",
"tools/vendor/bin/phpstan analyze -c phpstan.neon",
"tools/vendor/bin/php-cs-fixer fix --dry-run"
],
"cs:php:fix": "tools/vendor/bin/php-cs-fixer fix",
"tools:install": "composer install --working-dir=./tools",
"post-install-cmd": [
"@tools:install"
],
"post-update-cmd": [
"@tools:install"
]
},
"minimum-stability": "dev",
"prefer-stable": true
}
26 changes: 0 additions & 26 deletions src/adapter/etl-adapter-logger/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,32 +35,6 @@
"Flow\\": "tests/Flow"
}
},
"scripts": {
"build": [
"@static:analyze",
"@test",
"@test:mutation"
],
"test": [
"tools/vendor/bin/phpunit"
],
"test:mutation": [
"tools/vendor/bin/infection -j2"
],
"static:analyze": [
"tools/vendor/bin/psalm --output-format=compact",
"tools/vendor/bin/phpstan analyze -c phpstan.neon",
"tools/vendor/bin/php-cs-fixer fix --dry-run"
],
"cs:php:fix": "tools/vendor/bin/php-cs-fixer fix",
"tools:install": "composer install --working-dir=./tools",
"post-install-cmd": [
"@tools:install"
],
"post-update-cmd": [
"@tools:install"
]
},
"minimum-stability": "dev",
"prefer-stable": true
}
22 changes: 0 additions & 22 deletions src/adapter/etl-adapter-meilisearch/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,28 +34,6 @@
"Flow\\": "tests/Flow"
}
},
"scripts": {
"build": [
"@static:analyze",
"@test"
],
"test": [
"tools/vendor/bin/phpunit"
],
"static:analyze": [
"tools/vendor/bin/psalm --output-format=compact",
"tools/vendor/bin/phpstan analyze -c phpstan.neon",
"tools/vendor/bin/php-cs-fixer fix --dry-run"
],
"cs:php:fix": "tools/vendor/bin/php-cs-fixer fix",
"tools:install": "composer install --working-dir=./tools",
"post-install-cmd": [
"@tools:install"
],
"post-update-cmd": [
"@tools:install"
]
},
"minimum-stability": "dev",
"prefer-stable": true
}
22 changes: 0 additions & 22 deletions src/adapter/etl-adapter-parquet/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,6 @@
"Flow\\": "tests/Flow"
}
},
"scripts": {
"build": [
"@static:analyze",
"@test"
],
"test": [
"tools/vendor/bin/phpunit"
],
"static:analyze": [
"tools/vendor/bin/psalm --output-format=compact",
"tools/vendor/bin/phpstan analyze -c phpstan.neon",
"tools/vendor/bin/php-cs-fixer fix --dry-run"
],
"cs:php:fix": "tools/vendor/bin/php-cs-fixer fix",
"tools:install": "composer install --working-dir=./tools",
"post-install-cmd": [
"@tools:install"
],
"post-update-cmd": [
"@tools:install"
]
},
"minimum-stability": "dev",
"prefer-stable": true
}
25 changes: 0 additions & 25 deletions src/adapter/etl-adapter-reactphp/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,31 +37,6 @@
"Flow\\": "tests/Flow"
}
},
"scripts": {
"build": [
"@static:analyze",
"@test",
"@test:mutation"
],
"test": [
"tools/vendor/bin/phpunit"
],
"test:mutation": [
"tools/vendor/bin/infection -j2"
],
"static:analyze": [
"tools/vendor/bin/phpstan analyze -c phpstan.neon",
"tools/vendor/bin/php-cs-fixer fix --dry-run"
],
"cs:php:fix": "tools/vendor/bin/php-cs-fixer fix",
"tools:install": "composer install --working-dir=./tools",
"post-install-cmd": [
"@tools:install"
],
"post-update-cmd": [
"@tools:install"
]
},
"minimum-stability": "dev",
"prefer-stable": true
}
Loading

0 comments on commit aa58423

Please sign in to comment.