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 aa7295b commit a981259Copy full SHA for a981259
1 file changed
composer.json
@@ -31,7 +31,7 @@
31
"license": "MIT",
32
"name": "php-tmdb/api",
33
"require": {
34
- "php": "^8.1",
+ "php": "^8.2",
35
"ext-json": "*",
36
"psr/cache": "^1 || ^2 || ^3",
37
"psr/simple-cache": "^1 || ^2 || ^3",
@@ -43,7 +43,8 @@
43
"psr/http-client-implementation": "^1",
44
"psr/http-factory": "^1",
45
"psr/http-factory-implementation": "^1",
46
- "psr/http-message": "^1"
+ "psr/http-message": "^1",
47
+ "phpunit/phpunit": "^12.0"
48
},
49
"require-dev": {
50
"nyholm/psr7": "^1.2",
@@ -55,7 +56,6 @@
55
56
"phpstan/phpstan": "^1.8.1",
57
"phpstan/phpstan-deprecation-rules": "^1.1",
58
"spaze/phpstan-disallowed-calls": "^2.11",
- "phpunit/phpunit": "^9.6.3",
59
"php-http/guzzle7-adapter": "^1.0",
60
"monolog/monolog": "^2.9.1 || ^3.0",
61
"php-http/cache-plugin": "^1.7",
0 commit comments