Skip to content

Commit f319f04

Browse files
committed
code improve
1 parent 76d422b commit f319f04

File tree

4 files changed

+567
-386
lines changed

4 files changed

+567
-386
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jaggle/vmoex",
3-
"license": "proprietary",
3+
"license": "MIT",
44
"description": "jaggle开发的二次元社区",
55
"type": "project",
66
"autoload": {
@@ -19,20 +19,21 @@
1919
},
2020
"require": {
2121
"php": ">=5.5.9",
22+
"ext-json":"*",
2223
"symfony/symfony": "3.4.*",
2324
"doctrine/orm": "^2.5",
2425
"doctrine/doctrine-bundle": "^1.6",
2526
"doctrine/doctrine-cache-bundle": "^1.2",
2627
"symfony/swiftmailer-bundle": "^2.3",
27-
"symfony/monolog-bundle": "^2.8",
28+
"symfony/monolog-bundle": "^3.3",
2829
"symfony/polyfill-apcu": "^1.0",
2930
"sensio/distribution-bundle": "^5.0",
3031
"sensio/framework-extra-bundle": "^3.0.2",
3132
"incenteev/composer-parameter-handler": "^2.0",
3233
"symfony/assetic-bundle": "^2.8",
3334
"symfony/web-server-bundle": "^3.4",
3435
"yzalis/identicon": "^1.2",
35-
"paquettg/php-html-parser": "^1.7",
36+
"jaggle/php-html-parser": "^1.7",
3637
"predis/predis": "^1.1",
3738
"snc/redis-bundle": "^2.1",
3839
"workerman/phpsocket.io": "^1.1",

0 commit comments

Comments
 (0)