Skip to content

Commit d8cbe67

Browse files
committed
Revert composer commands
1 parent 7b6f8a8 commit d8cbe67

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

composer.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,6 @@
4444
"minimum-stability": "dev",
4545
"prefer-stable": true,
4646
"scripts": {
47-
"create-docs": "phpDocumentor --directory=src --target=docs --template='vendor/saggre/phpdocumentor-markdown/themes/markdown'",
48-
"phpcs": "vendor/bin/phpcs ./ -s -v",
49-
"phpcbf": "vendor/bin/phpcbf ./ -s -v",
50-
"phpcs-tests": "vendor/bin/phpcs ./tests --standard=phpcs.tests.xml -s -v",
51-
"phpcbf-tests": "vendor/bin/phpcbf ./tests --standard=phpcs.tests.xml -s -v",
52-
"phpstan": "vendor/bin/phpstan analyse --memory-limit=1250M",
53-
"php-coding-standards": "vendor/bin/phpcs ./ -s -v",
54-
"fix-php-coding-standards": "vendor/bin/phpcbf ./ -s -v",
55-
"php-coding-standards-on-tests": "vendor/bin/phpcs ./tests --standard=phpcs.tests.xml -s -v",
56-
"fix-php-coding-standards-on-tests": "vendor/bin/phpcbf ./tests --standard=phpcs.tests.xml -s -v",
57-
"php-static-analysis": "vendor/bin/phpstan analyse --memory-limit=1250M",
58-
"test": "vendor/bin/phpunit"
47+
"create-docs": "phpDocumentor --directory=src --target=docs --template='vendor/saggre/phpdocumentor-markdown/themes/markdown'"
5948
}
6049
}

0 commit comments

Comments
 (0)