Skip to content
Snippets Groups Projects
Commit c80d163d authored by jurgenhaas's avatar jurgenhaas
Browse files
composer/plugin/drupal-development-environment#6 Remove phpstan and rector scripts, they get included with composer plugins
parent a18dd391
No related branches found
No related tags found
1 merge request!19Merging develop into main
#!/bin/bash
export $(cat .env | xargs)
docker run --rm -v $(php /usr/local/bin/volume.php /app) ghcr.io/phpstan/phpstan "$@"
EC=$?
exit $EC
#!/bin/bash
docker compose exec ${LAKEDROPS_DEV_DC_OPTIONS} php /var/www/html/vendor/bin/rector "$@"
EC=$?
exit $EC
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment