Skip to content

Commit 0720e1c

Browse files
committed
1.0.0
1 parent 21f0c04 commit 0720e1c

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ before_install:
66

77
php:
88
- "hhvm"
9+
- "nightly"
910
- "5.6"
1011
- "5.5"
1112
- "5.4"

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ As a result, unless a bug is present only in the PHP version, pull requests
1313
are unlikely to be accepted unless they are themselves direct transliterations
1414
of bugfixes in the Python version.
1515

16-
**This port has been marked version 1.0.0 RC1**. It is based on the Python version at
17-
commit `1937a1c9041e0f580d2890d38bb71c0a0623847f
18-
<https://github.com/docopt/docopt/commit/d5b96f878abbda51b62f1e28010d2b42b19a27dc>`_
16+
**This port has been marked version 1.0.0**. It is based on the Python version at
17+
commit `3e0b80a32c8478c076171e0cffcf754141a9950d
18+
<https://github.com/docopt/docopt/commit/3e0b80a32c8478c076171e0cffcf754141a9950d>`_
1919
(labelled **0.6.1**).
2020

2121
It has been quite stable for a long time and has barely been changed. The Python version
@@ -99,7 +99,7 @@ Create a ``composer.json`` file for your project
9999
100100
{
101101
"require": {
102-
"docopt/docopt": "1.0.0-rc1"
102+
"docopt/docopt": "1.0.0"
103103
}
104104
}
105105

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "docopt/docopt",
33
"type": "library",
44
"description": "Port of Python's docopt for PHP 5.3",
5-
"version": "1.0.0-rc1",
5+
"version": "1.0.0",
66
"keywords": ["cli","docs"],
77
"homepage": "http://github.com/docopt/docopt.php",
88
"license": "MIT",

py

Submodule py updated 1 file

0 commit comments

Comments
 (0)