We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3dcb6d commit 22146cfCopy full SHA for 22146cf
README.md
@@ -2,8 +2,6 @@
2
3
# PHP development kit for Prismic
4
5
-This kit supports PHP version >= 7.1.
6
-
7
## Getting started
8
9
### Install the kit for your project
@@ -35,7 +33,7 @@ $api = Api::get('https://your-repo-name.prismic.io/api/v2');
35
33
$doc = $api->getByUID('get-started');
36
34
```
37
38
-The kit is compatible and tested with PHP 5.4 and above.
+This kit supports PHP version >= 7.1.
39
40
Because of a dependency on the event dispatcher, this library is compatible with Symfony version 2.8 and higher.
41
For Symfony 2.7 projects, use version 2.0.3.
0 commit comments