Skip to content

Commit 8717d11

Browse files
authored
Merge pull request #16 from aternosorg/update-dependencies
Update dependencies and require php ^8.3
2 parents d610158 + 94ac841 commit 8717d11

File tree

3 files changed

+1443
-742
lines changed

3 files changed

+1443
-742
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
php-version: [ '8.1', '8.2', '8.3', '8.4' ]
16+
php-version: [ '8.3', '8.4' ]
1717

1818
name: Run tests on PHP v${{ matrix.php-version }}
1919

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)