Skip to content

Commit d107aea

Browse files
committed
Update description in composer.json
1 parent 8a31892 commit d107aea

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

composer.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
{
22
"name": "angelov/phpunit-php-vcr",
3-
"description": "",
3+
"description": "A library that allows you to easily use the PHP-VCR library in your PHPUnit tests.",
44
"license": "MIT",
5-
"scripts": {
6-
"test": "./vendor/bin/phpunit",
7-
"cs": "./vendor/bin/php-cs-fixer fix --verbose --diff --dry-run",
8-
"cs-fix": "./vendor/bin/php-cs-fixer fix --verbose --diff",
9-
"phpstan": "php -d memory_limit=-1 vendor/bin/phpstan analyse -c phpstan.neon --no-progress -vvv",
10-
"ec": "./vendor/bin/ec"
11-
},
125
"authors": [
136
{
147
"name": "Dejan Angelov",

0 commit comments

Comments
 (0)