Skip to content

Commit 22146cf

Browse files
committed
Fix PHP version supported in README
1 parent b3dcb6d commit 22146cf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
# PHP development kit for Prismic
44

5-
This kit supports PHP version >= 7.1.
6-
75
## Getting started
86

97
### Install the kit for your project
@@ -35,7 +33,7 @@ $api = Api::get('https://your-repo-name.prismic.io/api/v2');
3533
$doc = $api->getByUID('get-started');
3634
```
3735

38-
The kit is compatible and tested with PHP 5.4 and above.
36+
This kit supports PHP version >= 7.1.
3937

4038
Because of a dependency on the event dispatcher, this library is compatible with Symfony version 2.8 and higher.
4139
For Symfony 2.7 projects, use version 2.0.3.

0 commit comments

Comments
 (0)