Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
I
installer
Project
Project
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
vnp-framework
installer
Commits
5634564c
Commit
5634564c
authored
Dec 10, 2015
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #42 from GrahamForks/lock
Updated composer.lock
parents
de411225
28766852
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
88 additions
and
25 deletions
+88
-25
composer.lock
composer.lock
+88
-25
No files found.
composer.lock
View file @
5634564c
...
...
@@ -4,21 +4,21 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "
a7cc4f0e2abad936f2314e9201368d37
",
"content-hash": "
57d49bea7dabb0670c2ea5ad58ca6f4a
",
"hash": "
d4c1de400ec0ea552ab8d3064386d686
",
"content-hash": "
70c155d8bc1293c13b6e57882bdb0811
",
"packages": [
{
"name": "guzzlehttp/guzzle",
"version": "6.1.
0
",
"version": "6.1.
1
",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "
66fd14b4d0b8f2389eaf37c5458608c7cb793a81
"
"reference": "
c6851d6e48f63b69357cbfa55bca116448140e0c
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/
66fd14b4d0b8f2389eaf37c5458608c7cb793a81
",
"reference": "
66fd14b4d0b8f2389eaf37c5458608c7cb793a81
",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/
c6851d6e48f63b69357cbfa55bca116448140e0c
",
"reference": "
c6851d6e48f63b69357cbfa55bca116448140e0c
",
"shasum": ""
},
"require": {
...
...
@@ -67,7 +67,7 @@
"rest",
"web service"
],
"time": "2015-
09-08 17:36:26
"
"time": "2015-
11-23 00:47:50
"
},
{
"name": "guzzlehttp/promises",
...
...
@@ -229,25 +229,26 @@
},
{
"name": "symfony/console",
"version": "v
2.7.6
",
"version": "v
3.0.0
",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "
5efd632294c8320ea52492db22292ff853a43766
"
"reference": "
175871ca8d1ef16ff8d8cac395a1c73afa8d0e63
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/
5efd632294c8320ea52492db22292ff853a43766
",
"reference": "
5efd632294c8320ea52492db22292ff853a43766
",
"url": "https://api.github.com/repos/symfony/console/zipball/
175871ca8d1ef16ff8d8cac395a1c73afa8d0e63
",
"reference": "
175871ca8d1ef16ff8d8cac395a1c73afa8d0e63
",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
"php": ">=5.5.9",
"symfony/polyfill-mbstring": "~1.0"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/event-dispatcher": "~2.
1
",
"symfony/process": "~2.
1
"
"symfony/event-dispatcher": "~2.
8|~3.0
",
"symfony/process": "~2.
8|~3.0
"
},
"suggest": {
"psr/log": "For using the console logger",
...
...
@@ -257,13 +258,16 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "
2.7
-dev"
"dev-master": "
3.0
-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
}
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
...
...
@@ -281,35 +285,94 @@
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
"time": "2015-10-20 14:38:46"
"time": "2015-11-30 12:36:17"
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "0b6a8940385311a24e060ec1fe35680e17c74497"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0b6a8940385311a24e060ec1fe35680e17c74497",
"reference": "0b6a8940385311a24e060ec1fe35680e17c74497",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
"time": "2015-11-04 20:28:58"
},
{
"name": "symfony/process",
"version": "v
2.7.6
",
"version": "v
3.0.0
",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "
4a959dd4e19c2c5d7512689413921e0a74386ec7
"
"reference": "
01383ed02a1020759bc8ee5d975fcec04ba16fbf
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/
4a959dd4e19c2c5d7512689413921e0a74386ec7
",
"reference": "
4a959dd4e19c2c5d7512689413921e0a74386ec7
",
"url": "https://api.github.com/repos/symfony/process/zipball/
01383ed02a1020759bc8ee5d975fcec04ba16fbf
",
"reference": "
01383ed02a1020759bc8ee5d975fcec04ba16fbf
",
"shasum": ""
},
"require": {
"php": ">=5.
3
.9"
"php": ">=5.
5
.9"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "
2.7
-dev"
"dev-master": "
3.0
-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
}
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
...
...
@@ -327,7 +390,7 @@
],
"description": "Symfony Process Component",
"homepage": "https://symfony.com",
"time": "2015-1
0-23 14:47:2
7"
"time": "2015-1
1-30 12:36:1
7"
}
],
"packages-dev": [],
...
...
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