Skip to content

Commit

Permalink
Laravel 8 Compatability
Browse files Browse the repository at this point in the history
Old themsaid/forge-sdk required guzzlehttp/guzzle 6.0. Preventing use with Laravel 8.

The new version works with 6.3.1|^7.0. Allowing this package to be used with the new Laravel 8.
  • Loading branch information
ahosker authored Sep 12, 2020
1 parent cd0f622 commit c52c16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": "^7.4",
"spatie/laravel-dashboard": "^2.0",
"themsaid/forge-sdk": "^2.1"
"themsaid/forge-sdk": "^3.1"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
Expand Down

0 comments on commit c52c16e

Please sign in to comment.