You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-16Lines changed: 19 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ by [Freshheads](https://www.freshheads.com) and will be maintained in sync with
14
14
Requirements
15
15
------------
16
16
17
-
FHPostcodeAPIClient works with PHP 5.5.0 or up. This library depends on the [HTTPPlug](http://httplug.io/), see http://docs.php-http.org/en/latest/httplug/introduction.html.
17
+
FHPostcodeAPIClient works with PHP 7.1 and up. This library depends on the [HTTPPlug](http://httplug.io/), see http://docs.php-http.org/en/latest/httplug/introduction.html.
18
18
19
19
Installation
20
20
------------
@@ -72,22 +72,25 @@ We recommend to use [Guzzle](https://github.com/guzzle/guzzle), to be able to us
72
72
composer require php-http/guzzle6-adapter
73
73
```
74
74
75
-
And add the following service definitions:
75
+
And add the following service definitions (usable in Symfony ^3.4):
0 commit comments