Skip to content

Commit

Permalink
TASK: Unify composer scripts (backported from 9.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Oct 10, 2024
1 parent b66cee7 commit 5446397
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"lint:phpstan": "../../bin/phpstan analyse",
"lint": [
"@lint:phpstan"
]
],
"test:behat-cli": "../../bin/behat -f progress --strict --no-interaction",
"build:composer-json": "php ../../Build/BuildEssentials/ComposerManifestMerger.php"
},
"replace": {
},
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
"lint:phpstan": "../../bin/phpstan analyse",
"lint": [
"@lint:phpstan"
]
],
"test:behat-cli": "../../bin/behat -f progress --strict --no-interaction",
"build:composer-json": "php ../../Build/BuildEssentials/ComposerManifestMerger.php"
},
"replace": {
"typo3/typo3cr": "self.version",
Expand Down

0 comments on commit 5446397

Please sign in to comment.