IsraelOrtuno/pipedrive

Dynamic Property Deprecated for PHP v 8.2

poethrenoff opened this issue · 1 comments

With PHP Version 8.2.0 I get an error:

Deprecated: Creation of dynamic property Devio\Pipedrive\Http\Request::$builder is deprecated

on this line

https://github.com/IsraelOrtuno/pipedrive/blob/master/src/Http/Request.php#L33

Obviously, you need to declare property $builder in class Devio\Pipedrive\Http\Request.

Environment details

  • OS: Linux 5.4.0
  • PHP version: 8.2.0
  • Package name and version: devio/pipedrive v2.14.0

Thanks!

Thanks! Could you submit a PR?