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.
2 parents 9b4db7c + 5b43d45 commit ee6df67Copy full SHA for ee6df67
README.md
@@ -9,9 +9,9 @@ signs and packages the pass as a `.pkpass` file according to Apple's documentati
9
10
## Requirements
11
12
-* PHP 5.6 or higher
13
-* PHP [ZIP Support](http://php.net/manual/en/book.zip.php) (may be installed by default)
14
-* Access to filesystem (script must be able to create temporary folders)
+* PHP 7.0 or higher (may also work with older versions)
+* PHP [ZIP extension](http://php.net/manual/en/book.zip.php) (often installed by default)
+* Access to filesystem to write temporary cache files
15
16
## Installation
17
0 commit comments