Skip to content

Commit 3bbf535

Browse files
committed
update dependencies, require php ^8.3
1 parent 565fbb6 commit 3bbf535

File tree

2 files changed

+1442
-741
lines changed

2 files changed

+1442
-741
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
],
2020
"homepage": "https://github.com/aternosorg/php-modrinth-api",
2121
"require": {
22-
"php": "^8.1",
22+
"php": "^8.3",
2323
"ext-curl": "*",
2424
"ext-json": "*",
2525
"ext-mbstring": "*",
26-
"guzzlehttp/guzzle": "^7.3",
26+
"guzzlehttp/guzzle": "^7.10",
2727
"guzzlehttp/psr7": "^1.7 || ^2.0"
2828
},
2929
"require-dev": {
3030
"friendsofphp/php-cs-fixer": "^3.5",
31-
"phpunit/phpunit": "^10.2"
31+
"phpunit/phpunit": "^12.4"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)