Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
media-resource
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨昕
media-resource
Commits
120efb6a
Commit
120efb6a
authored
Aug 05, 2020
by
杨昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
7d377ceb
Pipeline
#10438
passed with stages
in 44 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
114 additions
and
2 deletions
+114
-2
ModuleModel.php
app/Model/ModuleModel.php
+1
-1
composer.lock
composer.lock
+113
-1
No files found.
app/Model/ModuleModel.php
View file @
120efb6a
...
...
@@ -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
);
}
}
composer.lock
View file @
120efb6a
...
...
@@ -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": {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment