This repository was archived by the owner on Jan 31, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +23
-19
lines changed Expand file tree Collapse file tree 5 files changed +23
-19
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file, in reverse chronological order by release.
44
5- ## 2.7.1 - TBD
5+ ## 2.7.1 - 2019-10-07
66
77### Added
88
Original file line number Diff line number Diff line change 1- Copyright (c) 2005-2018 , Zend Technologies USA, Inc.
1+ Copyright (c) 2005-2019 , Zend Technologies USA, Inc.
22All rights reserved.
33
44Redistribution and use in source and binary forms, with or without modification,
Original file line number Diff line number Diff line change @@ -8,5 +8,20 @@ zend-uri aids in manipulating and validating Uniform Resource Identifiers
88assist other components, such as zend-http, but is also useful as a standalone
99utility.
1010
11- - File issues at https://github.com/zendframework/zend-uri/issues
12- - Documentation is at https://docs.zendframework.com/zend-uri/
11+ ## Installation
12+
13+ Run the following to install this library:
14+
15+ ``` bash
16+ $ composer require zendframework/zend-uri
17+ ```
18+
19+ ## Documentation
20+
21+ Browse the documentation online at https://docs.zendframework.com/zend-uri/
22+
23+ ## Support
24+
25+ * [ Issues] ( https://github.com/zendframework/zend-uri/issues/ )
26+ * [ Chat] ( https://zendframework-slack.herokuapp.com/ )
27+ * [ Forum] ( https://discourse.zendframework.com/ )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11docs_dir : docs/book
22site_dir : docs/html
3- pages :
4- - index.md
5- - Intro : intro.md
3+ nav :
4+ - Home : index.md
5+ - Introduction : intro.md
66 - Usage : usage.md
77site_name : zend-uri
8- site_description : zend-uri
8+ site_description : " Object oriented interface to URIs, with facilities for validation "
99repo_url : ' https://github.com/zendframework/zend-uri'
10- copyright : ' Copyright (c) 2005-2018 <a href="https://www.zend.com/">Zend Technologies USA Inc.</a>'
You can’t perform that action at this time.
0 commit comments