Skip to content

Commit

Permalink
Fix PHP version supported in README
Browse files Browse the repository at this point in the history
  • Loading branch information
debiasio committed Sep 18, 2018
1 parent b3dcb6d commit 22146cf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

# PHP development kit for Prismic

This kit supports PHP version >= 7.1.

## Getting started

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

The kit is compatible and tested with PHP 5.4 and above.
This kit supports PHP version >= 7.1.

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

0 comments on commit 22146cf

Please sign in to comment.