mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-11 00:22:53 -06:00
Update composer files.
This commit is contained in:
parent
7d88d35556
commit
4db2ec60e0
@ -52,6 +52,7 @@
|
||||
"ext-xml": "*",
|
||||
"ext-zip": "*",
|
||||
"bacon/bacon-qr-code": "1.*",
|
||||
"bunq/sdk_php": "0.*",
|
||||
"davejamesmiller/laravel-breadcrumbs": "5.*",
|
||||
"doctrine/dbal": "2.*",
|
||||
"fideloper/proxy": "4.*",
|
||||
|
294
composer.lock
generated
294
composer.lock
generated
@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "01ab177f1fbd7eb4ecbe48dc4986f87b",
|
||||
"content-hash": "bf40fba7d645937e78a74f539ebb3fdc",
|
||||
"packages": [
|
||||
{
|
||||
"name": "bacon/bacon-qr-code",
|
||||
@ -52,6 +52,69 @@
|
||||
"homepage": "https://github.com/Bacon/BaconQrCode",
|
||||
"time": "2017-10-17T09:59:25+00:00"
|
||||
},
|
||||
{
|
||||
"name": "bunq/sdk_php",
|
||||
"version": "0.13.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/bunq/sdk_php.git",
|
||||
"reference": "652e650aa35a8c0c598653e986ac7f68d4808bdd"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/bunq/sdk_php/zipball/652e650aa35a8c0c598653e986ac7f68d4808bdd",
|
||||
"reference": "652e650aa35a8c0c598653e986ac7f68d4808bdd",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-curl": "*",
|
||||
"ext-json": "*",
|
||||
"ext-mbstring": "*",
|
||||
"guzzlehttp/guzzle": "~6",
|
||||
"php": "^7.0.13"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^2.4",
|
||||
"jakub-onderka/php-parallel-lint": "^0.9.2",
|
||||
"phpro/grumphp": "^0.11.6",
|
||||
"phpstan/phpstan": "^0.8",
|
||||
"phpunit/phpunit": "^5.7",
|
||||
"sebastian/phpcpd": "^3.0",
|
||||
"sensiolabs/security-checker": "^4.1"
|
||||
},
|
||||
"bin": [
|
||||
"bin/bunq-install"
|
||||
],
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"bunq\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "bunq",
|
||||
"email": "sdk@bunq.com",
|
||||
"homepage": "https://www.bunq.com",
|
||||
"role": "Owner"
|
||||
}
|
||||
],
|
||||
"description": "bunq PHP SDK",
|
||||
"homepage": "https://bunq.com/",
|
||||
"keywords": [
|
||||
"api",
|
||||
"bunq",
|
||||
"finance",
|
||||
"open-banking",
|
||||
"payment",
|
||||
"sepa"
|
||||
],
|
||||
"time": "2018-03-21T09:07:39+00:00"
|
||||
},
|
||||
{
|
||||
"name": "davejamesmiller/laravel-breadcrumbs",
|
||||
"version": "5.1.0",
|
||||
@ -1087,16 +1150,16 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/framework",
|
||||
"version": "v5.6.21",
|
||||
"version": "v5.6.23",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/framework.git",
|
||||
"reference": "458a89b1c5ff73072c27308566f444c790f76f28"
|
||||
"reference": "f547f0a71a12763d1adb8493237d541c9e3a5d10"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/458a89b1c5ff73072c27308566f444c790f76f28",
|
||||
"reference": "458a89b1c5ff73072c27308566f444c790f76f28",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/f547f0a71a12763d1adb8493237d541c9e3a5d10",
|
||||
"reference": "f547f0a71a12763d1adb8493237d541c9e3a5d10",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1222,7 +1285,7 @@
|
||||
"framework",
|
||||
"laravel"
|
||||
],
|
||||
"time": "2018-05-08T13:30:15+00:00"
|
||||
"time": "2018-05-22T14:55:57+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/passport",
|
||||
@ -2738,16 +2801,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/console",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/console.git",
|
||||
"reference": "3e820bc2c520a87ca209ad8fa961c97f42e0b4ae"
|
||||
"reference": "058f120b8e06ebcd7b211de5ffae07b2db00fbdd"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/3e820bc2c520a87ca209ad8fa961c97f42e0b4ae",
|
||||
"reference": "3e820bc2c520a87ca209ad8fa961c97f42e0b4ae",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/058f120b8e06ebcd7b211de5ffae07b2db00fbdd",
|
||||
"reference": "058f120b8e06ebcd7b211de5ffae07b2db00fbdd",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2802,20 +2865,20 @@
|
||||
],
|
||||
"description": "Symfony Console Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-04-30T01:23:47+00:00"
|
||||
"time": "2018-05-16T09:05:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/css-selector",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/css-selector.git",
|
||||
"reference": "03f965583147957f1ecbad7ea1c9d6fd5e525ec2"
|
||||
"reference": "0383a1a4eb1ffcac28719975d3e01bfa14be8ab3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/css-selector/zipball/03f965583147957f1ecbad7ea1c9d6fd5e525ec2",
|
||||
"reference": "03f965583147957f1ecbad7ea1c9d6fd5e525ec2",
|
||||
"url": "https://api.github.com/repos/symfony/css-selector/zipball/0383a1a4eb1ffcac28719975d3e01bfa14be8ab3",
|
||||
"reference": "0383a1a4eb1ffcac28719975d3e01bfa14be8ab3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2855,20 +2918,20 @@
|
||||
],
|
||||
"description": "Symfony CssSelector Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-03-19T22:35:49+00:00"
|
||||
"time": "2018-05-11T15:58:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/debug",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/debug.git",
|
||||
"reference": "e1d57cdb357e5b10f5fdacbb0b86689c0a435e6e"
|
||||
"reference": "4e7c98de67cc4171d4c986554e09a511da40f3d8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/debug/zipball/e1d57cdb357e5b10f5fdacbb0b86689c0a435e6e",
|
||||
"reference": "e1d57cdb357e5b10f5fdacbb0b86689c0a435e6e",
|
||||
"url": "https://api.github.com/repos/symfony/debug/zipball/4e7c98de67cc4171d4c986554e09a511da40f3d8",
|
||||
"reference": "4e7c98de67cc4171d4c986554e09a511da40f3d8",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2911,11 +2974,11 @@
|
||||
],
|
||||
"description": "Symfony Debug Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-04-30T16:59:37+00:00"
|
||||
"time": "2018-05-16T09:05:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/event-dispatcher",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/event-dispatcher.git",
|
||||
@ -2978,16 +3041,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/finder",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/finder.git",
|
||||
"reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49"
|
||||
"reference": "8c633f5a815903a1fe6e3fc135f207267a8a79af"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/finder/zipball/ca27c02b7a3fef4828c998c2ff9ba7aae1641c49",
|
||||
"reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49",
|
||||
"url": "https://api.github.com/repos/symfony/finder/zipball/8c633f5a815903a1fe6e3fc135f207267a8a79af",
|
||||
"reference": "8c633f5a815903a1fe6e3fc135f207267a8a79af",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -3023,20 +3086,20 @@
|
||||
],
|
||||
"description": "Symfony Finder Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-04-04T05:10:37+00:00"
|
||||
"time": "2018-05-16T09:05:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-foundation",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-foundation.git",
|
||||
"reference": "014487772c22d893168e5d628a13e882009fea29"
|
||||
"reference": "39f2b7c681fa6c323e43b8e30ccb6e714e7d2f00"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/014487772c22d893168e5d628a13e882009fea29",
|
||||
"reference": "014487772c22d893168e5d628a13e882009fea29",
|
||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/39f2b7c681fa6c323e43b8e30ccb6e714e7d2f00",
|
||||
"reference": "39f2b7c681fa6c323e43b8e30ccb6e714e7d2f00",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -3076,20 +3139,20 @@
|
||||
],
|
||||
"description": "Symfony HttpFoundation Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-04-30T01:05:59+00:00"
|
||||
"time": "2018-05-16T09:05:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-kernel",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-kernel.git",
|
||||
"reference": "8333264b6de323ea27a08627d5396aa564fb9c25"
|
||||
"reference": "aeae9c66976daf8a33c7be7c5e6314b39092b1b0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/8333264b6de323ea27a08627d5396aa564fb9c25",
|
||||
"reference": "8333264b6de323ea27a08627d5396aa564fb9c25",
|
||||
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/aeae9c66976daf8a33c7be7c5e6314b39092b1b0",
|
||||
"reference": "aeae9c66976daf8a33c7be7c5e6314b39092b1b0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -3097,7 +3160,8 @@
|
||||
"psr/log": "~1.0",
|
||||
"symfony/debug": "~3.4|~4.0",
|
||||
"symfony/event-dispatcher": "~3.4|~4.0",
|
||||
"symfony/http-foundation": "~3.4.4|~4.0.4"
|
||||
"symfony/http-foundation": "~3.4.4|~4.0.4",
|
||||
"symfony/polyfill-ctype": "~1.8"
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/config": "<3.4",
|
||||
@ -3162,7 +3226,62 @@
|
||||
],
|
||||
"description": "Symfony HttpKernel Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-04-30T19:45:57+00:00"
|
||||
"time": "2018-05-21T14:02:31+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-ctype",
|
||||
"version": "v1.8.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/polyfill-ctype.git",
|
||||
"reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
|
||||
"reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.3"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.8-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Symfony\\Polyfill\\Ctype\\": ""
|
||||
},
|
||||
"files": [
|
||||
"bootstrap.php"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Symfony Community",
|
||||
"homepage": "https://symfony.com/contributors"
|
||||
},
|
||||
{
|
||||
"name": "Gert de Pagter",
|
||||
"email": "BackEndTea@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "Symfony polyfill for ctype functions",
|
||||
"homepage": "https://symfony.com",
|
||||
"keywords": [
|
||||
"compatibility",
|
||||
"ctype",
|
||||
"polyfill",
|
||||
"portable"
|
||||
],
|
||||
"time": "2018-04-30T19:57:29+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-mbstring",
|
||||
@ -3388,16 +3507,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/process",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/process.git",
|
||||
"reference": "d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25"
|
||||
"reference": "3621fa74d0576a6f89d63bc44fabd376711bd0b0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/process/zipball/d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25",
|
||||
"reference": "d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25",
|
||||
"url": "https://api.github.com/repos/symfony/process/zipball/3621fa74d0576a6f89d63bc44fabd376711bd0b0",
|
||||
"reference": "3621fa74d0576a6f89d63bc44fabd376711bd0b0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -3433,7 +3552,7 @@
|
||||
],
|
||||
"description": "Symfony Process Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-04-03T05:24:00+00:00"
|
||||
"time": "2018-05-16T09:05:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/psr-http-message-bridge",
|
||||
@ -3497,16 +3616,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/routing",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/routing.git",
|
||||
"reference": "1dfbfdf060bbc80da8dedc062050052e694cd027"
|
||||
"reference": "e8833b64b139926cbe1610d53722185e55c18e44"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/routing/zipball/1dfbfdf060bbc80da8dedc062050052e694cd027",
|
||||
"reference": "1dfbfdf060bbc80da8dedc062050052e694cd027",
|
||||
"url": "https://api.github.com/repos/symfony/routing/zipball/e8833b64b139926cbe1610d53722185e55c18e44",
|
||||
"reference": "e8833b64b139926cbe1610d53722185e55c18e44",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -3571,20 +3690,20 @@
|
||||
"uri",
|
||||
"url"
|
||||
],
|
||||
"time": "2018-04-20T06:20:23+00:00"
|
||||
"time": "2018-05-16T14:21:07+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/translation",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/translation.git",
|
||||
"reference": "ad3abf08eb3450491d8d76513100ef58194cd13e"
|
||||
"reference": "e1f5863d0a9e79cfec7f031421ced3fe1d403e66"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/translation/zipball/ad3abf08eb3450491d8d76513100ef58194cd13e",
|
||||
"reference": "ad3abf08eb3450491d8d76513100ef58194cd13e",
|
||||
"url": "https://api.github.com/repos/symfony/translation/zipball/e1f5863d0a9e79cfec7f031421ced3fe1d403e66",
|
||||
"reference": "e1f5863d0a9e79cfec7f031421ced3fe1d403e66",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -3639,11 +3758,11 @@
|
||||
],
|
||||
"description": "Symfony Translation Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-04-30T01:23:47+00:00"
|
||||
"time": "2018-05-21T10:09:47+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/var-dumper",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/var-dumper.git",
|
||||
@ -4524,16 +4643,16 @@
|
||||
},
|
||||
{
|
||||
"name": "php-coveralls/php-coveralls",
|
||||
"version": "v2.0.0",
|
||||
"version": "v2.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/php-coveralls/php-coveralls.git",
|
||||
"reference": "3eaf7eb689cdf6b86801a3843940d974dc657068"
|
||||
"reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3eaf7eb689cdf6b86801a3843940d974dc657068",
|
||||
"reference": "3eaf7eb689cdf6b86801a3843940d974dc657068",
|
||||
"url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3b00c229726f892bfdadeaf01ea430ffd04a939d",
|
||||
"reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -4559,7 +4678,7 @@
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.0-dev"
|
||||
"dev-master": "2.1-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
@ -4603,7 +4722,7 @@
|
||||
"github",
|
||||
"test"
|
||||
],
|
||||
"time": "2017-12-08T14:28:16+00:00"
|
||||
"time": "2018-05-22T23:11:08+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpdocumentor/reflection-common",
|
||||
@ -5211,12 +5330,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
||||
"reference": "6fe712594835e5b70de30aec5fc244a7bd8464cd"
|
||||
"reference": "79ef6566b9c7fe6c1b6f6d12e5729d5cb545ac69"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/6fe712594835e5b70de30aec5fc244a7bd8464cd",
|
||||
"reference": "6fe712594835e5b70de30aec5fc244a7bd8464cd",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/79ef6566b9c7fe6c1b6f6d12e5729d5cb545ac69",
|
||||
"reference": "79ef6566b9c7fe6c1b6f6d12e5729d5cb545ac69",
|
||||
"shasum": ""
|
||||
},
|
||||
"conflict": {
|
||||
@ -5227,7 +5346,7 @@
|
||||
"asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
|
||||
"aws/aws-sdk-php": ">=3,<3.2.1",
|
||||
"bugsnag/bugsnag-laravel": ">=2,<2.0.2",
|
||||
"cakephp/cakephp": ">=1.3,<1.3.18|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=2.7,<2.7.6|>=3,<3.0.15|>=3.1,<3.1.4",
|
||||
"cakephp/cakephp": ">=1.3,<1.3.18|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=2.7,<2.7.6|>=3,<3.0.15|>=3.1,<3.1.4|>=3.4,<3.4.14|>=3.5,<3.5.17|>=3.6,<3.6.4",
|
||||
"cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
|
||||
"cartalyst/sentry": "<=2.1.6",
|
||||
"codeigniter/framework": "<=3.0.6",
|
||||
@ -5315,7 +5434,7 @@
|
||||
"symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
|
||||
"symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
|
||||
"thelia/backoffice-default-template": ">=2.1,<2.1.2",
|
||||
"thelia/thelia": ">=2.1,<2.1.2|>=2.1.0-beta1,<2.1.3",
|
||||
"thelia/thelia": ">=2.1.0-beta1,<2.1.3|>=2.1,<2.1.2",
|
||||
"titon/framework": ">=0,<9.9.99",
|
||||
"twig/twig": "<1.20",
|
||||
"typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.22|>=8,<8.7.5",
|
||||
@ -5367,7 +5486,7 @@
|
||||
}
|
||||
],
|
||||
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
|
||||
"time": "2018-05-11T06:55:15+00:00"
|
||||
"time": "2018-05-21T07:43:38+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/code-unit-reverse-lookup",
|
||||
@ -5934,7 +6053,7 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/class-loader",
|
||||
"version": "v3.4.9",
|
||||
"version": "v3.4.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/class-loader.git",
|
||||
@ -5990,21 +6109,22 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/config",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/config.git",
|
||||
"reference": "7c19370ab04e9ac05b74a504198e165f5ccf6dd8"
|
||||
"reference": "aaef656e99c5396d6118970abd1ceb11fa74551d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/config/zipball/7c19370ab04e9ac05b74a504198e165f5ccf6dd8",
|
||||
"reference": "7c19370ab04e9ac05b74a504198e165f5ccf6dd8",
|
||||
"url": "https://api.github.com/repos/symfony/config/zipball/aaef656e99c5396d6118970abd1ceb11fa74551d",
|
||||
"reference": "aaef656e99c5396d6118970abd1ceb11fa74551d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.1.3",
|
||||
"symfony/filesystem": "~3.4|~4.0"
|
||||
"symfony/filesystem": "~3.4|~4.0",
|
||||
"symfony/polyfill-ctype": "~1.8"
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/finder": "<3.4"
|
||||
@ -6048,24 +6168,25 @@
|
||||
],
|
||||
"description": "Symfony Config Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-03-19T22:35:49+00:00"
|
||||
"time": "2018-05-16T09:05:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/filesystem",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/filesystem.git",
|
||||
"reference": "5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21"
|
||||
"reference": "7a69e728e9f0044958c2fd7d72bfe5e7bd1a4d04"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/filesystem/zipball/5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21",
|
||||
"reference": "5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21",
|
||||
"url": "https://api.github.com/repos/symfony/filesystem/zipball/7a69e728e9f0044958c2fd7d72bfe5e7bd1a4d04",
|
||||
"reference": "7a69e728e9f0044958c2fd7d72bfe5e7bd1a4d04",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.1.3"
|
||||
"php": "^7.1.3",
|
||||
"symfony/polyfill-ctype": "~1.8"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
@ -6097,11 +6218,11 @@
|
||||
],
|
||||
"description": "Symfony Filesystem Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-02-22T10:50:29+00:00"
|
||||
"time": "2018-05-16T09:05:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/stopwatch",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/stopwatch.git",
|
||||
@ -6150,20 +6271,21 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/yaml",
|
||||
"version": "v4.0.9",
|
||||
"version": "v4.0.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/yaml.git",
|
||||
"reference": "275ad099e4cbe612a2acbca14a16dd1c5311324d"
|
||||
"reference": "048b1be5fb96e73ff1d065f5e7e23f84415ac907"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/yaml/zipball/275ad099e4cbe612a2acbca14a16dd1c5311324d",
|
||||
"reference": "275ad099e4cbe612a2acbca14a16dd1c5311324d",
|
||||
"url": "https://api.github.com/repos/symfony/yaml/zipball/048b1be5fb96e73ff1d065f5e7e23f84415ac907",
|
||||
"reference": "048b1be5fb96e73ff1d065f5e7e23f84415ac907",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.1.3"
|
||||
"php": "^7.1.3",
|
||||
"symfony/polyfill-ctype": "~1.8"
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/console": "<3.4"
|
||||
@ -6204,7 +6326,7 @@
|
||||
],
|
||||
"description": "Symfony Yaml Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-04-08T08:49:08+00:00"
|
||||
"time": "2018-05-07T07:12:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "theseer/tokenizer",
|
||||
|
Loading…
Reference in New Issue
Block a user