Skip to content

Commit bf3683a

Browse files
committed
Try to unstick #24 by simply updating the lock...
But I fear it might require a full update of the PHPUnit stack, which will tug at all sorts of unpleasant PHP5 issues
1 parent 410b955 commit bf3683a

File tree

2 files changed

+234
-117
lines changed

2 files changed

+234
-117
lines changed

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ Install ``docopt.php`` using `Composer <http://getcomposer.org>`_::
105105
Alternatively, you can just drop ``docopt.php`` file into your project--it is
106106
self-contained. `Get source on github <http://github.com/docopt/docopt.php>`_.
107107

108-
``docopt.php`` is tested with PHP 5.4 and PHP 5.3.
108+
``docopt.php`` is tested with PHP 7; it should still work with PHP 5.3+ but this support
109+
will become increasingly fragile and will at some point cease to be supported at all. You
110+
should update to 7 as soon as you can.
109111

110112

111113
Testing

0 commit comments

Comments
 (0)