Skip to content

Commit aedf48d

Browse files
author
jay
committed
fixed:修复
1 parent 9da217d commit aedf48d

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# 安装
2-
composer require redunicorn/document
2+
composer require phpzlc/document-bundle

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
"psr-4": {
1919
"PHPZlc\\Document\\": ["src"]
2020
}
21-
},
22-
"require": {
23-
"php": "^7.2.5"
2421
}
2522
}
2623

src/Entrance/DocumentBundle/Command/GenerateDocumentConfigCommand.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,4 @@ public function execute(InputInterface $input, OutputInterface $output)
121121

122122
return true;
123123
}
124-
125-
126-
127124
}

0 commit comments

Comments
 (0)