php-http / message

HTTP Message related tools
http://php-http.org
MIT License
1.3k stars 42 forks source link

Test on PHP 8.1 #143

Closed GrahamCampbell closed 3 years ago

GrahamCampbell commented 3 years ago
Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Related tickets -
Documentation -
License MIT

What's in this PR?

Tests on PHP 8.1.

Why?

So that developers can use this package with confidence on PHP 8.1.

Example Usage

// If you added new features, show examples of how to use them here
// (remove this section if not a new feature)

$foo = new Foo();

// Now we can do
$foo->doSomething();

Checklist

To Do

GrahamCampbell commented 3 years ago

PHPStan failures are not related.

dbu commented 3 years ago

thanks a lot!