Version Description
Download this release
Release Info
Developer | briancolinger |
Plugin | VaultPress |
Version | 2.1.1 |
Comparing to | |
See all releases |
Code changes from version 2.1 to 2.1.1
- composer.json +3 -3
- readme.txt +2 -2
- vaultpress.php +2 -2
- vendor/autoload.php +1 -1
- vendor/autoload_packages.php +3 -3
- vendor/automattic/jetpack-autoloader/src/AutoloadGenerator.php +1 -1
- vendor/composer/autoload_classmap_package.php +2 -2
- vendor/composer/autoload_real.php +4 -4
- vendor/composer/autoload_static.php +4 -4
- vendor/composer/installed.json +33 -31
composer.json
CHANGED
@@ -8,11 +8,11 @@
|
|
8 |
"issues": "https://github.com/Automattic/vaultpress/issues"
|
9 |
},
|
10 |
"require": {
|
11 |
-
"automattic/jetpack-logo": "1.1.4"
|
|
|
12 |
},
|
13 |
"require-dev": {
|
14 |
-
"automattic/jetpack-standards": "master-dev"
|
15 |
-
"automattic/jetpack-autoloader": "1.3.5"
|
16 |
},
|
17 |
"scripts": {
|
18 |
"php:compatibility": "composer install && vendor/bin/phpcs -p -s -n --runtime-set testVersion '5.3-' --standard=PHPCompatibilityWP --ignore=docker,tools,tests,node_modules,vendor --extensions=php",
|
8 |
"issues": "https://github.com/Automattic/vaultpress/issues"
|
9 |
},
|
10 |
"require": {
|
11 |
+
"automattic/jetpack-logo": "1.1.4",
|
12 |
+
"automattic/jetpack-autoloader": "1.3.7"
|
13 |
},
|
14 |
"require-dev": {
|
15 |
+
"automattic/jetpack-standards": "master-dev"
|
|
|
16 |
},
|
17 |
"scripts": {
|
18 |
"php:compatibility": "composer install && vendor/bin/phpcs -p -s -n --runtime-set testVersion '5.3-' --standard=PHPCompatibilityWP --ignore=docker,tools,tests,node_modules,vendor --extensions=php",
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: automattic, apokalyptik, briancolinger, josephscott, shaunandrews,
|
|
3 |
Tags: security, malware, virus, archive, back up, back ups, backup, backups, scanning, restore, wordpress backup, site backup, website backup
|
4 |
Requires at least: 5.1
|
5 |
Tested up to: 5.3
|
6 |
-
Stable tag: 2.1
|
7 |
-
Requires PHP: 5.
|
8 |
License: GPLv2
|
9 |
|
10 |
VaultPress is a subscription service offering real-time backup, automated security scanning, and support from WordPress experts.
|
3 |
Tags: security, malware, virus, archive, back up, back ups, backup, backups, scanning, restore, wordpress backup, site backup, website backup
|
4 |
Requires at least: 5.1
|
5 |
Tested up to: 5.3
|
6 |
+
Stable tag: 2.1.1
|
7 |
+
Requires PHP: 5.6
|
8 |
License: GPLv2
|
9 |
|
10 |
VaultPress is a subscription service offering real-time backup, automated security scanning, and support from WordPress experts.
|
vaultpress.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: VaultPress
|
4 |
* Plugin URI: http://vaultpress.com/?utm_source=plugin-uri&utm_medium=plugin-description&utm_campaign=1.0
|
5 |
* Description: Protect your content, themes, plugins, and settings with <strong>realtime backup</strong> and <strong>automated security scanning</strong> from <a href="http://vaultpress.com/?utm_source=wp-admin&utm_medium=plugin-description&utm_campaign=1.0" rel="nofollow">VaultPress</a>. Activate, enter your registration key, and never worry again. <a href="http://vaultpress.com/help/?utm_source=wp-admin&utm_medium=plugin-description&utm_campaign=1.0" rel="nofollow">Need some help?</a>
|
6 |
-
* Version: 2.1
|
7 |
* Author: Automattic
|
8 |
* Author URI: http://vaultpress.com/?utm_source=author-uri&utm_medium=plugin-description&utm_campaign=1.0
|
9 |
* License: GPL2+
|
@@ -16,7 +16,7 @@
|
|
16 |
// don't call the file directly.
|
17 |
defined( 'ABSPATH' ) || die();
|
18 |
|
19 |
-
define( 'VAULTPRESS__MINIMUM_PHP_VERSION', '5.
|
20 |
define( 'VAULTPRESS__VERSION', '2.1' );
|
21 |
define( 'VAULTPRESS__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
22 |
|
3 |
* Plugin Name: VaultPress
|
4 |
* Plugin URI: http://vaultpress.com/?utm_source=plugin-uri&utm_medium=plugin-description&utm_campaign=1.0
|
5 |
* Description: Protect your content, themes, plugins, and settings with <strong>realtime backup</strong> and <strong>automated security scanning</strong> from <a href="http://vaultpress.com/?utm_source=wp-admin&utm_medium=plugin-description&utm_campaign=1.0" rel="nofollow">VaultPress</a>. Activate, enter your registration key, and never worry again. <a href="http://vaultpress.com/help/?utm_source=wp-admin&utm_medium=plugin-description&utm_campaign=1.0" rel="nofollow">Need some help?</a>
|
6 |
+
* Version: 2.1.1
|
7 |
* Author: Automattic
|
8 |
* Author URI: http://vaultpress.com/?utm_source=author-uri&utm_medium=plugin-description&utm_campaign=1.0
|
9 |
* License: GPL2+
|
16 |
// don't call the file directly.
|
17 |
defined( 'ABSPATH' ) || die();
|
18 |
|
19 |
+
define( 'VAULTPRESS__MINIMUM_PHP_VERSION', '5.6' );
|
20 |
define( 'VAULTPRESS__VERSION', '2.1' );
|
21 |
define( 'VAULTPRESS__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
22 |
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInit09a12e678f9680fd9bd0641a6da40a9d::getLoader();
|
vendor/autoload_packages.php
CHANGED
@@ -122,7 +122,7 @@ if ( ! function_exists( __NAMESPACE__ . '\autoloader' ) ) {
|
|
122 |
/**
|
123 |
* Prepare all the classes for autoloading.
|
124 |
*/
|
125 |
-
function
|
126 |
$class_map = require_once dirname( __FILE__ ) . '/composer/autoload_classmap_package.php';
|
127 |
foreach ( $class_map as $class_name => $class_info ) {
|
128 |
enqueue_package_class( $class_name, $class_info['version'], $class_info['path'] );
|
@@ -131,7 +131,7 @@ function enqueue_packages_a88813e9a22603926a98c4d1748f3bdf() {
|
|
131 |
$autoload_file = __DIR__ . '/composer/autoload_files.php';
|
132 |
$includeFiles = file_exists( $autoload_file )
|
133 |
? require $autoload_file
|
134 |
-
:
|
135 |
|
136 |
foreach ( $includeFiles as $fileIdentifier => $file ) {
|
137 |
if ( empty( $GLOBALS['__composer_autoload_files'][ $fileIdentifier ] ) ) {
|
@@ -141,4 +141,4 @@ function enqueue_packages_a88813e9a22603926a98c4d1748f3bdf() {
|
|
141 |
}
|
142 |
}
|
143 |
}
|
144 |
-
|
122 |
/**
|
123 |
* Prepare all the classes for autoloading.
|
124 |
*/
|
125 |
+
function enqueue_packages_583fd9fc320cf240dae152d6e27f7b85() {
|
126 |
$class_map = require_once dirname( __FILE__ ) . '/composer/autoload_classmap_package.php';
|
127 |
foreach ( $class_map as $class_name => $class_info ) {
|
128 |
enqueue_package_class( $class_name, $class_info['version'], $class_info['path'] );
|
131 |
$autoload_file = __DIR__ . '/composer/autoload_files.php';
|
132 |
$includeFiles = file_exists( $autoload_file )
|
133 |
? require $autoload_file
|
134 |
+
: array();
|
135 |
|
136 |
foreach ( $includeFiles as $fileIdentifier => $file ) {
|
137 |
if ( empty( $GLOBALS['__composer_autoload_files'][ $fileIdentifier ] ) ) {
|
141 |
}
|
142 |
}
|
143 |
}
|
144 |
+
enqueue_packages_583fd9fc320cf240dae152d6e27f7b85();
|
vendor/automattic/jetpack-autoloader/src/AutoloadGenerator.php
CHANGED
@@ -267,7 +267,7 @@ function enqueue_packages_$suffix() {
|
|
267 |
\$autoload_file = __DIR__ . '/composer/autoload_files.php';
|
268 |
\$includeFiles = file_exists( \$autoload_file )
|
269 |
? require \$autoload_file
|
270 |
-
:
|
271 |
|
272 |
foreach ( \$includeFiles as \$fileIdentifier => \$file ) {
|
273 |
if ( empty( \$GLOBALS['__composer_autoload_files'][ \$fileIdentifier ] ) ) {
|
267 |
\$autoload_file = __DIR__ . '/composer/autoload_files.php';
|
268 |
\$includeFiles = file_exists( \$autoload_file )
|
269 |
? require \$autoload_file
|
270 |
+
: array();
|
271 |
|
272 |
foreach ( \$includeFiles as \$fileIdentifier => \$file ) {
|
273 |
if ( empty( \$GLOBALS['__composer_autoload_files'][ \$fileIdentifier ] ) ) {
|
vendor/composer/autoload_classmap_package.php
CHANGED
@@ -43,11 +43,11 @@ return array(
|
|
43 |
'path' => $vendorDir . '/automattic/jetpack-standards/PostInstall.php'
|
44 |
),
|
45 |
'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => array(
|
46 |
-
'version' => '1.3.
|
47 |
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php'
|
48 |
),
|
49 |
'Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin' => array(
|
50 |
-
'version' => '1.3.
|
51 |
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php'
|
52 |
),
|
53 |
'Automattic\\Jetpack\\Assets\\Logo' => array(
|
43 |
'path' => $vendorDir . '/automattic/jetpack-standards/PostInstall.php'
|
44 |
),
|
45 |
'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => array(
|
46 |
+
'version' => '1.3.7.0',
|
47 |
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php'
|
48 |
),
|
49 |
'Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin' => array(
|
50 |
+
'version' => '1.3.7.0',
|
51 |
'path' => $vendorDir . '/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php'
|
52 |
),
|
53 |
'Automattic\\Jetpack\\Assets\\Logo' => array(
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -19,15 +19,15 @@ class ComposerAutoloaderInitcb0da09def9fcd3ab40466d0adec84dc
|
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
-
spl_autoload_register(array('
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
-
spl_autoload_unregister(array('
|
25 |
|
26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
27 |
if ($useStaticLoader) {
|
28 |
require_once __DIR__ . '/autoload_static.php';
|
29 |
|
30 |
-
call_user_func(\Composer\Autoload\
|
31 |
} else {
|
32 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
33 |
foreach ($map as $namespace => $path) {
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit09a12e678f9680fd9bd0641a6da40a9d
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
+
spl_autoload_register(array('ComposerAutoloaderInit09a12e678f9680fd9bd0641a6da40a9d', 'loadClassLoader'), true, true);
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit09a12e678f9680fd9bd0641a6da40a9d', 'loadClassLoader'));
|
25 |
|
26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
27 |
if ($useStaticLoader) {
|
28 |
require_once __DIR__ . '/autoload_static.php';
|
29 |
|
30 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit09a12e678f9680fd9bd0641a6da40a9d::getInitializer($loader));
|
31 |
} else {
|
32 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
33 |
foreach ($map as $namespace => $path) {
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'V' =>
|
@@ -48,9 +48,9 @@ class ComposerStaticInitcb0da09def9fcd3ab40466d0adec84dc
|
|
48 |
public static function getInitializer(ClassLoader $loader)
|
49 |
{
|
50 |
return \Closure::bind(function () use ($loader) {
|
51 |
-
$loader->prefixLengthsPsr4 =
|
52 |
-
$loader->prefixDirsPsr4 =
|
53 |
-
$loader->classMap =
|
54 |
|
55 |
}, null, ClassLoader::class);
|
56 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit09a12e678f9680fd9bd0641a6da40a9d
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'V' =>
|
48 |
public static function getInitializer(ClassLoader $loader)
|
49 |
{
|
50 |
return \Closure::bind(function () use ($loader) {
|
51 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit09a12e678f9680fd9bd0641a6da40a9d::$prefixLengthsPsr4;
|
52 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit09a12e678f9680fd9bd0641a6da40a9d::$prefixDirsPsr4;
|
53 |
+
$loader->classMap = ComposerStaticInit09a12e678f9680fd9bd0641a6da40a9d::$classMap;
|
54 |
|
55 |
}, null, ClassLoader::class);
|
56 |
}
|
vendor/composer/installed.json
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
[
|
2 |
{
|
3 |
"name": "automattic/jetpack-autoloader",
|
4 |
-
"version": "v1.3.
|
5 |
-
"version_normalized": "1.3.
|
6 |
"source": {
|
7 |
"type": "git",
|
8 |
"url": "https://github.com/Automattic/jetpack-autoloader.git",
|
9 |
-
"reference": "
|
10 |
},
|
11 |
"dist": {
|
12 |
"type": "zip",
|
13 |
-
"url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/
|
14 |
-
"reference": "
|
15 |
"shasum": ""
|
16 |
},
|
17 |
"require": {
|
@@ -20,7 +20,7 @@
|
|
20 |
"require-dev": {
|
21 |
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5"
|
22 |
},
|
23 |
-
"time": "2019-
|
24 |
"type": "composer-plugin",
|
25 |
"extra": {
|
26 |
"class": "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin"
|
@@ -179,17 +179,17 @@
|
|
179 |
},
|
180 |
{
|
181 |
"name": "phpcompatibility/php-compatibility",
|
182 |
-
"version": "9.
|
183 |
-
"version_normalized": "9.
|
184 |
"source": {
|
185 |
"type": "git",
|
186 |
"url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
|
187 |
-
"reference": "
|
188 |
},
|
189 |
"dist": {
|
190 |
"type": "zip",
|
191 |
-
"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/
|
192 |
-
"reference": "
|
193 |
"shasum": ""
|
194 |
},
|
195 |
"require": {
|
@@ -203,10 +203,10 @@
|
|
203 |
"phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0"
|
204 |
},
|
205 |
"suggest": {
|
206 |
-
"dealerdirect/phpcodesniffer-composer-installer": "^0.
|
207 |
"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
|
208 |
},
|
209 |
-
"time": "
|
210 |
"type": "phpcodesniffer-standard",
|
211 |
"installation-source": "dist",
|
212 |
"notification-url": "https://packagist.org/downloads/",
|
@@ -214,10 +214,6 @@
|
|
214 |
"LGPL-3.0-or-later"
|
215 |
],
|
216 |
"authors": [
|
217 |
-
{
|
218 |
-
"name": "Contributors",
|
219 |
-
"homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors"
|
220 |
-
},
|
221 |
{
|
222 |
"name": "Wim Godden",
|
223 |
"homepage": "https://github.com/wimg",
|
@@ -227,6 +223,10 @@
|
|
227 |
"name": "Juliette Reinders Folmer",
|
228 |
"homepage": "https://github.com/jrfnl",
|
229 |
"role": "lead"
|
|
|
|
|
|
|
|
|
230 |
}
|
231 |
],
|
232 |
"description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.",
|
@@ -239,30 +239,32 @@
|
|
239 |
},
|
240 |
{
|
241 |
"name": "phpcompatibility/phpcompatibility-paragonie",
|
242 |
-
"version": "1.0
|
243 |
-
"version_normalized": "1.0.
|
244 |
"source": {
|
245 |
"type": "git",
|
246 |
"url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git",
|
247 |
-
"reference": "
|
248 |
},
|
249 |
"dist": {
|
250 |
"type": "zip",
|
251 |
-
"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/
|
252 |
-
"reference": "
|
253 |
"shasum": ""
|
254 |
},
|
255 |
"require": {
|
256 |
"phpcompatibility/php-compatibility": "^9.0"
|
257 |
},
|
258 |
"require-dev": {
|
259 |
-
"dealerdirect/phpcodesniffer-composer-installer": "^0.
|
|
|
|
|
260 |
},
|
261 |
"suggest": {
|
262 |
-
"dealerdirect/phpcodesniffer-composer-installer": "^0.
|
263 |
"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
|
264 |
},
|
265 |
-
"time": "
|
266 |
"type": "phpcodesniffer-standard",
|
267 |
"installation-source": "dist",
|
268 |
"notification-url": "https://packagist.org/downloads/",
|
@@ -392,17 +394,17 @@
|
|
392 |
},
|
393 |
{
|
394 |
"name": "squizlabs/php_codesniffer",
|
395 |
-
"version": "3.
|
396 |
-
"version_normalized": "3.
|
397 |
"source": {
|
398 |
"type": "git",
|
399 |
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
|
400 |
-
"reference": "
|
401 |
},
|
402 |
"dist": {
|
403 |
"type": "zip",
|
404 |
-
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/
|
405 |
-
"reference": "
|
406 |
"shasum": ""
|
407 |
},
|
408 |
"require": {
|
@@ -414,7 +416,7 @@
|
|
414 |
"require-dev": {
|
415 |
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
|
416 |
},
|
417 |
-
"time": "2019-
|
418 |
"bin": [
|
419 |
"bin/phpcs",
|
420 |
"bin/phpcbf"
|
1 |
[
|
2 |
{
|
3 |
"name": "automattic/jetpack-autoloader",
|
4 |
+
"version": "v1.3.7",
|
5 |
+
"version_normalized": "1.3.7.0",
|
6 |
"source": {
|
7 |
"type": "git",
|
8 |
"url": "https://github.com/Automattic/jetpack-autoloader.git",
|
9 |
+
"reference": "34484f300429699e71bc09baa7f459eb1da0fe14"
|
10 |
},
|
11 |
"dist": {
|
12 |
"type": "zip",
|
13 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/34484f300429699e71bc09baa7f459eb1da0fe14",
|
14 |
+
"reference": "34484f300429699e71bc09baa7f459eb1da0fe14",
|
15 |
"shasum": ""
|
16 |
},
|
17 |
"require": {
|
20 |
"require-dev": {
|
21 |
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5"
|
22 |
},
|
23 |
+
"time": "2019-12-09T22:37:41+00:00",
|
24 |
"type": "composer-plugin",
|
25 |
"extra": {
|
26 |
"class": "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin"
|
179 |
},
|
180 |
{
|
181 |
"name": "phpcompatibility/php-compatibility",
|
182 |
+
"version": "9.3.4",
|
183 |
+
"version_normalized": "9.3.4.0",
|
184 |
"source": {
|
185 |
"type": "git",
|
186 |
"url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
|
187 |
+
"reference": "1f37659196e4f3113ea506a7efba201c52303bf1"
|
188 |
},
|
189 |
"dist": {
|
190 |
"type": "zip",
|
191 |
+
"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/1f37659196e4f3113ea506a7efba201c52303bf1",
|
192 |
+
"reference": "1f37659196e4f3113ea506a7efba201c52303bf1",
|
193 |
"shasum": ""
|
194 |
},
|
195 |
"require": {
|
203 |
"phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0"
|
204 |
},
|
205 |
"suggest": {
|
206 |
+
"dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",
|
207 |
"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
|
208 |
},
|
209 |
+
"time": "2019-11-15T04:12:02+00:00",
|
210 |
"type": "phpcodesniffer-standard",
|
211 |
"installation-source": "dist",
|
212 |
"notification-url": "https://packagist.org/downloads/",
|
214 |
"LGPL-3.0-or-later"
|
215 |
],
|
216 |
"authors": [
|
|
|
|
|
|
|
|
|
217 |
{
|
218 |
"name": "Wim Godden",
|
219 |
"homepage": "https://github.com/wimg",
|
223 |
"name": "Juliette Reinders Folmer",
|
224 |
"homepage": "https://github.com/jrfnl",
|
225 |
"role": "lead"
|
226 |
+
},
|
227 |
+
{
|
228 |
+
"name": "Contributors",
|
229 |
+
"homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors"
|
230 |
}
|
231 |
],
|
232 |
"description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.",
|
239 |
},
|
240 |
{
|
241 |
"name": "phpcompatibility/phpcompatibility-paragonie",
|
242 |
+
"version": "1.3.0",
|
243 |
+
"version_normalized": "1.3.0.0",
|
244 |
"source": {
|
245 |
"type": "git",
|
246 |
"url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git",
|
247 |
+
"reference": "b862bc32f7e860d0b164b199bd995e690b4b191c"
|
248 |
},
|
249 |
"dist": {
|
250 |
"type": "zip",
|
251 |
+
"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/b862bc32f7e860d0b164b199bd995e690b4b191c",
|
252 |
+
"reference": "b862bc32f7e860d0b164b199bd995e690b4b191c",
|
253 |
"shasum": ""
|
254 |
},
|
255 |
"require": {
|
256 |
"phpcompatibility/php-compatibility": "^9.0"
|
257 |
},
|
258 |
"require-dev": {
|
259 |
+
"dealerdirect/phpcodesniffer-composer-installer": "^0.5",
|
260 |
+
"paragonie/random_compat": "dev-master",
|
261 |
+
"paragonie/sodium_compat": "dev-master"
|
262 |
},
|
263 |
"suggest": {
|
264 |
+
"dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
|
265 |
"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
|
266 |
},
|
267 |
+
"time": "2019-11-04T15:17:54+00:00",
|
268 |
"type": "phpcodesniffer-standard",
|
269 |
"installation-source": "dist",
|
270 |
"notification-url": "https://packagist.org/downloads/",
|
394 |
},
|
395 |
{
|
396 |
"name": "squizlabs/php_codesniffer",
|
397 |
+
"version": "3.5.3",
|
398 |
+
"version_normalized": "3.5.3.0",
|
399 |
"source": {
|
400 |
"type": "git",
|
401 |
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
|
402 |
+
"reference": "557a1fc7ac702c66b0bbfe16ab3d55839ef724cb"
|
403 |
},
|
404 |
"dist": {
|
405 |
"type": "zip",
|
406 |
+
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/557a1fc7ac702c66b0bbfe16ab3d55839ef724cb",
|
407 |
+
"reference": "557a1fc7ac702c66b0bbfe16ab3d55839ef724cb",
|
408 |
"shasum": ""
|
409 |
},
|
410 |
"require": {
|
416 |
"require-dev": {
|
417 |
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
|
418 |
},
|
419 |
+
"time": "2019-12-04T04:46:47+00:00",
|
420 |
"bin": [
|
421 |
"bin/phpcs",
|
422 |
"bin/phpcbf"
|