Changeset 808456
- Timestamp:
- 11/21/2013 08:35:43 PM (12 years ago)
- File:
-
- 1 edited
-
libravatar-replace/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libravatar-replace/trunk/readme.txt
r808452 r808456 26 26 (available since 2.0.3.1) 27 27 28 If you are using Composer to manage your plugins, add PHP Pear repo (for Services_Libravatar) and29 plugin's BitBucket repo (mercurial) and thenrequire sunchaser/libravatar package.28 If you are using Composer to manage your plugins, add PHP Pear repo (for Services_Libravatar) 29 and require sunchaser/libravatar package. 30 30 You should use composer/installers to ensure that the plugin will be installed to the correct path. 31 31 32 32 { 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 }], 39 37 "require": { 40 38 "sunchaser/libravatar": "dev-master", … … 47 45 PHP 5.2.4, WordPress 3.6. 48 46 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. 47 The plugin is tested down to WordPress 2.7 but I will not support anything but current and prevoius releases. 48 The plugin will not work under WordPress 2.6 and earlier. 50 49 51 50 == Thanks to ==
Note: See TracChangeset
for help on using the changeset viewer.