php-http-enum icon indicating copy to clipboard operation
php-http-enum copied to clipboard

Composer package providing HTTP Methods, Status Codes and Reason Phrases for PHP

Results 2 php-http-enum issues
Sort by recently updated
recently updated
newest added

This PR updates the `README.md` to correctly reflect the internal behaviour of `Method::fromName()` which was improved to work with case insensitive request methods as per [PR#2](https://github.com/alexanderpas/php-http-enum/pull/2), discussed in [#3 ](https://github.com/alexanderpas/php-http-enum/issues/3).

# Overview I cloned the repository and went to run `composer install` for development, but dependencies couldn't be resolved to an installable set of packages: ``` Loading composer repositories with...