Changeset 2538119
- Timestamp:
- 05/26/2021 03:40:46 PM (5 years ago)
- Location:
- wp-pgp-encrypted-emails/trunk
- Files:
-
- 6 edited
-
composer.json (modified) (1 diff)
-
composer.lock (modified) (6 diffs)
-
vendor/composer/InstalledVersions.php (modified) (3 diffs)
-
vendor/composer/installed.json (modified) (4 diffs)
-
vendor/composer/installed.php (modified) (3 diffs)
-
vendor/singpolyma/openpgp-php/lib/openpgp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-pgp-encrypted-emails/trunk/composer.json
r2537379 r2538119 16 16 ], 17 17 "homepage": "https://github.com/fabacab/wp-pgp-encrypted-emails/#readme", 18 "repositories": [ 19 { 20 "type": "vcs", 21 "url": "https://github.com/singpolyma/openpgp-php" 22 } 23 ], 18 24 "require": { 19 "singpolyma/openpgp-php": " dev-master",25 "singpolyma/openpgp-php": "^0.5.0", 20 26 "danielruf/secure-shred": "^2" 21 27 }, -
wp-pgp-encrypted-emails/trunk/composer.lock
r2537379 r2538119 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": " ed1b5624813f3a0f7bbdac1fcfbcfaeb",7 "content-hash": "a5f20c2952e7e1a4237a0f4f564d6f6c", 8 8 "packages": [ 9 9 { … … 174 174 { 175 175 "name": "singpolyma/openpgp-php", 176 "version": " dev-master",176 "version": "0.5.0", 177 177 "source": { 178 178 "type": "git", 179 179 "url": "https://github.com/singpolyma/openpgp-php.git", 180 "reference": " c961eca13df86a4e9af6ef1ebd9da7d3858d75c8"180 "reference": "69292f6a46ed7f687083bfb8974b161a41ab213c" 181 181 }, 182 182 "dist": { 183 183 "type": "zip", 184 "url": "https://api.github.com/repos/singpolyma/openpgp-php/zipball/ c961eca13df86a4e9af6ef1ebd9da7d3858d75c8",185 "reference": " c961eca13df86a4e9af6ef1ebd9da7d3858d75c8",184 "url": "https://api.github.com/repos/singpolyma/openpgp-php/zipball/69292f6a46ed7f687083bfb8974b161a41ab213c", 185 "reference": "69292f6a46ed7f687083bfb8974b161a41ab213c", 186 186 "shasum": "" 187 187 }, … … 196 196 "ext-mcrypt": "required if you use encryption cast5" 197 197 }, 198 "default-branch": true,199 198 "type": "library", 200 199 "autoload": { … … 203 202 ] 204 203 }, 205 "notification-url": "https://packagist.org/downloads/",206 204 "license": [ 207 205 "Unlicense" … … 219 217 "description": "Pure-PHP implementation of the OpenPGP Message Format (RFC 4880)", 220 218 "support": { 221 " issues": "https://github.com/singpolyma/openpgp-php/issues",222 " source": "https://github.com/singpolyma/openpgp-php/tree/master"219 "source": "https://github.com/singpolyma/openpgp-php/tree/0.5.0", 220 "issues": "https://github.com/singpolyma/openpgp-php/issues" 223 221 }, 224 222 "funding": [ 225 223 { 226 " url": "https://github.com/singpolyma",227 " type": "github"228 }, 229 { 230 " url": "https://liberapay.com/singpolyma",231 " type": "liberapay"232 }, 233 { 234 " url": "https://www.patreon.com/singpolyma",235 " type": "patreon"236 } 237 ], 238 "time": "202 0-12-30T04:05:35+00:00"224 "type": "github", 225 "url": "https://github.com/singpolyma" 226 }, 227 { 228 "type": "liberapay", 229 "url": "https://liberapay.com/singpolyma" 230 }, 231 { 232 "type": "patreon", 233 "url": "https://www.patreon.com/singpolyma" 234 } 235 ], 236 "time": "2021-05-26T00:35:20+00:00" 239 237 } 240 238 ], … … 242 240 "aliases": [], 243 241 "minimum-stability": "stable", 244 "stability-flags": { 245 "singpolyma/openpgp-php": 20 246 }, 242 "stability-flags": [], 247 243 "prefer-stable": false, 248 244 "prefer-lowest": false, -
wp-pgp-encrypted-emails/trunk/vendor/composer/InstalledVersions.php
r2537379 r2538119 26 26 'root' => 27 27 array ( 28 'pretty_version' => 'dev- develop',29 'version' => 'dev- develop',28 'pretty_version' => 'dev-main', 29 'version' => 'dev-main', 30 30 'aliases' => 31 31 array ( 32 32 ), 33 'reference' => ' 4d855a0a07e21c399c4c98b0f4673bef7c77520e',33 'reference' => '0be4c01840937d1d2201a314e8cd892fd6a51630', 34 34 'name' => 'fabacab/wp-pgp-encrypted-emails', 35 35 ), … … 47 47 'fabacab/wp-pgp-encrypted-emails' => 48 48 array ( 49 'pretty_version' => 'dev- develop',50 'version' => 'dev- develop',49 'pretty_version' => 'dev-main', 50 'version' => 'dev-main', 51 51 'aliases' => 52 52 array ( 53 53 ), 54 'reference' => ' 4d855a0a07e21c399c4c98b0f4673bef7c77520e',54 'reference' => '0be4c01840937d1d2201a314e8cd892fd6a51630', 55 55 ), 56 56 'phpseclib/phpseclib' => … … 65 65 'singpolyma/openpgp-php' => 66 66 array ( 67 'pretty_version' => ' dev-master',68 'version' => ' dev-master',67 'pretty_version' => '0.5.0', 68 'version' => '0.5.0.0', 69 69 'aliases' => 70 70 array ( 71 0 => '9999999-dev',72 71 ), 73 'reference' => ' c961eca13df86a4e9af6ef1ebd9da7d3858d75c8',72 'reference' => '69292f6a46ed7f687083bfb8974b161a41ab213c', 74 73 ), 75 74 ), -
wp-pgp-encrypted-emails/trunk/vendor/composer/installed.json
r2537379 r2538119 174 174 { 175 175 "name": "singpolyma/openpgp-php", 176 "version": " dev-master",177 "version_normalized": " dev-master",176 "version": "0.5.0", 177 "version_normalized": "0.5.0.0", 178 178 "source": { 179 179 "type": "git", 180 180 "url": "https://github.com/singpolyma/openpgp-php.git", 181 "reference": " c961eca13df86a4e9af6ef1ebd9da7d3858d75c8"181 "reference": "69292f6a46ed7f687083bfb8974b161a41ab213c" 182 182 }, 183 183 "dist": { 184 184 "type": "zip", 185 "url": "https://api.github.com/repos/singpolyma/openpgp-php/zipball/ c961eca13df86a4e9af6ef1ebd9da7d3858d75c8",186 "reference": " c961eca13df86a4e9af6ef1ebd9da7d3858d75c8",185 "url": "https://api.github.com/repos/singpolyma/openpgp-php/zipball/69292f6a46ed7f687083bfb8974b161a41ab213c", 186 "reference": "69292f6a46ed7f687083bfb8974b161a41ab213c", 187 187 "shasum": "" 188 188 }, … … 197 197 "ext-mcrypt": "required if you use encryption cast5" 198 198 }, 199 "time": "2020-12-30T04:05:35+00:00", 200 "default-branch": true, 199 "time": "2021-05-26T00:35:20+00:00", 201 200 "type": "library", 202 201 "installation-source": "source", … … 206 205 ] 207 206 }, 208 "notification-url": "https://packagist.org/downloads/",209 207 "license": [ 210 208 "Unlicense" … … 222 220 "description": "Pure-PHP implementation of the OpenPGP Message Format (RFC 4880)", 223 221 "support": { 224 " issues": "https://github.com/singpolyma/openpgp-php/issues",225 " source": "https://github.com/singpolyma/openpgp-php/tree/master"222 "source": "https://github.com/singpolyma/openpgp-php/tree/0.5.0", 223 "issues": "https://github.com/singpolyma/openpgp-php/issues" 226 224 }, 227 225 "funding": [ 228 226 { 229 " url": "https://github.com/singpolyma",230 " type": "github"231 }, 232 { 233 " url": "https://liberapay.com/singpolyma",234 " type": "liberapay"235 }, 236 { 237 " url": "https://www.patreon.com/singpolyma",238 " type": "patreon"227 "type": "github", 228 "url": "https://github.com/singpolyma" 229 }, 230 { 231 "type": "liberapay", 232 "url": "https://liberapay.com/singpolyma" 233 }, 234 { 235 "type": "patreon", 236 "url": "https://www.patreon.com/singpolyma" 239 237 } 240 238 ], -
wp-pgp-encrypted-emails/trunk/vendor/composer/installed.php
r2537379 r2538119 2 2 'root' => 3 3 array ( 4 'pretty_version' => 'dev- develop',5 'version' => 'dev- develop',4 'pretty_version' => 'dev-main', 5 'version' => 'dev-main', 6 6 'aliases' => 7 7 array ( 8 8 ), 9 'reference' => ' 4d855a0a07e21c399c4c98b0f4673bef7c77520e',9 'reference' => '0be4c01840937d1d2201a314e8cd892fd6a51630', 10 10 'name' => 'fabacab/wp-pgp-encrypted-emails', 11 11 ), … … 23 23 'fabacab/wp-pgp-encrypted-emails' => 24 24 array ( 25 'pretty_version' => 'dev- develop',26 'version' => 'dev- develop',25 'pretty_version' => 'dev-main', 26 'version' => 'dev-main', 27 27 'aliases' => 28 28 array ( 29 29 ), 30 'reference' => ' 4d855a0a07e21c399c4c98b0f4673bef7c77520e',30 'reference' => '0be4c01840937d1d2201a314e8cd892fd6a51630', 31 31 ), 32 32 'phpseclib/phpseclib' => … … 41 41 'singpolyma/openpgp-php' => 42 42 array ( 43 'pretty_version' => ' dev-master',44 'version' => ' dev-master',43 'pretty_version' => '0.5.0', 44 'version' => '0.5.0.0', 45 45 'aliases' => 46 46 array ( 47 0 => '9999999-dev',48 47 ), 49 'reference' => ' c961eca13df86a4e9af6ef1ebd9da7d3858d75c8',48 'reference' => '69292f6a46ed7f687083bfb8974b161a41ab213c', 50 49 ), 51 50 ), -
wp-pgp-encrypted-emails/trunk/vendor/singpolyma/openpgp-php/lib/openpgp.php
r2537379 r2538119 6 6 * 7 7 * @package OpenPGP 8 * @version 0. 3.08 * @version 0.5.0 9 9 * @author Arto Bendiken <arto.bendiken@gmail.com> 10 10 * @author Stephen Paul Weber <singpolyma@singpolyma.net> … … 19 19 */ 20 20 class OpenPGP { 21 const VERSION = array(0, 4, 0);21 const VERSION = array(0, 5, 0); 22 22 23 23 /**
Note: See TracChangeset
for help on using the changeset viewer.