Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
shanliu committed Apr 6, 2020
1 parent 215066c commit e4ba5f6
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions composer.json
Expand Up @@ -20,27 +20,27 @@
"files": ["src/common/Bootstarp.php"]
},
"require": {
"lsys/i18n":"~0.0.0",
"lsys/config":"~0.0.0"
"lsys/i18n":"~0.0.1",
"lsys/config":"~0.0.1"
},
"require-dev": {
"lsys/profiler":"~0.0.0",
"lsys/event":"~0.0.0",
"lsys/profiler":"~0.0.1",
"lsys/event":"~0.0.1",
"ext-mysqli":"*",
"ext-pdo":"*",
"phpunit/phpunit" : "~7.1.5",
"php-coveralls/php-coveralls":"~v2.0.0",
"lsys/redis":"~0.0.0",
"lsys/memcached":"~0.0.0",
"lsys/memcache":"~0.0.0"
"lsys/redis":"~0.0.1",
"lsys/memcached":"~0.0.1",
"lsys/memcache":"~0.0.1"
},
"suggest": {
"lsys/profiler":"~0.0.0",
"lsys/event":"~0.0.0",
"lsys/profiler":"~0.0.1",
"lsys/event":"~0.0.1",
"ext-mysqli":"*",
"lsys/memcache":"~0.0.0",
"lsys/memcached":"~0.0.0",
"lsys/redis":"~0.0.0",
"lsys/memcache":"~0.0.1",
"lsys/memcached":"~0.0.1",
"lsys/redis":"~0.0.1",
"ext-pdo":"*",
"ext-pdo_sqlite":"*",
"ext-pdo_mysql":"*",
Expand Down

0 comments on commit e4ba5f6

Please sign in to comment.