|
@@ -1,12 +1,59 @@
|
|
{
|
|
{
|
|
"_readme": [
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"This file locks the dependencies of your project to a known state",
|
|
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
|
|
|
|
|
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
"This file is @generated automatically"
|
|
],
|
|
],
|
|
- "content-hash": "1e384d623e31a965b1b464abfbb3ff95",
|
|
|
|
|
|
+ "content-hash": "b0185e6340bf042515e33369b3875eae",
|
|
"packages": [
|
|
"packages": [
|
|
{
|
|
{
|
|
|
|
+ "name": "aliyuncs/oss-sdk-php",
|
|
|
|
+ "version": "v2.4.1",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/aliyun/aliyun-oss-php-sdk.git",
|
|
|
|
+ "reference": "492866331b7bafaac09506cf42f351b7e9e63766"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/aliyun/aliyun-oss-php-sdk/zipball/492866331b7bafaac09506cf42f351b7e9e63766",
|
|
|
|
+ "reference": "492866331b7bafaac09506cf42f351b7e9e63766",
|
|
|
|
+ "shasum": "",
|
|
|
|
+ "mirrors": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
+ "preferred": true
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=5.3"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phpunit/phpunit": "~4.0",
|
|
|
|
+ "satooshi/php-coveralls": "~1.0"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "OSS\\": "src/OSS"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Aliyuncs",
|
|
|
|
+ "homepage": "http://www.aliyun.com"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Aliyun OSS SDK for PHP",
|
|
|
|
+ "homepage": "http://www.aliyun.com/product/oss/",
|
|
|
|
+ "time": "2020-09-29T06:23:57+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
"name": "bacon/bacon-qr-code",
|
|
"name": "bacon/bacon-qr-code",
|
|
"version": "1.0.3",
|
|
"version": "1.0.3",
|
|
"source": {
|
|
"source": {
|
|
@@ -1113,6 +1160,63 @@
|
|
"time": "2019-06-24T14:06:31+00:00"
|
|
"time": "2019-06-24T14:06:31+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
|
|
+ "name": "jacobcyl/ali-oss-storage",
|
|
|
|
+ "version": "2.1.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/jacobcyl/Aliyun-oss-storage.git",
|
|
|
|
+ "reference": "c0cb9ba1d3faf22a1e04a03602aac90a187b5959"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/jacobcyl/Aliyun-oss-storage/zipball/c0cb9ba1d3faf22a1e04a03602aac90a187b5959",
|
|
|
|
+ "reference": "c0cb9ba1d3faf22a1e04a03602aac90a187b5959",
|
|
|
|
+ "shasum": "",
|
|
|
|
+ "mirrors": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
+ "preferred": true
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "aliyuncs/oss-sdk-php": "~2.0"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "laravel": {
|
|
|
|
+ "providers": [
|
|
|
|
+ "Jacobcyl\\AliOSS\\AliOssServiceProvider"
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Jacobcyl\\AliOSS\\": "src/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "jacobcyl",
|
|
|
|
+ "email": "cyl.jacob@gmail.com"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "aliyun oss filesystem storage for laravel 5+",
|
|
|
|
+ "homepage": "http://jacobcyl.github.io/Aliyun-oss-storage/",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "aliyun",
|
|
|
|
+ "filesystems",
|
|
|
|
+ "laravel",
|
|
|
|
+ "oss",
|
|
|
|
+ "storage"
|
|
|
|
+ ],
|
|
|
|
+ "time": "2018-04-02T03:44:01+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
"name": "jakub-onderka/php-console-color",
|
|
"name": "jakub-onderka/php-console-color",
|
|
"version": "v0.2",
|
|
"version": "v0.2",
|
|
"source": {
|
|
"source": {
|
|
@@ -1158,6 +1262,7 @@
|
|
"email": "jakub.onderka@gmail.com"
|
|
"email": "jakub.onderka@gmail.com"
|
|
}
|
|
}
|
|
],
|
|
],
|
|
|
|
+ "abandoned": "php-parallel-lint/php-console-color",
|
|
"time": "2018-09-29T17:23:10+00:00"
|
|
"time": "2018-09-29T17:23:10+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -1210,9 +1315,58 @@
|
|
}
|
|
}
|
|
],
|
|
],
|
|
"description": "Highlight PHP code in terminal",
|
|
"description": "Highlight PHP code in terminal",
|
|
|
|
+ "abandoned": "php-parallel-lint/php-console-highlighter",
|
|
"time": "2018-09-29T18:48:56+00:00"
|
|
"time": "2018-09-29T18:48:56+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
|
|
+ "name": "johnlui/aliyun-oss",
|
|
|
|
+ "version": "v2.2.1",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/johnlui/AliyunOSS.git",
|
|
|
|
+ "reference": "f10fdec4775e22a8295366981e1daf48c62ce5d3"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/johnlui/AliyunOSS/zipball/f10fdec4775e22a8295366981e1daf48c62ce5d3",
|
|
|
|
+ "reference": "f10fdec4775e22a8295366981e1daf48c62ce5d3",
|
|
|
|
+ "shasum": "",
|
|
|
|
+ "mirrors": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
+ "preferred": true
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=5.4.0"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "files": [
|
|
|
|
+ "src/AliyunOSS.php"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "John Lui",
|
|
|
|
+ "email": "wenhanlv@gmail.com"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "阿里云 OSS 官方 SDK 的 Composer 封装,支持任何 PHP 项目,包括 Laravel、Symfony、TinyLara 等等。",
|
|
|
|
+ "homepage": "https://github.com/johnlui/AliyunOSS",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "AliyunOSS",
|
|
|
|
+ "aliyun",
|
|
|
|
+ "oss"
|
|
|
|
+ ],
|
|
|
|
+ "time": "2017-04-06T06:48:21+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
"name": "kylekatarnls/update-helper",
|
|
"name": "kylekatarnls/update-helper",
|
|
"version": "1.2.0",
|
|
"version": "1.2.0",
|
|
"source": {
|
|
"source": {
|
|
@@ -1551,12 +1705,12 @@
|
|
"version": "v2.8.3",
|
|
"version": "v2.8.3",
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
- "url": "https://gitlab.com/Laravelium/Sitemap.git",
|
|
|
|
|
|
+ "url": "https://github.com/Laravelium/laravel-sitemap.git",
|
|
"reference": "91a26679cc8d6ce59474d678bd23bee4d8471e0e"
|
|
"reference": "91a26679cc8d6ce59474d678bd23bee4d8471e0e"
|
|
},
|
|
},
|
|
"dist": {
|
|
"dist": {
|
|
"type": "zip",
|
|
"type": "zip",
|
|
- "url": "https://gitlab.com/api/v4/projects/Laravelium%2FSitemap/repository/archive.zip?sha=91a26679cc8d6ce59474d678bd23bee4d8471e0e",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/Laravelium/laravel-sitemap/zipball/91a26679cc8d6ce59474d678bd23bee4d8471e0e",
|
|
"reference": "91a26679cc8d6ce59474d678bd23bee4d8471e0e",
|
|
"reference": "91a26679cc8d6ce59474d678bd23bee4d8471e0e",
|
|
"shasum": "",
|
|
"shasum": "",
|
|
"mirrors": [
|
|
"mirrors": [
|
|
@@ -2281,12 +2435,12 @@
|
|
"version": "v1.1.1",
|
|
"version": "v1.1.1",
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
- "url": "https://github.com/nrk/predis.git",
|
|
|
|
|
|
+ "url": "https://github.com/predis/predis.git",
|
|
"reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
|
|
"reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
|
|
},
|
|
},
|
|
"dist": {
|
|
"dist": {
|
|
"type": "zip",
|
|
"type": "zip",
|
|
- "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/predis/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
|
|
"reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
|
|
"reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
|
|
"shasum": "",
|
|
"shasum": "",
|
|
"mirrors": [
|
|
"mirrors": [
|
|
@@ -5756,6 +5910,7 @@
|
|
"keywords": [
|
|
"keywords": [
|
|
"tokenizer"
|
|
"tokenizer"
|
|
],
|
|
],
|
|
|
|
+ "abandoned": true,
|
|
"time": "2019-09-17T06:23:10+00:00"
|
|
"time": "2019-09-17T06:23:10+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -6591,5 +6746,6 @@
|
|
"platform": {
|
|
"platform": {
|
|
"php": "^7.1.3"
|
|
"php": "^7.1.3"
|
|
},
|
|
},
|
|
- "platform-dev": []
|
|
|
|
|
|
+ "platform-dev": [],
|
|
|
|
+ "plugin-api-version": "1.1.0"
|
|
}
|
|
}
|