We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a31892 commit d107aeaCopy full SHA for d107aea
composer.json
@@ -1,14 +1,7 @@
1
{
2
"name": "angelov/phpunit-php-vcr",
3
- "description": "",
+ "description": "A library that allows you to easily use the PHP-VCR library in your PHPUnit tests.",
4
"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
- },
12
"authors": [
13
14
"name": "Dejan Angelov",
0 commit comments