Skip to content

Commit

Permalink
Merge pull request #951 from GeekQu/Anankke_dev
Browse files Browse the repository at this point in the history
同步计划#1
  • Loading branch information
Anankke committed Mar 10, 2020
2 parents 77b22c5 + 2ea7dde commit fb18b2c
Show file tree
Hide file tree
Showing 207 changed files with 21,092 additions and 6,370 deletions.
1 change: 1 addition & 0 deletions app/container.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

declare(strict_types=1);

use Slim\Container;
Expand Down
1 change: 1 addition & 0 deletions app/middleware.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

declare(strict_types=1);

use Slim\App;
Expand Down
1 change: 1 addition & 0 deletions app/predefine.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

declare(strict_types=1);
/**
* To define global variable
Expand Down
565 changes: 315 additions & 250 deletions app/routes.php

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"chen-see/chen-pay": "^1.0@dev",
"league/omnipay": "^3",
"lokielse/omnipay-alipay": "*",
"khanamiryan/qrcode-detector-decoder": "*"
"khanamiryan/qrcode-detector-decoder": "*",
"symfony/yaml": "^4.4@dev",
"irazasyed/telegram-bot-sdk": "^2.0"
},
"autoload": {
"psr-4": {
Expand Down
635 changes: 421 additions & 214 deletions config/.config.example.php

Large diffs are not rendered by default.

Loading

0 comments on commit fb18b2c

Please sign in to comment.