Skip to content

Commit

Permalink
更新composer
Browse files Browse the repository at this point in the history
  • Loading branch information
doyouhaobaby committed Dec 22, 2024
1 parent 96ae65d commit 3a6af02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<a href='https://packagist.org/packages/hunzhiwange/queryphp'><img src='http://img.shields.io/packagist/v/hunzhiwange/queryphp.svg' alt='Latest Stable Version' /></a>
<a href="https://php.net"><img src="https://img.shields.io/badge/PHP-%3E%3D%208.4.1-8892BF.svg" alt="Minimum PHP Version"></a>
<a href="https://github.com/spiral/roadrunner"><img alt="RoadRunner Version" src="https://img.shields.io/badge/RoadRunner-%3E=2.12.1-brightgreen.svg" /></a>
<a href="https://github.com/swoole/swoole-src"><img alt="Swoole Version" src="https://img.shields.io/badge/Swoole-%3E=5.1.2-brightgreen.svg" /></a>
<a href="https://github.com/swoole/swoole-src"><img alt="Swoole Version" src="https://img.shields.io/badge/Swoole-%3E=6.0.0-brightgreen.svg" /></a>
<a href="http://opensource.org/licenses/MIT">
<img alt="QueryPHP License" src="https://poser.pugx.org/hunzhiwange/queryphp/license.svg" /></a>
<br />
Expand Down
7 changes: 1 addition & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"require-dev": {
"codedungeon/php-cli-colors": "^1.12.2",
"zircote/swagger-php": "^4.9.2",
"swoole/ide-helper": "^5.1.2"
"swoole/ide-helper": "^6.0.0"
},
"autoload": {
"files": [
Expand All @@ -44,8 +44,6 @@
"/**/*Test.php",
"/**/Fixtures/",
"/vendor/symfony/var-dumper",
"/vendor/symfony/polyfill-php72",
"/vendor/symfony/polyfill-php73",
"/vendor/symfony/polyfill-mbstring",
"/vendor/symfony/var-dumper",
"/vendor/symfony/console",
Expand All @@ -63,11 +61,8 @@
"/vendor/vlucas/",
"/vendor/nunomaduro/",
"/vendor/gettext/",
"/vendor/doctrine/",
"/vendor/egulias/",
"/vendor/hunzhiwange/framework/src/Leevel/Debug/",
"/vendor/psr/",
"/vendor/clio/",
"/vendor/hunzhiwange/framework/src/**/Console/",
"/vendor/codedungeon/",
"/vendor/nikic/php-parser/",
Expand Down

0 comments on commit 3a6af02

Please sign in to comment.