Commit d0e61f2b authored by root's avatar root
Browse files

hyperf2.2.0

parent 67b1274b
Loading
Loading
Loading
Loading

.gitignore

100644 → 100755
+0 −0

File mode changed from 100644 to 100755.

Exporter.MD

100644 → 100755
+0 −0

File mode changed from 100644 to 100755.

LICENSE

100644 → 100755
+0 −0

File mode changed from 100644 to 100755.

README.md

100644 → 100755
+391 −391

File changed.File mode changed from 100644 to 100755.

Contains only whitespace changes.

composer.json

100644 → 100755
+48 −48
Original line number Original line Diff line number Diff line
@@ -15,21 +15,21 @@
    "ext-gd": "*",
    "ext-gd": "*",
    "ext-curl": "*",
    "ext-curl": "*",
    "ext-mbstring": "*",
    "ext-mbstring": "*",
    "hyperf/cache": "~2.1.0",
    "hyperf/cache": "~2.2.0",
    "hyperf/framework": "~2.1.0",
    "hyperf/framework": "~2.2.0",
    "hyperf/db-connection": "~2.1.0",
    "hyperf/db-connection": "~2.2.0",
    "hyperf/validation": "~2.1.0",
    "hyperf/validation": "~2.2.0",
    "hyperf/command": "~2.1.0",
    "hyperf/command": "~2.2.0",
    "hyperf/redis": "~2.1.0",
    "hyperf/redis": "~2.2.0",
    "hyperf/guzzle": "~2.1.0",
    "hyperf/guzzle": "~2.2.0",
    "hyperf/config": "~2.1.0",
    "hyperf/config": "~2.2.0",
    "hyperf/logger": "~2.1.0",
    "hyperf/logger": "~2.2.0",
    "hyperf/service-governance": "~2.1.0",
    "hyperf/service-governance": "~2.2.0",
    "fzaninotto/faker": "^1.9",
    "fzaninotto/faker": "^1.9",
    "phpoffice/phpspreadsheet": "^1.18",
    "phpoffice/phpspreadsheet": "^1.18",
    "dimsav/unix-zipper": "1.*",
    "dimsav/unix-zipper": "1.*",
    "hyperf/amqp": "~2.1.0",
    "hyperf/amqp": "~2.2.0",
    "hyperf/paginator": "~2.1.0"
    "hyperf/paginator": "~2.2.0"
  },
  },
  "autoload": {
  "autoload": {
    "psr-4": {
    "psr-4": {
Loading