Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ Hi
[![Latest Stable Version](https://poser.pugx.org/ondrs/hi/v/stable)](https://packagist.org/packages/ondrs/hi)

Czech names and surnames greeting generator API PHP wrapper.
Service is available at the url http://hi.ondraplsek.cz
Service is available at the url https://hi.ondraplsek.cz



Instalation
Installation
-----

composer.json

"ondrs/hi": "1.0.1"
"ondrs/hi": "1.0.2"

Usage
-----
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"ext-curl": "*",
"ext-json": "*",
"nette/caching": "^3.0",
"nette/utils": "^3.0"
"nette/utils": "^4.0"
},
"require-dev": {
"nette/tester": "^2.4",
Expand Down