This commit is contained in:
Bastian Allgeier
2020-07-07 12:40:13 +02:00
parent 5f025ac2c2
commit f79d2e960c
176 changed files with 10532 additions and 5343 deletions

View File

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