standards
[m6w6/ext-json_post] / package.xml
index 213d9e054bed7ac79c05141861bc18ed58286903..9fc28d64d33145ecb5eca1df49eac750abd33c10 100644 (file)
@@ -11,9 +11,9 @@
  <channel>pecl.php.net</channel>
  <summary>JSON POST handler</summary>
  <description><![CDATA[
-This extension provides a PHP content type handler for "application/json" and 
-"text/json" to PHP's form data parser. If the `Content-Type` of an incoming 
-request is `text/json`, the JSON contents of the request body will by parsed 
+This extension provides a PHP content type handler for "application/json" and
+"text/json" to PHP's form data parser. If the `Content-Type` of an incoming
+request is `text/json`, the JSON contents of the request body will by parsed
 into `$_POST`.
 
 This extension does not provide any constants, functions or classes.
@@ -33,14 +33,18 @@ This extension does not provide any constants, functions or classes.
   <release>stable</release>
   <api>stable</api>
  </stability>
- <license>BSD, revised</license>
+ <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
  * Fix: json_post.flags=2 ignored with php7 (Remi)
 ]]></notes>
  <contents>
   <dir name="/">
-   <file role="doc" name="LICENSE"/>
+   <file role="doc" name="AUTHORS"/>
+   <file role="doc" name="CONTRIBUTING.md"/>
    <file role="doc" name="CREDITS"/>
+   <file role="doc" name="LICENSE"/>
+   <file role="doc" name="README.md"/>
+   <file role="doc" name="THANKS"/>
    <file role="src" name="config.m4"/>
    <file role="src" name="config.w32"/>