Upgrade to 3.2.0

This commit is contained in:
Bastian Allgeier
2019-06-25 09:56:08 +02:00
parent 9e18cf635d
commit 9c89153d35
296 changed files with 14408 additions and 2504 deletions

View File

@@ -8,7 +8,5 @@ $baseDir = dirname($vendorDir);
return array(
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',
'04c6c5c2f7095ccf6c481d3e53e1776f' => $vendorDir . '/mustangostang/spyc/Spyc.php',
'87988fc7b1c1f093da22a1a3de972f3a' => $baseDir . '/config/helpers.php',
'428e0a6316e676194f2283f47fbd1fc4' => $baseDir . '/config/aliases.php',
'd80b806b2b0bfc4457e5f164edcb5232' => $baseDir . '/config/tests.php',
'f864ae44e8154e5ff6f4eec32f46d37f' => $baseDir . '/config/setup.php',
);

View File

@@ -9,9 +9,7 @@ class ComposerStaticInit12091bebabd81c9aba88b2aeec22c8d7
public static $files = array (
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
'04c6c5c2f7095ccf6c481d3e53e1776f' => __DIR__ . '/..' . '/mustangostang/spyc/Spyc.php',
'87988fc7b1c1f093da22a1a3de972f3a' => __DIR__ . '/../..' . '/config/helpers.php',
'428e0a6316e676194f2283f47fbd1fc4' => __DIR__ . '/../..' . '/config/aliases.php',
'd80b806b2b0bfc4457e5f164edcb5232' => __DIR__ . '/../..' . '/config/tests.php',
'f864ae44e8154e5ff6f4eec32f46d37f' => __DIR__ . '/../..' . '/config/setup.php',
);
public static $prefixLengthsPsr4 = array (

View File

@@ -11,7 +11,7 @@ use Composer\Package\PackageInterface;
* @author Lukas Bestle <lukas@getkirby.com>
* @link https://getkirby.com
* @copyright Bastian Allgeier
* @license MIT
* @license https://opensource.org/licenses/MIT
*/
class CmsInstaller extends Installer
{

View File

@@ -12,7 +12,7 @@ use Composer\Repository\InstalledRepositoryInterface;
* @author Lukas Bestle <lukas@getkirby.com>
* @link https://getkirby.com
* @copyright Bastian Allgeier
* @license MIT
* @license https://opensource.org/licenses/MIT
*/
class Installer extends LibraryInstaller
{

View File

@@ -11,7 +11,7 @@ use Composer\Plugin\PluginInterface;
* @author Lukas Bestle <lukas@getkirby.com>
* @link https://getkirby.com
* @copyright Bastian Allgeier
* @license MIT
* @license https://opensource.org/licenses/MIT
*/
class Plugin implements PluginInterface
{

View File

@@ -9,7 +9,7 @@ use Composer\Package\PackageInterface;
* @author Lukas Bestle <lukas@getkirby.com>
* @link https://getkirby.com
* @copyright Bastian Allgeier
* @license MIT
* @license https://opensource.org/licenses/MIT
*/
class PluginInstaller extends Installer
{