Skip to content

Commit

Permalink
Update composer packages to latest version (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
theasteve authored Dec 10, 2020
1 parent 191ff0d commit 48ae7c9
Show file tree
Hide file tree
Showing 540 changed files with 37,918 additions and 30,959 deletions.
16 changes: 10 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
{
"type": "composer",
"url": "https://wpackagist.org",
"only": ["wpackagist-plugin/*"]
"only": [
"wpackagist-plugin/*"
]
}
],
"require": {
Expand All @@ -39,18 +41,18 @@
"wpackagist-plugin/duplicate-post": "^3.2.6",
"wpackagist-plugin/enable-media-replace": "^3.4.1",
"wpackagist-plugin/gathercontent-import": "^3.1",
"wpackagist-plugin/google-authenticator": "^0.52.0",
"wpackagist-plugin/limit-login-attempts-reloaded": "^2.14",
"wpackagist-plugin/google-authenticator": "0.53",
"wpackagist-plugin/limit-login-attempts-reloaded": "2.17.3",
"wpackagist-plugin/loggedin": "^1.2",
"wpackagist-plugin/rollbar": "^2.6.1",
"wpackagist-plugin/search-everything": "^8.1.9",
"wpackagist-plugin/wp-all-export": "^1.2.6",
"wpackagist-plugin/wp-security-questions": "^1.0.5",
"wpackagist-plugin/wps-hide-login": "^1.5.5",
"wpackagist-plugin/wpscan": "^1.11"
"wpackagist-plugin/wpscan": "1.13.2"
},
"require-dev": {
"filp/whoops": "^2.7.2",
"filp/whoops": "^2.0.15",
"nielsdeblaauw/query-monitor-twig-profile": "^1.2",
"squizlabs/php_codesniffer": "^3.5.3",
"whoops/soap": "^1.0",
Expand Down Expand Up @@ -84,5 +86,7 @@
"deps": [
"composer show --tree"
]
}
},
"minimum-stability": "stable",
"prefer-stable": true
}
22 changes: 11 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4,132 changes: 0 additions & 4,132 deletions vendor/composer/autoload_classmap.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/composer/autoload_files.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
'c964ee0ededf28c96ebd9db5099ef910' => $vendorDir . '/guzzlehttp/promises/src/functions_include.php',
'a0edc8309cc5e1d60e3047b5df6b7052' => $vendorDir . '/guzzlehttp/psr7/src/functions_include.php',
'37a3dc5111fe8f707ab4c132ef1dbc62' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php',
'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php',
'320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php',
'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php',
'a1105708a18b76903365ca1c4aa61b02' => $vendorDir . '/symfony/translation/Resources/functions.php',
'b067bc7112e384b61c701452d53a14a8' => $vendorDir . '/mtdowling/jmespath.php/src/JmesPath.php',
'8a9dc1de0ca7e01f3e08231539562f61' => $vendorDir . '/aws/aws-sdk-php/src/functions.php',
Expand Down
3 changes: 3 additions & 0 deletions vendor/composer/autoload_psr4.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
$baseDir = dirname($vendorDir);

return array(
'Whoops\\Handler\\' => array($vendorDir . '/whoops/soap/src'),
'Whoops\\' => array($vendorDir . '/filp/whoops/src/Whoops'),
'Twilio\\' => array($vendorDir . '/twilio/sdk/src/Twilio'),
'Twig\\' => array($vendorDir . '/twig/twig/src'),
'Timber\\' => array($vendorDir . '/timber/timber/lib'),
Expand All @@ -16,6 +18,7 @@
'Symfony\\Component\\Translation\\' => array($vendorDir . '/symfony/translation'),
'Soundasleep\\' => array($vendorDir . '/soundasleep/html2text/src'),
'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src'),
'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'),
'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
Expand Down
Loading

0 comments on commit 48ae7c9

Please sign in to comment.