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 daed857 commit 11fa0b6Copy full SHA for 11fa0b6
.gitignore
@@ -2,3 +2,4 @@
2
vendor/
3
.phpunit.cache
4
.phpcs-cache
5
+composer.lock
composer.json
@@ -11,7 +11,7 @@
11
],
12
"require": {
13
"php": "^8.2",
14
- "php-vcr/php-vcr": "^1.0"
+ "php-vcr/php-vcr": "^1.1"
15
},
16
"require-dev": {
17
"phpunit/phpunit": "^10.0 || ^11.0 || ^12.0",
0 commit comments