Skip to content

Commit b5556eb

Browse files
committed
updaded
1 parent 0915d15 commit b5556eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ Thanks to [apigen](https://github.com/apigen/apigen), the api is available in th
169169

170170
* upcomming
171171
* replace "setArguments" with "parse" like [nette](https://github.com/nette/command-line/blob/master/src/CommandLine/Parser.php) is doing it
172+
* updated dependency handling by beeing less restrictive
172173
* [1.1.0](https://github.com/bazzline/php_component_cli_argument/tree/1.0.2) - released at 02.07.2015
173174
* added second argument to Arguments::__construct() and Arguments::setArguments called "removeFirstArgument"
174175
* [1.0.2](https://github.com/bazzline/php_component_cli_argument/tree/1.0.2) - released at 02.07.2015

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"php": ">=5.3.3"
99
},
1010
"require-dev": {
11-
"phpunit/phpunit": "4.7.6"
11+
"phpunit/phpunit": "4.7.*"
1212
},
1313
"license": "LGPLv3",
1414
"authors": [

0 commit comments

Comments
 (0)