Skip to content

Commit 5e5eddb

Browse files
committed
Remove custom implemantation of autoloader and add the original
1 parent 53d0a94 commit 5e5eddb

File tree

4 files changed

+193
-235
lines changed

4 files changed

+193
-235
lines changed

classes/Commands/PluginCommands/PublishCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use X\Support\Plugins;
1212
use X\Commands\Command;
1313
use X\Support\Menu\Menu;
14-
use X\Support\Autoloader;
14+
use Bnomei\Autoloader;
1515

1616
use Kirby\CLI\CLI;
1717
use Kirby\Cms\Plugin;

classes/Support/Autoloader.php

Lines changed: 0 additions & 219 deletions
This file was deleted.

composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
{
22
"name": "genxbe/k3x-cli-tools",
33
"description": "A bunch of usefull tools to use with the Kirby CLI",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"keywords": [
66
"genxbe",
77
"k3x-cli-tools",
88
"kirby",
99
"plugin",
10+
"cli",
11+
"commandline",
12+
"terminal",
1013
"getkirby",
1114
"kirby3",
1215
"kirby3-cms",
1316
"kirby3-plugin"
1417
],
1518
"type": "kirby-plugin",
16-
"license": "proprietary",
19+
"license": "MIT",
1720
"homepage": "https://github.com/genxbe/k3x-cli-tools",
1821
"authors": [
1922
{
@@ -27,8 +30,7 @@
2730
"getkirby/composer-installer": "^1.2",
2831
"php-school/cli-menu": "^4.3",
2932
"nunomaduro/termwind": "^1.14",
30-
"symfony/finder": "^6.1",
31-
"mustangostang/spyc": "^0.6.3"
33+
"bnomei/autoloader-for-kirby": "^1.7"
3234
},
3335
"autoload": {
3436
"psr-4": {

0 commit comments

Comments
 (0)