Skip to content

Commit 0c4efa1

Browse files
authored
Merge pull request #15 from ShawnCZek/update-dependencies
Update dependencies to support their latest versions
2 parents af4d9f8 + 24b183f commit 0c4efa1

File tree

2 files changed

+435
-269
lines changed

2 files changed

+435
-269
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
{
3838
"name": "ShawnCZek",
3939
"email": "[email protected]",
40-
"homepage": "https://truckersmp.com/",
40+
"homepage": "https://github.com/shawnczek",
4141
"role": "Maintainer"
4242
}
4343
],
@@ -50,9 +50,9 @@
5050
"guzzlehttp/psr7": "^1.6"
5151
},
5252
"require-dev": {
53-
"phpunit/phpunit": "^7.0",
54-
"squizlabs/php_codesniffer": "3.*",
55-
"php-http/guzzle6-adapter": "^1.0"
53+
"phpunit/phpunit": "^8.0 || ^9.0",
54+
"squizlabs/php_codesniffer": "^3.0",
55+
"php-http/guzzle6-adapter": "^1.0 || ^2.0"
5656
},
5757
"autoload": {
5858
"psr-4": {

0 commit comments

Comments
 (0)