Skip to content

Commit 78a008b

Browse files
committed
Initial 3.0 Component
1 parent 78ddced commit 78a008b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"require": {
1818
"ext-zip": "*",
1919
"hyperf/translation": "~3.1.0",
20-
"nette/utils": "dev-master"
20+
"nette/utils": "dev-master",
21+
"hyperf/guzzle": "~3.1"
2122
},
2223
"autoload": {
2324
"psr-4": {

src/Command/CreateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
namespace Mine\AppStore\Command;
1414

1515
use Hyperf\Command\Annotation\Command;
16+
use Hyperf\Stringable\Str;
1617
use Mine\AppStore\Enums\PluginTypeEnum;
1718
use Mine\AppStore\Plugin;
18-
use Mine\Helper\Str;
1919
use Symfony\Component\Console\Input\InputArgument;
2020
use Symfony\Component\Console\Input\InputOption;
2121

0 commit comments

Comments
 (0)