diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-06-22 14:53:18 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-06-22 14:53:18 +0200 |
commit | 9b7c9c887e5ace0f46b3541c7ff5b35cbcf9ff47 (patch) | |
tree | b496254c1e3c4f4abe5b5a9bd77e955ed0cdbd48 | |
parent | 022791a61bf09aea2600bfc89255272afa4867b7 (diff) |
php-zendframework-zend-serializer: doc link
-rw-r--r-- | php-zendframework-zend-serializer.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php-zendframework-zend-serializer.spec b/php-zendframework-zend-serializer.spec index 2536e32..fe7b657 100644 --- a/php-zendframework-zend-serializer.spec +++ b/php-zendframework-zend-serializer.spec @@ -91,6 +91,8 @@ The Zend\Serializer component provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover. +Documentation: https://zendframework.github.io/zend-serializer/ + %prep %setup -q -n %{gh_project}-%{gh_commit} |