mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Update composer libs.
This commit is contained in:
parent
4a12d4d156
commit
c18046c25d
253
composer.json
253
composer.json
@ -1,128 +1,129 @@
|
|||||||
{
|
{
|
||||||
"name": "grumpydictator/firefly-iii",
|
"name": "grumpydictator/firefly-iii",
|
||||||
"description": "Firefly III: a personal finances manager.",
|
"description": "Firefly III: a personal finances manager.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"finance",
|
"finance",
|
||||||
"finances",
|
"finances",
|
||||||
"manager",
|
"manager",
|
||||||
"management",
|
"management",
|
||||||
"euro",
|
"euro",
|
||||||
"dollar",
|
"dollar",
|
||||||
"laravel",
|
"laravel",
|
||||||
"money",
|
"money",
|
||||||
"currency",
|
"currency",
|
||||||
"financials",
|
"financials",
|
||||||
"financial",
|
"financial",
|
||||||
"budgets",
|
"budgets",
|
||||||
"administration",
|
"administration",
|
||||||
"tool",
|
"tool",
|
||||||
"tooling",
|
"tooling",
|
||||||
"help",
|
"help",
|
||||||
"helper",
|
"helper",
|
||||||
"assistant",
|
"assistant",
|
||||||
"planning",
|
"planning",
|
||||||
"organizing",
|
"organizing",
|
||||||
"bills",
|
"bills",
|
||||||
"personal finance",
|
"personal finance",
|
||||||
"budgets",
|
"budgets",
|
||||||
"budgeting",
|
"budgeting",
|
||||||
"budgeting tool",
|
"budgeting tool",
|
||||||
"budgeting application",
|
"budgeting application",
|
||||||
"transactions",
|
"transactions",
|
||||||
"self hosted",
|
"self hosted",
|
||||||
"self-hosted",
|
"self-hosted",
|
||||||
"transfers",
|
"transfers",
|
||||||
"management"
|
"management"
|
||||||
],
|
],
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"homepage": "https://github.com/firefly-iii/firefly-iii",
|
"homepage": "https://github.com/firefly-iii/firefly-iii",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"authors": [{
|
"authors": [
|
||||||
"name": "James Cole",
|
{
|
||||||
"email": "thegrumpydictator@gmail.com",
|
"name": "James Cole",
|
||||||
"homepage": "https://github.com/firefly-iii",
|
"email": "thegrumpydictator@gmail.com",
|
||||||
"role": "Developer"
|
"homepage": "https://github.com/firefly-iii",
|
||||||
}],
|
"role": "Developer"
|
||||||
"require": {
|
}
|
||||||
"php": ">=7.1.0",
|
],
|
||||||
"ext-bcmath": "*",
|
"require": {
|
||||||
"ext-curl": "*",
|
"php": ">=7.1.0",
|
||||||
"ext-gd": "*",
|
"ext-bcmath": "*",
|
||||||
"ext-intl": "*",
|
"ext-curl": "*",
|
||||||
"ext-xml": "*",
|
"ext-gd": "*",
|
||||||
"ext-zip": "*",
|
"ext-intl": "*",
|
||||||
"bacon/bacon-qr-code": "1.*",
|
"ext-xml": "*",
|
||||||
"bunq/sdk_php": "dev-master#8c1faefc111d9b970168a1837ca165d854954941",
|
"ext-zip": "*",
|
||||||
"davejamesmiller/laravel-breadcrumbs": "5.*",
|
"bacon/bacon-qr-code": "1.*",
|
||||||
"doctrine/dbal": "2.*",
|
"bunq/sdk_php": "dev-master#8c1faefc111d9b970168a1837ca165d854954941",
|
||||||
"fideloper/proxy": "4.*",
|
"davejamesmiller/laravel-breadcrumbs": "5.*",
|
||||||
"laravel/framework": "5.6.*",
|
"doctrine/dbal": "2.*",
|
||||||
"laravel/passport": "^5.0",
|
"fideloper/proxy": "4.*",
|
||||||
"laravelcollective/html": "5.6.*",
|
"laravel/framework": "5.6.*",
|
||||||
"league/commonmark": "0.*",
|
"laravel/passport": "^5.0",
|
||||||
"league/csv": "9.*",
|
"laravelcollective/html": "5.6.*",
|
||||||
"league/fractal": "^0.17.0",
|
"league/commonmark": "0.*",
|
||||||
"pragmarx/google2fa": "3.*",
|
"league/csv": "9.*",
|
||||||
"pragmarx/google2fa-laravel": "0.*",
|
"league/fractal": "^0.17.0",
|
||||||
"rcrowe/twigbridge": "0.9.*",
|
"pragmarx/google2fa": "3.*",
|
||||||
"rmccue/requests": "1.*",
|
"pragmarx/google2fa-laravel": "0.*",
|
||||||
"twig/twig": "1.*"
|
"rcrowe/twigbridge": "0.9.*",
|
||||||
},
|
"twig/twig": "1.*"
|
||||||
"require-dev": {
|
},
|
||||||
"barryvdh/laravel-ide-helper": "2.*",
|
"require-dev": {
|
||||||
"filp/whoops": "2.*",
|
"barryvdh/laravel-ide-helper": "2.*",
|
||||||
"fzaninotto/faker": "1.*",
|
"filp/whoops": "2.*",
|
||||||
"johnkary/phpunit-speedtrap": "^3.0",
|
"fzaninotto/faker": "1.*",
|
||||||
"mockery/mockery": "^1.0",
|
"johnkary/phpunit-speedtrap": "^3.0",
|
||||||
"php-coveralls/php-coveralls": "^2.0",
|
"mockery/mockery": "^1.0",
|
||||||
"phpunit/phpunit": "~7.0",
|
"php-coveralls/php-coveralls": "^2.0",
|
||||||
"roave/security-advisories": "dev-master"
|
"phpunit/phpunit": "~7.0",
|
||||||
},
|
"roave/security-advisories": "dev-master"
|
||||||
"autoload": {
|
},
|
||||||
"classmap": [
|
"autoload": {
|
||||||
"database/seeds",
|
"classmap": [
|
||||||
"database/factories"
|
"database/seeds",
|
||||||
],
|
"database/factories"
|
||||||
"psr-4": {
|
],
|
||||||
"FireflyIII\\": "app/"
|
"psr-4": {
|
||||||
}
|
"FireflyIII\\": "app/"
|
||||||
},
|
}
|
||||||
"autoload-dev": {
|
},
|
||||||
"psr-4": {
|
"autoload-dev": {
|
||||||
"Tests\\": "tests/"
|
"psr-4": {
|
||||||
}
|
"Tests\\": "tests/"
|
||||||
},
|
}
|
||||||
"extra": {
|
},
|
||||||
"laravel": {
|
"extra": {
|
||||||
"dont-discover": []
|
"laravel": {
|
||||||
}
|
"dont-discover": []
|
||||||
},
|
}
|
||||||
"scripts": {
|
},
|
||||||
"pre-install-cmd": [
|
"scripts": {
|
||||||
"@php -r \"if (!(getenv('DYNO'))===false){file_exists('.env') || copy('.env.heroku', '.env');}\""
|
"pre-install-cmd": [
|
||||||
],
|
"@php -r \"if (!(getenv('DYNO'))===false){file_exists('.env') || copy('.env.heroku', '.env');}\""
|
||||||
"post-root-package-install": [
|
],
|
||||||
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
"post-root-package-install": [
|
||||||
],
|
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
||||||
"post-create-project-cmd": [
|
],
|
||||||
"@php artisan key:generate"
|
"post-create-project-cmd": [
|
||||||
],
|
"@php artisan key:generate"
|
||||||
"post-autoload-dump": [
|
],
|
||||||
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump"
|
"post-autoload-dump": [
|
||||||
],
|
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump"
|
||||||
"post-update-cmd": [
|
],
|
||||||
"php artisan firefly:upgrade-database",
|
"post-update-cmd": [
|
||||||
"php artisan firefly:verify",
|
"php artisan firefly:upgrade-database",
|
||||||
"php artisan firefly:instructions update",
|
"php artisan firefly:verify",
|
||||||
"php artisan passport:install"
|
"php artisan firefly:instructions update",
|
||||||
],
|
"php artisan passport:install"
|
||||||
"post-install-cmd": [
|
],
|
||||||
"php artisan firefly:instructions install"
|
"post-install-cmd": [
|
||||||
]
|
"php artisan firefly:instructions install"
|
||||||
},
|
]
|
||||||
"config": {
|
},
|
||||||
"preferred-install": "dist",
|
"config": {
|
||||||
"sort-packages": true,
|
"preferred-install": "dist",
|
||||||
"optimize-autoloader": true
|
"sort-packages": true,
|
||||||
}
|
"optimize-autoloader": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
118
composer.lock
generated
118
composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"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": "312e75271d4570f83bc7554892a3b6ab",
|
"content-hash": "dcaf20ad3436c4fc4cbebeee09c9de1f",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "bacon/bacon-qr-code",
|
"name": "bacon/bacon-qr-code",
|
||||||
@ -717,16 +717,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "dragonmantank/cron-expression",
|
"name": "dragonmantank/cron-expression",
|
||||||
"version": "v2.1.0",
|
"version": "v2.2.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/dragonmantank/cron-expression.git",
|
"url": "https://github.com/dragonmantank/cron-expression.git",
|
||||||
"reference": "3f00985deec8df53d4cc1e5c33619bda1ee309a5"
|
"reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/3f00985deec8df53d4cc1e5c33619bda1ee309a5",
|
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/92a2c3768d50e21a1f26a53cb795ce72806266c5",
|
||||||
"reference": "3f00985deec8df53d4cc1e5c33619bda1ee309a5",
|
"reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -762,7 +762,7 @@
|
|||||||
"cron",
|
"cron",
|
||||||
"schedule"
|
"schedule"
|
||||||
],
|
],
|
||||||
"time": "2018-04-06T15:51:55+00:00"
|
"time": "2018-06-06T03:12:17+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "egulias/email-validator",
|
"name": "egulias/email-validator",
|
||||||
@ -1150,16 +1150,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/framework",
|
"name": "laravel/framework",
|
||||||
"version": "v5.6.23",
|
"version": "v5.6.24",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/laravel/framework.git",
|
"url": "https://github.com/laravel/framework.git",
|
||||||
"reference": "f547f0a71a12763d1adb8493237d541c9e3a5d10"
|
"reference": "56290edeb0d8051826d40b4cbd8ed3c30348b2b5"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/laravel/framework/zipball/f547f0a71a12763d1adb8493237d541c9e3a5d10",
|
"url": "https://api.github.com/repos/laravel/framework/zipball/56290edeb0d8051826d40b4cbd8ed3c30348b2b5",
|
||||||
"reference": "f547f0a71a12763d1adb8493237d541c9e3a5d10",
|
"reference": "56290edeb0d8051826d40b4cbd8ed3c30348b2b5",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -1285,7 +1285,7 @@
|
|||||||
"framework",
|
"framework",
|
||||||
"laravel"
|
"laravel"
|
||||||
],
|
],
|
||||||
"time": "2018-05-22T14:55:57+00:00"
|
"time": "2018-06-04T14:51:03+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/passport",
|
"name": "laravel/passport",
|
||||||
@ -2079,16 +2079,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "paragonie/random_compat",
|
"name": "paragonie/random_compat",
|
||||||
"version": "v2.0.12",
|
"version": "v2.0.14",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/paragonie/random_compat.git",
|
"url": "https://github.com/paragonie/random_compat.git",
|
||||||
"reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb"
|
"reference": "f6ce7dd93628088e1017fb5dd73b0b9fec7df9e5"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
|
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/f6ce7dd93628088e1017fb5dd73b0b9fec7df9e5",
|
||||||
"reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
|
"reference": "f6ce7dd93628088e1017fb5dd73b0b9fec7df9e5",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -2120,10 +2120,11 @@
|
|||||||
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
|
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"csprng",
|
"csprng",
|
||||||
|
"polyfill",
|
||||||
"pseudorandom",
|
"pseudorandom",
|
||||||
"random"
|
"random"
|
||||||
],
|
],
|
||||||
"time": "2018-04-04T21:24:14+00:00"
|
"time": "2018-06-06T17:40:22+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpseclib/phpseclib",
|
"name": "phpseclib/phpseclib",
|
||||||
@ -2695,55 +2696,6 @@
|
|||||||
],
|
],
|
||||||
"time": "2018-02-08T15:59:23+00:00"
|
"time": "2018-02-08T15:59:23+00:00"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "rmccue/requests",
|
|
||||||
"version": "v1.7.0",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/rmccue/Requests.git",
|
|
||||||
"reference": "87932f52ffad70504d93f04f15690cf16a089546"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/rmccue/Requests/zipball/87932f52ffad70504d93f04f15690cf16a089546",
|
|
||||||
"reference": "87932f52ffad70504d93f04f15690cf16a089546",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"php": ">=5.2"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"requests/test-server": "dev-master"
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"autoload": {
|
|
||||||
"psr-0": {
|
|
||||||
"Requests": "library/"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"ISC"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Ryan McCue",
|
|
||||||
"homepage": "http://ryanmccue.info"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "A HTTP library written in PHP, for human beings.",
|
|
||||||
"homepage": "http://github.com/rmccue/Requests",
|
|
||||||
"keywords": [
|
|
||||||
"curl",
|
|
||||||
"fsockopen",
|
|
||||||
"http",
|
|
||||||
"idna",
|
|
||||||
"ipv6",
|
|
||||||
"iri",
|
|
||||||
"sockets"
|
|
||||||
],
|
|
||||||
"time": "2016-10-13T00:11:37+00:00"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "swiftmailer/swiftmailer",
|
"name": "swiftmailer/swiftmailer",
|
||||||
"version": "v6.0.2",
|
"version": "v6.0.2",
|
||||||
@ -4232,16 +4184,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "filp/whoops",
|
"name": "filp/whoops",
|
||||||
"version": "2.1.14",
|
"version": "2.2.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/filp/whoops.git",
|
"url": "https://github.com/filp/whoops.git",
|
||||||
"reference": "c6081b8838686aa04f1e83ba7e91f78b7b2a23e6"
|
"reference": "181c4502d8f34db7aed7bfe88d4f87875b8e947a"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/filp/whoops/zipball/c6081b8838686aa04f1e83ba7e91f78b7b2a23e6",
|
"url": "https://api.github.com/repos/filp/whoops/zipball/181c4502d8f34db7aed7bfe88d4f87875b8e947a",
|
||||||
"reference": "c6081b8838686aa04f1e83ba7e91f78b7b2a23e6",
|
"reference": "181c4502d8f34db7aed7bfe88d4f87875b8e947a",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -4249,9 +4201,9 @@
|
|||||||
"psr/log": "^1.0.1"
|
"psr/log": "^1.0.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"mockery/mockery": "0.9.*",
|
"mockery/mockery": "^0.9 || ^1.0",
|
||||||
"phpunit/phpunit": "^4.8.35 || ^5.7",
|
"phpunit/phpunit": "^4.8.35 || ^5.7",
|
||||||
"symfony/var-dumper": "^2.6 || ^3.0"
|
"symfony/var-dumper": "^2.6 || ^3.0 || ^4.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"symfony/var-dumper": "Pretty print complex values better with var-dumper available",
|
"symfony/var-dumper": "Pretty print complex values better with var-dumper available",
|
||||||
@ -4260,7 +4212,7 @@
|
|||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "2.0-dev"
|
"dev-master": "2.1-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -4289,7 +4241,7 @@
|
|||||||
"throwable",
|
"throwable",
|
||||||
"whoops"
|
"whoops"
|
||||||
],
|
],
|
||||||
"time": "2017-11-23T18:22:44+00:00"
|
"time": "2018-03-03T17:56:25+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "fzaninotto/faker",
|
"name": "fzaninotto/faker",
|
||||||
@ -5202,16 +5154,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/phpunit",
|
"name": "phpunit/phpunit",
|
||||||
"version": "7.2.2",
|
"version": "7.2.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||||
"reference": "3cf0836680bf5c365c627e8566d46c9e1f544db9"
|
"reference": "00bc0b93f0ff4f557e9ea766557fde96da9a03dd"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3cf0836680bf5c365c627e8566d46c9e1f544db9",
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/00bc0b93f0ff4f557e9ea766557fde96da9a03dd",
|
||||||
"reference": "3cf0836680bf5c365c627e8566d46c9e1f544db9",
|
"reference": "00bc0b93f0ff4f557e9ea766557fde96da9a03dd",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -5282,7 +5234,7 @@
|
|||||||
"testing",
|
"testing",
|
||||||
"xunit"
|
"xunit"
|
||||||
],
|
],
|
||||||
"time": "2018-06-01T07:54:27+00:00"
|
"time": "2018-06-05T03:40:05+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "roave/security-advisories",
|
"name": "roave/security-advisories",
|
||||||
@ -5290,12 +5242,12 @@
|
|||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
||||||
"reference": "4d93302eb93402083f5abe72002fe8dc35e12dae"
|
"reference": "ff09cbe142c9195e1ed85a409d7940d43d7306c7"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/4d93302eb93402083f5abe72002fe8dc35e12dae",
|
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/ff09cbe142c9195e1ed85a409d7940d43d7306c7",
|
||||||
"reference": "4d93302eb93402083f5abe72002fe8dc35e12dae",
|
"reference": "ff09cbe142c9195e1ed85a409d7940d43d7306c7",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
@ -5385,7 +5337,7 @@
|
|||||||
"symfony/routing": ">=2,<2.0.19",
|
"symfony/routing": ">=2,<2.0.19",
|
||||||
"symfony/security": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
|
"symfony/security": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
|
||||||
"symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
|
"symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
|
||||||
"symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
|
"symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<2.8.37|>=3,<3.3.17|>=3.4,<3.4.7|>=4,<4.0.7",
|
||||||
"symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
|
"symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
|
||||||
"symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
|
"symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
|
||||||
"symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
|
"symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
|
||||||
@ -5448,7 +5400,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
|
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
|
||||||
"time": "2018-05-30T02:58:56+00:00"
|
"time": "2018-06-06T08:36:30+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sebastian/code-unit-reverse-lookup",
|
"name": "sebastian/code-unit-reverse-lookup",
|
||||||
|
Loading…
Reference in New Issue
Block a user