updated packages

This commit is contained in:
Denis Duliçi 2021-04-30 11:43:29 +03:00
parent 2797388a77
commit cc77fa780b
2 changed files with 158 additions and 41 deletions

View File

@ -26,11 +26,11 @@
"akaunting/module-paypal-standard": "^2.0", "akaunting/module-paypal-standard": "^2.0",
"barryvdh/laravel-debugbar": "3.5.*", "barryvdh/laravel-debugbar": "3.5.*",
"barryvdh/laravel-dompdf": "0.*", "barryvdh/laravel-dompdf": "0.*",
"barryvdh/laravel-ide-helper": "2.8.*", "barryvdh/laravel-ide-helper": "^2.9",
"bkwld/cloner": "3.9.*", "bkwld/cloner": "3.9.*",
"consoletvs/charts": "6.5.*", "consoletvs/charts": "6.5.*",
"dingo/api": "3.0.*", "dingo/api": "3.0.*",
"doctrine/dbal": "2.11.*", "doctrine/dbal": "^3.1",
"enlightn/enlightn": "^1.16", "enlightn/enlightn": "^1.16",
"fideloper/proxy": "^4.4", "fideloper/proxy": "^4.4",
"fruitcake/laravel-cors": "^2.0", "fruitcake/laravel-cors": "^2.0",

195
composer.lock generated
View File

@ -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": "b01705f14e34563ea52620ee07f4de85", "content-hash": "369729efd317a8b64e40995b4e24ea4f",
"packages": [ "packages": [
{ {
"name": "akaunting/laravel-firewall", "name": "akaunting/laravel-firewall",
@ -822,44 +822,48 @@
}, },
{ {
"name": "barryvdh/laravel-ide-helper", "name": "barryvdh/laravel-ide-helper",
"version": "v2.8.2", "version": "v2.10.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/barryvdh/laravel-ide-helper.git", "url": "https://github.com/barryvdh/laravel-ide-helper.git",
"reference": "5515cabea39b9cf55f98980d0f269dc9d85cfcca" "reference": "73b1012b927633a1b4cd623c2e6b1678e6faef08"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/5515cabea39b9cf55f98980d0f269dc9d85cfcca", "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/73b1012b927633a1b4cd623c2e6b1678e6faef08",
"reference": "5515cabea39b9cf55f98980d0f269dc9d85cfcca", "reference": "73b1012b927633a1b4cd623c2e6b1678e6faef08",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"barryvdh/reflection-docblock": "^2.0.6", "barryvdh/reflection-docblock": "^2.0.6",
"composer/composer": "^1.6 || ^2", "composer/composer": "^1.6 || ^2",
"doctrine/dbal": "~2.3", "doctrine/dbal": "^2.6 || ^3",
"ext-json": "*", "ext-json": "*",
"illuminate/console": "^6 || ^7 || ^8", "illuminate/console": "^8",
"illuminate/filesystem": "^6 || ^7 || ^8", "illuminate/filesystem": "^8",
"illuminate/support": "^6 || ^7 || ^8", "illuminate/support": "^8",
"php": ">=7.2", "nikic/php-parser": "^4.7",
"php": "^7.3 || ^8.0",
"phpdocumentor/type-resolver": "^1.1.0" "phpdocumentor/type-resolver": "^1.1.0"
}, },
"require-dev": { "require-dev": {
"ext-pdo_sqlite": "*", "ext-pdo_sqlite": "*",
"friendsofphp/php-cs-fixer": "^2", "friendsofphp/php-cs-fixer": "^2",
"illuminate/config": "^6 || ^7 || ^8", "illuminate/config": "^8",
"illuminate/view": "^6 || ^7 || ^8", "illuminate/view": "^8",
"mockery/mockery": "^1.3.3", "mockery/mockery": "^1.4",
"orchestra/testbench": "^4 || ^5 || ^6", "orchestra/testbench": "^6",
"phpunit/phpunit": "^8.5 || ^9", "phpunit/phpunit": "^8.5 || ^9",
"spatie/phpunit-snapshot-assertions": "^1.4 || ^2.2 || ^3 || ^4", "spatie/phpunit-snapshot-assertions": "^3 || ^4",
"vimeo/psalm": "^3.12" "vimeo/psalm": "^3.12"
}, },
"suggest": {
"illuminate/events": "Required for automatic helper generation (^6|^7|^8)."
},
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.8-dev" "dev-master": "2.9-dev"
}, },
"laravel": { "laravel": {
"providers": [ "providers": [
@ -896,7 +900,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/barryvdh/laravel-ide-helper/issues", "issues": "https://github.com/barryvdh/laravel-ide-helper/issues",
"source": "https://github.com/barryvdh/laravel-ide-helper/tree/v2.8.2" "source": "https://github.com/barryvdh/laravel-ide-helper/tree/v2.10.0"
}, },
"funding": [ "funding": [
{ {
@ -904,7 +908,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2020-12-06T08:55:05+00:00" "time": "2021-04-09T06:17:55+00:00"
}, },
{ {
"name": "barryvdh/reflection-docblock", "name": "barryvdh/reflection-docblock",
@ -1382,6 +1386,79 @@
], ],
"time": "2021-04-07T13:37:33+00:00" "time": "2021-04-07T13:37:33+00:00"
}, },
{
"name": "composer/package-versions-deprecated",
"version": "1.11.99.1",
"source": {
"type": "git",
"url": "https://github.com/composer/package-versions-deprecated.git",
"reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/7413f0b55a051e89485c5cb9f765fe24bb02a7b6",
"reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1.0 || ^2.0",
"php": "^7 || ^8"
},
"replace": {
"ocramius/package-versions": "1.11.99"
},
"require-dev": {
"composer/composer": "^1.9.3 || ^2.0@dev",
"ext-zip": "^1.13",
"phpunit/phpunit": "^6.5 || ^7"
},
"type": "composer-plugin",
"extra": {
"class": "PackageVersions\\Installer",
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"PackageVersions\\": "src/PackageVersions"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be"
}
],
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
"support": {
"issues": "https://github.com/composer/package-versions-deprecated/issues",
"source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.1"
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2020-11-11T10:22:58+00:00"
},
{ {
"name": "composer/semver", "name": "composer/semver",
"version": "3.2.4", "version": "3.2.4",
@ -2052,32 +2129,35 @@
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
"version": "2.11.3", "version": "3.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/dbal.git", "url": "https://github.com/doctrine/dbal.git",
"reference": "fb5d5f2f26babf8dce217b1eb88300c22bb703a4" "reference": "5ba62e7e40df119424866064faf2cef66cb5232a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/fb5d5f2f26babf8dce217b1eb88300c22bb703a4", "url": "https://api.github.com/repos/doctrine/dbal/zipball/5ba62e7e40df119424866064faf2cef66cb5232a",
"reference": "fb5d5f2f26babf8dce217b1eb88300c22bb703a4", "reference": "5ba62e7e40df119424866064faf2cef66cb5232a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"composer/package-versions-deprecated": "^1.11.99",
"doctrine/cache": "^1.0", "doctrine/cache": "^1.0",
"doctrine/deprecations": "^0.5.3",
"doctrine/event-manager": "^1.0", "doctrine/event-manager": "^1.0",
"ext-pdo": "*", "php": "^7.3 || ^8.0"
"php": "^7.3"
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^8.1", "doctrine/coding-standard": "8.2.0",
"jetbrains/phpstorm-stubs": "^2019.1", "jetbrains/phpstorm-stubs": "2020.2",
"phpstan/phpstan": "^0.12.40", "phpstan/phpstan": "0.12.81",
"phpunit/phpunit": "^9.4", "phpstan/phpstan-strict-rules": "^0.12.2",
"psalm/plugin-phpunit": "^0.10.0", "phpunit/phpunit": "9.5.0",
"psalm/plugin-phpunit": "0.13.0",
"squizlabs/php_codesniffer": "3.6.0",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
"vimeo/psalm": "^3.17.2" "vimeo/psalm": "4.6.4"
}, },
"suggest": { "suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files." "symfony/console": "For helpful console commands such as SQL execution and import of files."
@ -2086,14 +2166,9 @@
"bin/doctrine-dbal" "bin/doctrine-dbal"
], ],
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0.x-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Doctrine\\DBAL\\": "lib/Doctrine/DBAL" "Doctrine\\DBAL\\": "src"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -2136,14 +2211,13 @@
"queryobject", "queryobject",
"sasql", "sasql",
"sql", "sql",
"sqlanywhere",
"sqlite", "sqlite",
"sqlserver", "sqlserver",
"sqlsrv" "sqlsrv"
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/dbal/issues", "issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/2.11.3" "source": "https://github.com/doctrine/dbal/tree/3.1.0"
}, },
"funding": [ "funding": [
{ {
@ -2159,7 +2233,50 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-10-20T14:36:48+00:00" "time": "2021-04-19T17:51:23+00:00"
},
{
"name": "doctrine/deprecations",
"version": "v0.5.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/deprecations.git",
"reference": "9504165960a1f83cc1480e2be1dd0a0478561314"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/9504165960a1f83cc1480e2be1dd0a0478561314",
"reference": "9504165960a1f83cc1480e2be1dd0a0478561314",
"shasum": ""
},
"require": {
"php": "^7.1|^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^6.0|^7.0|^8.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0",
"psr/log": "^1.0"
},
"suggest": {
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
"homepage": "https://www.doctrine-project.org/",
"support": {
"issues": "https://github.com/doctrine/deprecations/issues",
"source": "https://github.com/doctrine/deprecations/tree/v0.5.3"
},
"time": "2021-03-21T12:59:47+00:00"
}, },
{ {
"name": "doctrine/event-manager", "name": "doctrine/event-manager",