Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 4ef7be0

Browse files
committed
Add helping script for developing project
1 parent ab71363 commit 4ef7be0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"scripts": {
2929
"phpcs": "./vendor/bin/phpcs --standard=PSR12 src",
3030
"phpcs:fix": "./vendor/bin/phpcbf --standard=PSR12 src",
31-
"phpstan": "./vendor/bin/phpstan analyse src -c phpstan.neon"
31+
"phpstan": "./vendor/bin/phpstan analyse src -c phpstan.neon",
32+
"docker:shell": "docker run --rm --interactive --tty --volume $PWD:/app composer /bin/sh"
3233
}
3334
}

0 commit comments

Comments
 (0)