Skip to content

Commit fd5d92d

Browse files
authored
Merge pull request #2 from aternosorg/update-dependencies
Update dependencies
2 parents 806686a + 517c507 commit fd5d92d

File tree

4 files changed

+221
-117
lines changed

4 files changed

+221
-117
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2023-2024 Aternos GmbH
1+
Copyright (c) 2023-2025 Aternos GmbH
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"ext-curl": "*",
2222
"ext-json": "*",
2323
"ext-mbstring": "*",
24-
"guzzlehttp/guzzle": "^7.4.5",
24+
"guzzlehttp/guzzle": "^7.9",
2525
"guzzlehttp/psr7": "^2.0"
2626
},
2727
"require-dev": {
28-
"phpunit/phpunit": "^12.1"
28+
"phpunit/phpunit": "^12.4"
2929
},
3030
"autoload": {
3131
"psr-4": { "Aternos\\CurseForgeApi\\" : "src/" }

0 commit comments

Comments
 (0)