Skip to content

Commit

Permalink
Merge pull request #15 from ShawnCZek/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies to support their latest versions
  • Loading branch information
bensherred authored Mar 5, 2020
2 parents af4d9f8 + 24b183f commit 0c4efa1
Show file tree
Hide file tree
Showing 2 changed files with 435 additions and 269 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{
"name": "ShawnCZek",
"email": "shawnczek@truckersmp.com",
"homepage": "https://truckersmp.com/",
"homepage": "https://github.com/shawnczek",
"role": "Maintainer"
}
],
Expand All @@ -50,9 +50,9 @@
"guzzlehttp/psr7": "^1.6"
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"squizlabs/php_codesniffer": "3.*",
"php-http/guzzle6-adapter": "^1.0"
"phpunit/phpunit": "^8.0 || ^9.0",
"squizlabs/php_codesniffer": "^3.0",
"php-http/guzzle6-adapter": "^1.0 || ^2.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 0c4efa1

Please sign in to comment.