Skip to content

Commit

Permalink
Merge pull request #1 from mineadmin/2.0-dev
Browse files Browse the repository at this point in the history
fix hyperf version
  • Loading branch information
zds-s authored Jan 20, 2024
2 parents 9d5638a + 190af7d commit 4605df4
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<testsuites>
<testsuite name="Tests">
<directory suffix="Test.php">./src/jwt-auth</directory>
<directory suffix="Test.php">./src/mine</directory>
<directory suffix="Test.php">./src/mine-core</directory>
<directory suffix="Test.php">./src/office</directory>
<directory suffix="Test.php">./src/gateway</directory>
<directory suffix="Test.php">./src/translatable</directory>
Expand Down
58 changes: 29 additions & 29 deletions src/mine-core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,36 +38,36 @@
"ext-redis": "*",
"ext-swoole": ">=5.0",
"doctrine/dbal": "^3.1",
"hyperf/di": "~3.1.0",
"hyperf/amqp": "~3.1.0",
"hyperf/async-queue": "~3.1.0",
"hyperf/cache": "~3.1.0",
"hyperf/codec": "~3.1.0",
"hyperf/command": "~3.1.0",
"hyperf/config": "~3.1.0",
"hyperf/crontab": "~3.1.0",
"hyperf/database": "~3.1.0",
"hyperf/database-pgsql": "~3.1.0",
"hyperf/constants": "~3.1.0",
"hyperf/db-connection": "~3.1.0",
"hyperf/filesystem": "~3.1.0",
"hyperf/di": "^3.1",
"hyperf/amqp": "^3.1",
"hyperf/async-queue": "^3.1",
"hyperf/cache": "^3.1",
"hyperf/codec": "^3.1",
"hyperf/command": "^3.1",
"hyperf/config": "^3.1",
"hyperf/crontab": "^3.1",
"hyperf/database": "^3.1",
"hyperf/database-pgsql": "^3.1",
"hyperf/constants": "^3.1",
"hyperf/db-connection": "^3.1",
"hyperf/filesystem": "^3.1",
"hyperf/flysystem-oss": "^1.2",
"hyperf/framework": "~3.1.0",
"hyperf/guzzle": "~3.1.0",
"hyperf/http-server": "~3.1.0",
"hyperf/logger": "~3.1.0",
"hyperf/memory": "~3.1.0",
"hyperf/model-cache": "~3.1.0",
"hyperf/paginator": "~3.1.0",
"hyperf/pool": "~3.1.0",
"hyperf/process": "~3.1.0",
"hyperf/redis": "~3.1.0",
"hyperf/snowflake": "~3.1.0",
"hyperf/support": "~3.1.0",
"hyperf/translation": "~3.1.0",
"hyperf/validation": "~3.1.0",
"hyperf/websocket-server": "~3.1.0",
"hyperf/migration-generator": "~3.1.0",
"hyperf/framework": "^3.1",
"hyperf/guzzle": "^3.1",
"hyperf/http-server": "^3.1",
"hyperf/logger": "^3.1",
"hyperf/memory": "^3.1",
"hyperf/model-cache": "^3.1",
"hyperf/paginator": "^3.1",
"hyperf/pool": "^3.1",
"hyperf/process": "^3.1",
"hyperf/redis": "^3.1",
"hyperf/snowflake": "^3.1",
"hyperf/support": "^3.1",
"hyperf/translation": "^3.1",
"hyperf/validation": "^3.1",
"hyperf/websocket-server": "^3.1",
"hyperf/migration-generator": "^3.1",
"overtrue/flysystem-cos": "^5.0",
"overtrue/flysystem-qiniu": "^3.0",
"symfony/property-access": "^6.0",
Expand Down
16 changes: 8 additions & 8 deletions src/translatable/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@
"require": {
"php": ">=8.1",
"ext-swoole": ">=5.0",
"hyperf/config": "~3.1.0",
"hyperf/database": "~3.1.0",
"hyperf/db-connection": "~3.1.0",
"hyperf/di": "~3.1.0",
"hyperf/framework": "~3.1.0",
"hyperf/model-listener": "~3.1.0",
"hyperf/translation": "~3.1.0"
"hyperf/config": "^3.1",
"hyperf/database": "^3.1",
"hyperf/db-connection": "^3.1",
"hyperf/di": "^3.1",
"hyperf/framework": "^3.1",
"hyperf/model-listener": "^3.1",
"hyperf/translation": "^3.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"hyperf/testing": "3.0.*",
"hyperf/testing": "^3.1",
"phpstan/phpstan": "^1.0",
"swoole/ide-helper": "^5.0",
"mockery/mockery": "^1.0"
Expand Down

0 comments on commit 4605df4

Please sign in to comment.