mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-02-07 06:15:33 +00:00
composer更新
This commit is contained in:
parent
54082fdcfc
commit
3559aa9f0f
34
composer.json
Normal file
34
composer.json
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
{
|
||||||
|
"name": "topthink/think",
|
||||||
|
"description": "the new thinkphp framework",
|
||||||
|
"type": "project",
|
||||||
|
"keywords": [
|
||||||
|
"framework",
|
||||||
|
"thinkphp",
|
||||||
|
"ORM"
|
||||||
|
],
|
||||||
|
"homepage": "http://thinkphp.cn/",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "liu21st",
|
||||||
|
"email": "liu21st@gmail.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"require": {
|
||||||
|
"php": ">=5.4.0",
|
||||||
|
"topthink/framework": "~5.0.0",
|
||||||
|
"topthink/think-migration": "^2.0",
|
||||||
|
"topthink/think-image": "^1.0",
|
||||||
|
"topthink/think-captcha": "1.*",
|
||||||
|
"overtrue/wechat": "^3.3",
|
||||||
|
"xaboy/form-builder": "^1.2",
|
||||||
|
"tp5er/tp5-databackup": "^1.0"
|
||||||
|
},
|
||||||
|
"extra": {
|
||||||
|
"think-path": "thinkphp"
|
||||||
|
},
|
||||||
|
"config": {
|
||||||
|
"preferred-install": "dist"
|
||||||
|
}
|
||||||
|
}
|
||||||
1105
composer.lock
generated
Normal file
1105
composer.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
2
vendor/composer/ClassLoader.php
vendored
2
vendor/composer/ClassLoader.php
vendored
@ -377,7 +377,7 @@ class ClassLoader
|
|||||||
$subPath = $class;
|
$subPath = $class;
|
||||||
while (false !== $lastPos = strrpos($subPath, '\\')) {
|
while (false !== $lastPos = strrpos($subPath, '\\')) {
|
||||||
$subPath = substr($subPath, 0, $lastPos);
|
$subPath = substr($subPath, 0, $lastPos);
|
||||||
$search = $subPath.'\\';
|
$search = $subPath . '\\';
|
||||||
if (isset($this->prefixDirsPsr4[$search])) {
|
if (isset($this->prefixDirsPsr4[$search])) {
|
||||||
$pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
|
$pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
|
||||||
foreach ($this->prefixDirsPsr4[$search] as $dir) {
|
foreach ($this->prefixDirsPsr4[$search] as $dir) {
|
||||||
|
|||||||
24
vendor/composer/installed.json
vendored
24
vendor/composer/installed.json
vendored
@ -834,17 +834,17 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "topthink/framework",
|
"name": "topthink/framework",
|
||||||
"version": "v5.0.20",
|
"version": "v5.0.11",
|
||||||
"version_normalized": "5.0.20.0",
|
"version_normalized": "5.0.11.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/top-think/framework.git",
|
"url": "https://github.com/top-think/framework.git",
|
||||||
"reference": "e20f6e8cadbbc6e246a0c121c89bfd278f30c76b"
|
"reference": "926c9edb0c2682b14f563cac2c8a93f42f729016"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/top-think/framework/zipball/e20f6e8cadbbc6e246a0c121c89bfd278f30c76b",
|
"url": "https://api.github.com/repos/top-think/framework/zipball/926c9edb0c2682b14f563cac2c8a93f42f729016",
|
||||||
"reference": "e20f6e8cadbbc6e246a0c121c89bfd278f30c76b",
|
"reference": "926c9edb0c2682b14f563cac2c8a93f42f729016",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -859,7 +859,7 @@
|
|||||||
"phpunit/phpunit": "4.8.*",
|
"phpunit/phpunit": "4.8.*",
|
||||||
"sebastian/phpcpd": "2.*"
|
"sebastian/phpcpd": "2.*"
|
||||||
},
|
},
|
||||||
"time": "2018-05-11T08:02:47+00:00",
|
"time": "2017-09-13T03:30:29+00:00",
|
||||||
"type": "think-framework",
|
"type": "think-framework",
|
||||||
"installation-source": "dist",
|
"installation-source": "dist",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -1089,23 +1089,23 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "xaboy/form-builder",
|
"name": "xaboy/form-builder",
|
||||||
"version": "1.2.0",
|
"version": "1.2.3",
|
||||||
"version_normalized": "1.2.0.0",
|
"version_normalized": "1.2.3.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/xaboy/form-builder.git",
|
"url": "https://github.com/xaboy/form-builder.git",
|
||||||
"reference": "5b8dd46a14d7868be46f7a51c22f80ac4ced36f2"
|
"reference": "1b11a518429db5828147d5840ea18480586caa0c"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/xaboy/form-builder/zipball/5b8dd46a14d7868be46f7a51c22f80ac4ced36f2",
|
"url": "https://api.github.com/repos/xaboy/form-builder/zipball/1b11a518429db5828147d5840ea18480586caa0c",
|
||||||
"reference": "5b8dd46a14d7868be46f7a51c22f80ac4ced36f2",
|
"reference": "1b11a518429db5828147d5840ea18480586caa0c",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.4.0"
|
"php": ">=5.4.0"
|
||||||
},
|
},
|
||||||
"time": "2018-08-05T14:03:53+00:00",
|
"time": "2018-08-07T06:29:30+00:00",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"installation-source": "dist",
|
"installation-source": "dist",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user