Skip to content

Commit 6a68a5e

Browse files
authored
Merge pull request #1151 from abraham/deps
Update deps
2 parents e7f3e0f + f0bcd8b commit 6a68a5e

File tree

2 files changed

+202
-271
lines changed

2 files changed

+202
-271
lines changed

composer.json

+3-7
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
"issues": "https://github.com/abraham/twitteroauth/issues"
2727
},
2828
"repositories": [
29-
{
30-
"type": "git",
31-
"url": "https://github.com/morozov/php-vcr"
32-
},
3329
{
3430
"type": "git",
3531
"url": "https://github.com/abraham/phpunit-testlistener-vcr"
@@ -41,12 +37,12 @@
4137
"composer/ca-bundle": "^1.2"
4238
},
4339
"require-dev": {
44-
"phpunit/phpunit": "^8 || ^9",
40+
"phpunit/phpunit": "^9",
4541
"squizlabs/php_codesniffer": "^3",
4642
"phpmd/phpmd": "^2",
4743
"php-vcr/php-vcr": "^1",
48-
"php-vcr/phpunit-testlistener-vcr": "dev-php-8",
49-
"rector/rector": "^0.12.19 || ^0.13.0 || ^0.14.0"
44+
"php-vcr/phpunit-testlistener-vcr": "dev-php8",
45+
"rector/rector": "^0.14.0"
5046
},
5147
"autoload": {
5248
"psr-4": {

0 commit comments

Comments
 (0)