Plugin Directory

Changeset 808456


Ignore:
Timestamp:
11/21/2013 08:35:43 PM (12 years ago)
Author:
sunchaserinfo
Message:

readme cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libravatar-replace/trunk/readme.txt

    r808452 r808456  
    2626(available since 2.0.3.1)
    2727
    28 If you are using Composer to manage your plugins, add PHP Pear repo (for Services_Libravatar) and
    29 plugin's BitBucket repo (mercurial) and then require sunchaser/libravatar package.
     28If you are using Composer to manage your plugins, add PHP Pear repo (for Services_Libravatar)
     29and require sunchaser/libravatar package.
    3030You should use composer/installers to ensure that the plugin will be installed to the correct path.
    3131
    3232    {
    33         "repositories": [
    34             {
    35                     "type": "pear",
    36                     "url": "http://pear.php.net"
    37             },
    38         ],
     33        "repositories": [{
     34            "type": "pear",
     35            "url": "http://pear.php.net"
     36        }],
    3937        "require": {
    4038            "sunchaser/libravatar": "dev-master",
     
    4745PHP 5.2.4, WordPress 3.6.
    4846
    49 The plugin is tested down to WordPress 2.7 but I will not support anything but current and prevoius releases. The plugin will not work under WordPress 2.6 and earlier.
     47The plugin is tested down to WordPress 2.7 but I will not support anything but current and prevoius releases.
     48The plugin will not work under WordPress 2.6 and earlier.
    5049
    5150== Thanks to ==
Note: See TracChangeset for help on using the changeset viewer.