File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 4949 "cs-fix" : " php-cs-fixer fix $1"
5050 },
5151 "extra" : {
52+ "branch-alias" : {
53+ "dev-main" : " 0.1-dev"
54+ },
5255 "hyperf" : {
5356 "config" : " Gemini\\ DnsCloud\\ ConfigProvider"
5457 }
Original file line number Diff line number Diff line change @@ -17,17 +17,21 @@ class ConfigProvider
1717 public function __invoke (): array
1818 {
1919 return [
20- 'dependencies ' => [
21- ],
22- 'commands ' => [
23- ],
2420 'annotations ' => [
2521 'scan ' => [
2622 'paths ' => [
2723 __DIR__ ,
2824 ],
2925 ],
3026 ],
27+ 'publish ' => [
28+ [
29+ 'id ' => 'config ' ,
30+ 'description ' => 'The config for dns-cloud. ' ,
31+ 'source ' => __DIR__ . '/../publish/dns_cloud.php ' ,
32+ 'destination ' => BASE_PATH . '/config/autoload/dns_cloud.php ' ,
33+ ],
34+ ],
3135 ];
3236 }
3337}
You can’t perform that action at this time.
0 commit comments