Skip to content

Commit

Permalink
remove: remove monorepo builder (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonyPradana authored Sep 4, 2024
1 parent 1074f8c commit 0679bbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 28 deletions.
8 changes: 2 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"mockery/mockery": "^1.6",
"friendsofphp/php-cs-fixer": "^3.64",
"phpstan/phpstan": "^1.12",
"symplify/monorepo-builder": "^11.2",
"rector/rector": "^1.2"
},
"autoload": {
Expand Down Expand Up @@ -76,20 +75,17 @@
"test:lint": "php-cs-fixer fix -v --dry-run --diff",
"test:types": "phpstan analyse --ansi --memory-limit=-1 --debug",
"test:unit": "phpunit --testdox --exclude-group database",
"test:release": "monorepo-builder validate --ansi -v",
"test:dev": [
"@test:refacto",
"@test:lint",
"@test:types",
"@test:unit",
"@test:release"
"@test:unit"
],
"test": [
"rector --dry-run",
"php-cs-fixer fix -v --dry-run",
"phpstan analyse --ansi --memory-limit=-1",
"phpunit --exclude-group database",
"monorepo-builder validate --ansi -vvv"
"phpunit --exclude-group database"
]
},
"minimum-stability": "dev",
Expand Down
22 changes: 0 additions & 22 deletions monorepo-builder.php

This file was deleted.

0 comments on commit 0679bbb

Please sign in to comment.