mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
Dev dependency update
This commit is contained in:
parent
736a8c9d0c
commit
8103d37bc7
2 changed files with 52 additions and 58 deletions
10
vendor-bin/csfixer/composer.lock
generated
10
vendor-bin/csfixer/composer.lock
generated
|
@ -423,16 +423,16 @@
|
|||
},
|
||||
{
|
||||
"name": "psr/log",
|
||||
"version": "1.0.2",
|
||||
"version": "1.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/php-fig/log.git",
|
||||
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
|
||||
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
|
||||
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
|
||||
"url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
|
||||
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -466,7 +466,7 @@
|
|||
"psr",
|
||||
"psr-3"
|
||||
],
|
||||
"time": "2016-10-10T12:19:37+00:00"
|
||||
"time": "2018-11-20T15:27:04+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/console",
|
||||
|
|
100
vendor-bin/robo/composer.lock
generated
100
vendor-bin/robo/composer.lock
generated
|
@ -8,20 +8,20 @@
|
|||
"packages": [
|
||||
{
|
||||
"name": "consolidation/annotated-command",
|
||||
"version": "2.9.1",
|
||||
"version": "2.10.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/consolidation/annotated-command.git",
|
||||
"reference": "4bdbb8fa149e1cc1511bd77b0bc4729fd66bccac"
|
||||
"reference": "8e7d1a05230dc1159c751809e98b74f2b7f71873"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/consolidation/annotated-command/zipball/4bdbb8fa149e1cc1511bd77b0bc4729fd66bccac",
|
||||
"reference": "4bdbb8fa149e1cc1511bd77b0bc4729fd66bccac",
|
||||
"url": "https://api.github.com/repos/consolidation/annotated-command/zipball/8e7d1a05230dc1159c751809e98b74f2b7f71873",
|
||||
"reference": "8e7d1a05230dc1159c751809e98b74f2b7f71873",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"consolidation/output-formatters": "^3.1.12",
|
||||
"consolidation/output-formatters": "^3.4",
|
||||
"php": ">=5.4.0",
|
||||
"psr/log": "^1",
|
||||
"symfony/console": "^2.8|^3|^4",
|
||||
|
@ -56,7 +56,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Initialize Symfony Console commands from annotated command class methods.",
|
||||
"time": "2018-09-19T17:47:18+00:00"
|
||||
"time": "2018-11-15T01:46:18+00:00"
|
||||
},
|
||||
{
|
||||
"name": "consolidation/config",
|
||||
|
@ -219,16 +219,16 @@
|
|||
},
|
||||
{
|
||||
"name": "consolidation/robo",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/consolidation/Robo.git",
|
||||
"reference": "31f2d2562c4e1dcde70f2659eefd59aa9c7f5b2d"
|
||||
"reference": "a9bd9ecf00751aa92754903c0d17612c4e840ce8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/consolidation/Robo/zipball/31f2d2562c4e1dcde70f2659eefd59aa9c7f5b2d",
|
||||
"reference": "31f2d2562c4e1dcde70f2659eefd59aa9c7f5b2d",
|
||||
"url": "https://api.github.com/repos/consolidation/Robo/zipball/a9bd9ecf00751aa92754903c0d17612c4e840ce8",
|
||||
"reference": "a9bd9ecf00751aa92754903c0d17612c4e840ce8",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -237,7 +237,6 @@
|
|||
"consolidation/log": "~1",
|
||||
"consolidation/output-formatters": "^3.1.13",
|
||||
"consolidation/self-update": "^1",
|
||||
"g1a/composer-test-scenarios": "^2",
|
||||
"grasmash/yaml-expander": "^1.3",
|
||||
"league/container": "^2.2",
|
||||
"php": ">=5.5.0",
|
||||
|
@ -254,14 +253,15 @@
|
|||
"codeception/aspect-mock": "^1|^2.1.1",
|
||||
"codeception/base": "^2.3.7",
|
||||
"codeception/verify": "^0.3.2",
|
||||
"g1a/composer-test-scenarios": "^3",
|
||||
"goaop/framework": "~2.1.2",
|
||||
"goaop/parser-reflection": "^1.1.0",
|
||||
"natxet/cssmin": "3.0.4",
|
||||
"nikic/php-parser": "^3.1.5",
|
||||
"patchwork/jsqueeze": "~2",
|
||||
"pear/archive_tar": "^1.4.2",
|
||||
"php-coveralls/php-coveralls": "^1",
|
||||
"phpunit/php-code-coverage": "~2|~4",
|
||||
"satooshi/php-coveralls": "^2",
|
||||
"squizlabs/php_codesniffer": "^2.8"
|
||||
},
|
||||
"suggest": {
|
||||
|
@ -275,9 +275,36 @@
|
|||
],
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"scenarios": {
|
||||
"symfony4": {
|
||||
"require": {
|
||||
"symfony/console": "^4"
|
||||
},
|
||||
"config": {
|
||||
"platform": {
|
||||
"php": "7.1.3"
|
||||
}
|
||||
}
|
||||
},
|
||||
"symfony2": {
|
||||
"require": {
|
||||
"symfony/console": "^2.8"
|
||||
},
|
||||
"remove": [
|
||||
"goaop/framework"
|
||||
],
|
||||
"config": {
|
||||
"platform": {
|
||||
"php": "5.5.9"
|
||||
}
|
||||
},
|
||||
"scenario-options": {
|
||||
"create-lockfile": "false"
|
||||
}
|
||||
}
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-master": "1.x-dev",
|
||||
"dev-state": "1.x-dev"
|
||||
"dev-master": "1.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -296,7 +323,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Modern task runner",
|
||||
"time": "2018-08-17T18:44:18+00:00"
|
||||
"time": "2018-11-22T05:43:44+00:00"
|
||||
},
|
||||
{
|
||||
"name": "consolidation/self-update",
|
||||
|
@ -438,39 +465,6 @@
|
|||
],
|
||||
"time": "2017-01-20T21:14:22+00:00"
|
||||
},
|
||||
{
|
||||
"name": "g1a/composer-test-scenarios",
|
||||
"version": "2.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/g1a/composer-test-scenarios.git",
|
||||
"reference": "a166fd15191aceab89f30c097e694b7cf3db4880"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/g1a/composer-test-scenarios/zipball/a166fd15191aceab89f30c097e694b7cf3db4880",
|
||||
"reference": "a166fd15191aceab89f30c097e694b7cf3db4880",
|
||||
"shasum": ""
|
||||
},
|
||||
"bin": [
|
||||
"scripts/create-scenario",
|
||||
"scripts/dependency-licenses",
|
||||
"scripts/install-scenario"
|
||||
],
|
||||
"type": "library",
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Greg Anderson",
|
||||
"email": "greg.1.anderson@greenknowe.org"
|
||||
}
|
||||
],
|
||||
"description": "Useful scripts for testing multiple sets of Composer dependencies.",
|
||||
"time": "2018-08-08T23:37:23+00:00"
|
||||
},
|
||||
{
|
||||
"name": "grasmash/expander",
|
||||
"version": "1.0.0",
|
||||
|
@ -894,16 +888,16 @@
|
|||
},
|
||||
{
|
||||
"name": "psr/log",
|
||||
"version": "1.0.2",
|
||||
"version": "1.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/php-fig/log.git",
|
||||
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
|
||||
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
|
||||
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
|
||||
"url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
|
||||
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -937,7 +931,7 @@
|
|||
"psr",
|
||||
"psr-3"
|
||||
],
|
||||
"time": "2016-10-10T12:19:37+00:00"
|
||||
"time": "2018-11-20T15:27:04+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/console",
|
||||
|
|
Loading…
Reference in a new issue