Commit 120efb6a by 杨昕

test

parent 7d377ceb
Pipeline #10438 passed with stages
in 44 seconds
......@@ -7,7 +7,7 @@ use Illuminate\Database\Eloquent\Model;
class ModuleModel extends Model
{
public static function getModuleList(){
$module = file_get_contents('module.json');
$module = file_get_contents(public_path('module.json'));
return json_decode($module,true);
}
}
......@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "406acf0914b165793ca0d5c7e37f7408",
"content-hash": "7214d6941783eda5b5d4a23e562f5e10",
"packages": [
{
"name": "aliyuncs/oss-sdk-php",
......@@ -622,6 +622,84 @@
"time": "2019-07-01T23:21:34+00:00"
},
{
"name": "hhxsv5/laravel-s",
"version": "v3.7.6",
"source": {
"type": "git",
"url": "https://github.com/hhxsv5/laravel-s.git",
"reference": "f0c0275f875072f0b6ac74e5d5a320c2ab5950f9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hhxsv5/laravel-s/zipball/f0c0275f875072f0b6ac74e5d5a320c2ab5950f9",
"reference": "f0c0275f875072f0b6ac74e5d5a320c2ab5950f9",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"ext-pcntl": "*",
"php": ">=5.5.9",
"swoole/ide-helper": "@dev",
"symfony/console": ">=2.7.0"
},
"require-dev": {
"phpunit/phpunit": ">=4.8.36"
},
"suggest": {
"ext-inotify": "Inotify, used to real-time reload.",
"ext-swoole": "Coroutine based Async PHP programming framework, require >= 1.7.19."
},
"bin": [
"bin/fswatch"
],
"type": "library",
"extra": {
"laravel": {
"providers": [
"Hhxsv5\\LaravelS\\Illuminate\\LaravelSServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Hhxsv5\\LaravelS\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Xie Biao",
"email": "hhxsv5@sina.com"
}
],
"description": "🚀 LaravelS is an out-of-the-box adapter between Swoole and Laravel/Lumen.",
"homepage": "https://github.com/hhxsv5/laravel-s",
"keywords": [
"LaravelS",
"async",
"coroutine",
"http",
"inotify",
"laravel",
"laravel-s",
"lumen",
"performance",
"process",
"server",
"swoole",
"task",
"tcp",
"timer",
"udp",
"websocket"
],
"time": "2020-07-20T16:24:14+00:00"
},
{
"name": "jacobcyl/ali-oss-storage",
"version": "2.1.0",
"source": {
......@@ -2522,6 +2600,40 @@
"time": "2019-11-12T09:31:26+00:00"
},
{
"name": "swoole/ide-helper",
"version": "4.5.2",
"source": {
"type": "git",
"url": "https://github.com/swoole/ide-helper.git",
"reference": "e45892fb913204fc776bdec019ca8b723e7249b1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/swoole/ide-helper/zipball/e45892fb913204fc776bdec019ca8b723e7249b1",
"reference": "e45892fb913204fc776bdec019ca8b723e7249b1",
"shasum": ""
},
"require-dev": {
"guzzlehttp/guzzle": "~6.5.0",
"laminas/laminas-code": "~3.4.0",
"squizlabs/php_codesniffer": "~3.5.0",
"symfony/filesystem": "~4.0"
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Team Swoole",
"email": "team@swoole.com"
}
],
"description": "IDE help files for Swoole.",
"time": "2020-05-28T19:17:49+00:00"
},
{
"name": "symfony/console",
"version": "v4.4.10",
"source": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment