Skip to content

Commit d3a5b79

Browse files
committed
bump required php-vcr version
1 parent daed857 commit d3a5b79

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
vendor/
33
.phpunit.cache
44
.phpcs-cache
5+
composer.lock

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": "^8.2",
14-
"php-vcr/php-vcr": "^1.0"
14+
"php-vcr/php-vcr": "^1.2"
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": "^10.0 || ^11.0 || ^12.0",

0 commit comments

Comments
 (0)