Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankraemer authored Mar 16, 2024
1 parent d05ba42 commit 163a448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ composer require phauthentic/authentication

Your application **must** use the [PSR 7 HTTP Message interfaces](https://github.com/php-fig/http-message) for your request and response objects. The whole library is build to be framework agnostic but uses these interfaces as the common API. Every modern and well written framework and application should fulfill this requirement.

* php >= 7.4
* php >= 8.0
* [psr/http-message](https://github.com/php-fig/http-message)

Only if you plan to use the PSR-15 middleware:
Expand Down

0 comments on commit 163a448

Please sign in to comment.