Skip to content

Commit a981259

Browse files
committed
Update composer.json for Symfony 7 and PHPUnit 12 compatibility
1 parent aa7295b commit a981259

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"license": "MIT",
3232
"name": "php-tmdb/api",
3333
"require": {
34-
"php": "^8.1",
34+
"php": "^8.2",
3535
"ext-json": "*",
3636
"psr/cache": "^1 || ^2 || ^3",
3737
"psr/simple-cache": "^1 || ^2 || ^3",
@@ -43,7 +43,8 @@
4343
"psr/http-client-implementation": "^1",
4444
"psr/http-factory": "^1",
4545
"psr/http-factory-implementation": "^1",
46-
"psr/http-message": "^1"
46+
"psr/http-message": "^1",
47+
"phpunit/phpunit": "^12.0"
4748
},
4849
"require-dev": {
4950
"nyholm/psr7": "^1.2",
@@ -55,7 +56,6 @@
5556
"phpstan/phpstan": "^1.8.1",
5657
"phpstan/phpstan-deprecation-rules": "^1.1",
5758
"spaze/phpstan-disallowed-calls": "^2.11",
58-
"phpunit/phpunit": "^9.6.3",
5959
"php-http/guzzle7-adapter": "^1.0",
6060
"monolog/monolog": "^2.9.1 || ^3.0",
6161
"php-http/cache-plugin": "^1.7",

0 commit comments

Comments
 (0)