fix: composer pageckage name

This commit is contained in:
刀刀
2020-06-28 11:01:53 +08:00
parent edd23cd036
commit e3066b0910
10 changed files with 17 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "rock-admin/admin",
"name": "hyperf-admin/admin",
"type": "project",
"license": "MIT",
"authors": [
@@ -9,8 +9,8 @@
}
],
"require": {
"rock-admin/base-utils": "dev-master",
"rock-admin/validation": "dev-master"
"hyperf-admin/base-utils": "dev-master",
"hyperf-admin/validation": "dev-master"
},
"autoload": {
"psr-4": {

View File

@@ -1,5 +1,5 @@
{
"name": "rock-admin/alert-manager",
"name": "hyperf-admin/alert-manager",
"type": "library",
"license": "MIT",
"authors": [
@@ -11,7 +11,7 @@
"require": {
"hyperf/async-queue": "~2.0.0",
"hyperf/process": "~2.0.0",
"rock-admin/rule-engine": "dev-master"
"hyperf-admin/rule-engine": "dev-master"
},
"autoload": {
"psr-4": {

View File

@@ -1,5 +1,5 @@
{
"name": "rock-admin/base-utils",
"name": "hyperf-admin/base-utils",
"type": "project",
"license": "MIT",
"authors": [

View File

@@ -1,5 +1,5 @@
{
"name": "rock-admin/cron-center",
"name": "hyperf-admin/cron-center",
"description": "hyperf crontab manager",
"type": "library",
"license": "MIT",
@@ -14,7 +14,7 @@
"hyperf/process": "~2.0.0",
"hyperf/command": "~2.0.0",
"hyperf/event": "~2.0.0",
"rock-admin/base-utils": "dev-master"
"hyperf-admin/base-utils": "dev-master"
},
"autoload": {
"psr-4": {

View File

@@ -1,5 +1,5 @@
{
"name": "rock-admin/data-focus",
"name": "hyperf-admin/data-focus",
"type": "library",
"license": "MIT",
"authors": [
@@ -9,7 +9,7 @@
}
],
"require": {
"rock-admin/admin": "dev-master",
"hyperf-admin/admin": "dev-master",
"nette/php-generator": "^3.4"
},
"autoload": {

View File

@@ -1,5 +1,5 @@
{
"name": "rock-admin/dev-tools",
"name": "hyperf-admin/dev-tools",
"type": "library",
"license": "MIT",
"authors": [
@@ -9,7 +9,7 @@
}
],
"require": {
"rock-admin/admin": "dev-master",
"hyperf-admin/admin": "dev-master",
"nette/php-generator": "^3.3"
},
"autoload": {

View File

@@ -1,5 +1,5 @@
{
"name": "rock-admin/event-bus",
"name": "hyperf-admin/event-bus",
"type": "library",
"license": "MIT",
"authors": [

View File

@@ -1,5 +1,5 @@
{
"name": "rock-admin/process-manager",
"name": "hyperf-admin/process-manager",
"type": "project",
"license": "MIT",
"authors": [

View File

@@ -1,5 +1,5 @@
{
"name": "rock-admin/rule-engine",
"name": "hyperf-admin/rule-engine",
"type": "library",
"license": "MIT",
"authors": [

View File

@@ -1,5 +1,5 @@
{
"name": "rock-admin/validation",
"name": "hyperf-admin/validation",
"type": "project",
"license": "MIT",
"authors": [
@@ -10,7 +10,7 @@
],
"require": {
"hyperf/validation": "~2.0.0",
"rock-admin/base-utils": "dev-master"
"hyperf-admin/base-utils": "dev-master"
},
"autoload": {
"psr-4": {