From c323304f2ecb563df3e5602e61b695f26ef7d15a Mon Sep 17 00:00:00 2001 From: Peter Papp Date: Fri, 9 Jul 2021 12:17:34 +0200 Subject: [PATCH] ability to delete ic dpb --- composer.json | 1 - composer.lock | 654 +++++++++++++++--- .../js/Oasis/Invoices/BillingProfile.vue | 2 +- 3 files changed, 562 insertions(+), 95 deletions(-) diff --git a/composer.json b/composer.json index 91b37338..60e17e12 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,6 @@ "makingcg/vuefilemanager-invoicing": "dev-master" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.18", "ext-json": "*", "friendsofphp/php-cs-fixer": "^3.0", "barryvdh/laravel-ide-helper": "^2.9", diff --git a/composer.lock b/composer.lock index e1ee53e7..e6245265 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "6ca10173373af1fde3bc88514b683485", + "content-hash": "94377d5e278277c8a4f29c86b73961f6", "packages": [ { "name": "amphp/amp", @@ -230,16 +230,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.185.3", + "version": "3.185.9", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "e7a7d6b28b477a02a5625348995949c2dee7919a" + "reference": "b92714fbe995195e9ba970cf52a2fa601b334725" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/e7a7d6b28b477a02a5625348995949c2dee7919a", - "reference": "e7a7d6b28b477a02a5625348995949c2dee7919a", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/b92714fbe995195e9ba970cf52a2fa601b334725", + "reference": "b92714fbe995195e9ba970cf52a2fa601b334725", "shasum": "" }, "require": { @@ -314,9 +314,9 @@ "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.185.3" + "source": "https://github.com/aws/aws-sdk-php/tree/3.185.9" }, - "time": "2021-06-28T18:15:17+00:00" + "time": "2021-07-08T18:21:21+00:00" }, { "name": "bacon/bacon-qr-code", @@ -371,6 +371,71 @@ }, "time": "2021-06-18T13:26:35+00:00" }, + { + "name": "barryvdh/laravel-snappy", + "version": "v0.4.8", + "source": { + "type": "git", + "url": "https://github.com/barryvdh/laravel-snappy.git", + "reference": "1903ab84171072b6bff8d98eb58d38b2c9aaf645" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/barryvdh/laravel-snappy/zipball/1903ab84171072b6bff8d98eb58d38b2c9aaf645", + "reference": "1903ab84171072b6bff8d98eb58d38b2c9aaf645", + "shasum": "" + }, + "require": { + "illuminate/filesystem": "^5.5|^6|^7|^8", + "illuminate/support": "^5.5|^6|^7|^8", + "knplabs/knp-snappy": "^1", + "php": ">=7" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.4-dev" + }, + "laravel": { + "providers": [ + "Barryvdh\\Snappy\\ServiceProvider" + ], + "aliases": { + "PDF": "Barryvdh\\Snappy\\Facades\\SnappyPdf", + "SnappyImage": "Barryvdh\\Snappy\\Facades\\SnappyImage" + } + } + }, + "autoload": { + "psr-4": { + "Barryvdh\\Snappy\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Barry vd. Heuvel", + "email": "barryvdh@gmail.com" + } + ], + "description": "Snappy PDF/Image for Laravel", + "keywords": [ + "image", + "laravel", + "pdf", + "snappy", + "wkhtmltoimage", + "wkhtmltopdf" + ], + "support": { + "issues": "https://github.com/barryvdh/laravel-snappy/issues", + "source": "https://github.com/barryvdh/laravel-snappy/tree/master" + }, + "time": "2020-09-07T12:33:10+00:00" + }, { "name": "brianium/paratest", "version": "v6.3.0", @@ -2572,6 +2637,76 @@ }, "time": "2017-06-01T20:29:30+00:00" }, + { + "name": "knplabs/knp-snappy", + "version": "v1.2.1", + "source": { + "type": "git", + "url": "https://github.com/KnpLabs/snappy.git", + "reference": "7bac60fb729147b7ccd8532c07df3f52a4afa8a4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/7bac60fb729147b7ccd8532c07df3f52a4afa8a4", + "reference": "7bac60fb729147b7ccd8532c07df3f52a4afa8a4", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "psr/log": "^1.0", + "symfony/process": "~3.4||~4.3||~5.0" + }, + "require-dev": { + "phpunit/phpunit": "~7.4" + }, + "suggest": { + "h4cc/wkhtmltoimage-amd64": "Provides wkhtmltoimage-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency", + "h4cc/wkhtmltoimage-i386": "Provides wkhtmltoimage-i386 binary for Linux-compatible machines, use version `~0.12` as dependency", + "h4cc/wkhtmltopdf-amd64": "Provides wkhtmltopdf-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency", + "h4cc/wkhtmltopdf-i386": "Provides wkhtmltopdf-i386 binary for Linux-compatible machines, use version `~0.12` as dependency", + "wemersonjanuario/wkhtmltopdf-windows": "Provides wkhtmltopdf executable for Windows, use version `~0.12` as dependency" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Knp\\Snappy\\": "src/Knp/Snappy" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "KnpLabs Team", + "homepage": "http://knplabs.com" + }, + { + "name": "Symfony Community", + "homepage": "http://github.com/KnpLabs/snappy/contributors" + } + ], + "description": "PHP5 library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.", + "homepage": "http://github.com/KnpLabs/snappy", + "keywords": [ + "knp", + "knplabs", + "pdf", + "snapshot", + "thumbnail", + "wkhtmltopdf" + ], + "support": { + "issues": "https://github.com/KnpLabs/snappy/issues", + "source": "https://github.com/KnpLabs/snappy/tree/master" + }, + "time": "2020-01-20T08:30:30+00:00" + }, { "name": "kyslik/column-sortable", "version": "6.4.0", @@ -2777,16 +2912,16 @@ }, { "name": "laravel/framework", - "version": "v8.49.0", + "version": "v8.49.2", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "855a919d08b45f93cb3cf709736528c3d1531884" + "reference": "d9b43ee080b4d51344b2e578aa667f85040471a2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/855a919d08b45f93cb3cf709736528c3d1531884", - "reference": "855a919d08b45f93cb3cf709736528c3d1531884", + "url": "https://api.github.com/repos/laravel/framework/zipball/d9b43ee080b4d51344b2e578aa667f85040471a2", + "reference": "d9b43ee080b4d51344b2e578aa667f85040471a2", "shasum": "" }, "require": { @@ -2941,7 +3076,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2021-06-29T13:50:21+00:00" + "time": "2021-07-06T14:06:38+00:00" }, { "name": "laravel/sanctum", @@ -3009,16 +3144,16 @@ }, { "name": "laravel/scout", - "version": "v9.1.2", + "version": "v9.2.2", "source": { "type": "git", "url": "https://github.com/laravel/scout.git", - "reference": "ccd34d0efd99489059e3e2bcd223aaa360af62cf" + "reference": "3c8a4904fc5736a481daf46e8534bb905f06dd15" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/scout/zipball/ccd34d0efd99489059e3e2bcd223aaa360af62cf", - "reference": "ccd34d0efd99489059e3e2bcd223aaa360af62cf", + "url": "https://api.github.com/repos/laravel/scout/zipball/3c8a4904fc5736a481daf46e8534bb905f06dd15", + "reference": "3c8a4904fc5736a481daf46e8534bb905f06dd15", "shasum": "" }, "require": { @@ -3077,7 +3212,7 @@ "issues": "https://github.com/laravel/scout/issues", "source": "https://github.com/laravel/scout" }, - "time": "2021-06-15T16:00:14+00:00" + "time": "2021-07-06T17:08:21+00:00" }, { "name": "laravel/tinker", @@ -3618,6 +3753,117 @@ }, "time": "2020-12-01T23:44:14+00:00" }, + { + "name": "makingcg/vuefilemanager-invoicing", + "version": "dev-master", + "source": { + "type": "git", + "url": "git@github.com:MakingCG/vuefilemanager-invoicing.git", + "reference": "d18f18566382b4a9f78a269c0712e3455b3b2463" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/MakingCG/vuefilemanager-invoicing/zipball/d18f18566382b4a9f78a269c0712e3455b3b2463", + "reference": "d18f18566382b4a9f78a269c0712e3455b3b2463", + "shasum": "" + }, + "require": { + "barryvdh/laravel-snappy": "^0.4.8", + "ext-json": "*", + "illuminate/contracts": "^8.37", + "intervention/image": "^2.5", + "kyslik/column-sortable": "^6.4", + "laravel/cashier": "^12.13", + "laravel/sanctum": "^2.11", + "php": "^8.0", + "spatie/data-transfer-object": "^3.1", + "spatie/laravel-package-tools": "^1.4.3", + "spatie/laravel-query-builder": "^3.4.0", + "spatie/laravel-queueable-action": "^2.11", + "teamtnt/laravel-scout-tntsearch-driver": "^11.3" + }, + "require-dev": { + "brianium/paratest": "^6.2", + "ext-json": "*", + "friendsofphp/php-cs-fixer": "^3.0", + "nunomaduro/collision": "^5.3", + "orchestra/testbench": "^6.15", + "phpunit/phpunit": "^9.3", + "spatie/laravel-ray": "^1.9", + "vimeo/psalm": "^4.7.2" + }, + "default-branch": true, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Makingcg\\Invoice\\InvoiceServiceProvider", + "Kyslik\\ColumnSortable\\ColumnSortableServiceProvider", + "Spatie\\QueryBuilder\\QueryBuilderServiceProvider" + ], + "aliases": { + "PDF": "Barryvdh\\Snappy\\Facades\\SnappyPdf", + "QueryBuilder": "Spatie\\QueryBuilder\\QueryBuilder" + } + } + }, + "autoload": { + "psr-4": { + "Makingcg\\Invoice\\": "src", + "Makingcg\\Invoice\\Database\\Factories\\": "database/factories" + }, + "files": [ + "src/helpers.php" + ] + }, + "autoload-dev": { + "psr-4": { + "App\\": "src/App/", + "Domain\\": "src/Domain/", + "Support\\": "src/Support/", + "Tests\\": "tests/" + } + }, + "scripts": { + "format": [ + "vendor/bin/php-cs-fixer fix --allow-risky=yes" + ], + "test": [ + "./vendor/bin/testbench package:test --parallel --no-coverage" + ], + "test-coverage": [ + "vendor/bin/phpunit --coverage-html coverage" + ] + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Peter Papp", + "email": "peterpapp@makingcg.com", + "role": "Developer" + } + ], + "description": "The invoice system for VueFileManager app", + "homepage": "https://github.com/makingcg/vuefilemanager-invoicing", + "keywords": [ + "MakingCG", + "laravel", + "vuefilemanager-invoicing" + ], + "support": { + "source": "https://github.com/MakingCG/vuefilemanager-invoicing/tree/master", + "issues": "https://github.com/MakingCG/vuefilemanager-invoicing/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/MakingCG" + } + ], + "time": "2021-05-27T10:27:18+00:00" + }, { "name": "mockery/mockery", "version": "1.4.3", @@ -3778,16 +4024,16 @@ }, { "name": "monolog/monolog", - "version": "2.2.0", + "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084" + "reference": "df991fd88693ab703aa403413d83e15f688dae33" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1cb1cde8e8dd0f70cc0fe51354a59acad9302084", - "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/df991fd88693ab703aa403413d83e15f688dae33", + "reference": "df991fd88693ab703aa403413d83e15f688dae33", "shasum": "" }, "require": { @@ -3806,7 +4052,7 @@ "php-amqplib/php-amqplib": "~2.4", "php-console/php-console": "^3.1.3", "phpspec/prophecy": "^1.6.1", - "phpstan/phpstan": "^0.12.59", + "phpstan/phpstan": "^0.12.91", "phpunit/phpunit": "^8.5", "predis/predis": "^1.1", "rollbar/rollbar": "^1.3", @@ -3858,7 +4104,7 @@ ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/2.2.0" + "source": "https://github.com/Seldaek/monolog/tree/2.3.0" }, "funding": [ { @@ -3870,7 +4116,7 @@ "type": "tidelift" } ], - "time": "2020-12-14T13:15:25+00:00" + "time": "2021-07-05T11:34:13+00:00" }, { "name": "mtdowling/jmespath.php", @@ -4137,16 +4383,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.10.5", + "version": "v4.11.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f" + "reference": "fe14cf3672a149364fb66dfe11bf6549af899f94" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4432ba399e47c66624bc73c8c0f811e5c109576f", - "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/fe14cf3672a149364fb66dfe11bf6549af899f94", + "reference": "fe14cf3672a149364fb66dfe11bf6549af899f94", "shasum": "" }, "require": { @@ -4187,9 +4433,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.5" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.11.0" }, - "time": "2021-05-03T19:11:20+00:00" + "time": "2021-07-03T13:36:55+00:00" }, { "name": "openlss/lib-array2xml", @@ -6993,6 +7239,72 @@ ], "time": "2020-09-28T06:39:44+00:00" }, + { + "name": "spatie/data-transfer-object", + "version": "3.3.0", + "source": { + "type": "git", + "url": "https://github.com/spatie/data-transfer-object.git", + "reference": "ad1547a1d35e81051520955c9f02f0eaafeb2ab9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spatie/data-transfer-object/zipball/ad1547a1d35e81051520955c9f02f0eaafeb2ab9", + "reference": "ad1547a1d35e81051520955c9f02f0eaafeb2ab9", + "shasum": "" + }, + "require": { + "php": "^8.0" + }, + "require-dev": { + "illuminate/collections": "^8.36", + "jetbrains/phpstorm-attributes": "^1.0", + "larapack/dd": "^1.1", + "phpunit/phpunit": "^9.0" + }, + "suggest": { + "phpstan/phpstan": "Take advantage of checkUninitializedProperties with \\Spatie\\DataTransferObject\\PHPstan\\PropertiesAreAlwaysInitializedExtension" + }, + "type": "library", + "autoload": { + "psr-4": { + "Spatie\\DataTransferObject\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Brent Roose", + "email": "brent@spatie.be", + "homepage": "https://spatie.be", + "role": "Developer" + } + ], + "description": "Data transfer objects with batteries included", + "homepage": "https://github.com/spatie/data-transfer-object", + "keywords": [ + "data-transfer-object", + "spatie" + ], + "support": { + "issues": "https://github.com/spatie/data-transfer-object/issues", + "source": "https://github.com/spatie/data-transfer-object/tree/3.3.0" + }, + "funding": [ + { + "url": "https://spatie.be/open-source/support-us", + "type": "custom" + }, + { + "url": "https://github.com/spatie", + "type": "github" + } + ], + "time": "2021-06-01T11:27:12+00:00" + }, { "name": "spatie/db-dumper", "version": "2.21.1", @@ -7204,17 +7516,171 @@ "time": "2021-05-23T15:12:33+00:00" }, { - "name": "spatie/laravel-tail", - "version": "4.3.2", + "name": "spatie/laravel-query-builder", + "version": "3.5.0", "source": { "type": "git", - "url": "https://github.com/spatie/laravel-tail.git", - "reference": "cf003b577459613c6e439d25c1c5ac70f23658cf" + "url": "https://github.com/spatie/laravel-query-builder.git", + "reference": "4e5257be24139836dc092f618d7c73bcb1c00302" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-tail/zipball/cf003b577459613c6e439d25c1c5ac70f23658cf", - "reference": "cf003b577459613c6e439d25c1c5ac70f23658cf", + "url": "https://api.github.com/repos/spatie/laravel-query-builder/zipball/4e5257be24139836dc092f618d7c73bcb1c00302", + "reference": "4e5257be24139836dc092f618d7c73bcb1c00302", + "shasum": "" + }, + "require": { + "illuminate/database": "^6.20.13|^7.30.4|^8.22.2", + "illuminate/http": "^6.20.13|7.30.4|^8.22.2", + "illuminate/support": "^6.20.13|7.30.4|^8.22.2", + "php": "^7.3|^8.0" + }, + "require-dev": { + "ext-json": "*", + "laravel/legacy-factories": "^1.0.4", + "mockery/mockery": "^1.4", + "orchestra/testbench": "^4.9|^5.8|^6.3", + "phpunit/phpunit": "^9.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Spatie\\QueryBuilder\\QueryBuilderServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "Spatie\\QueryBuilder\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Alex Vanderbist", + "email": "alex@spatie.be", + "homepage": "https://spatie.be", + "role": "Developer" + } + ], + "description": "Easily build Eloquent queries from API requests", + "homepage": "https://github.com/spatie/laravel-query-builder", + "keywords": [ + "laravel-query-builder", + "spatie" + ], + "support": { + "issues": "https://github.com/spatie/laravel-query-builder/issues", + "source": "https://github.com/spatie/laravel-query-builder" + }, + "funding": [ + { + "url": "https://spatie.be/open-source/support-us", + "type": "custom" + } + ], + "time": "2021-07-05T14:17:44+00:00" + }, + { + "name": "spatie/laravel-queueable-action", + "version": "2.12.0", + "source": { + "type": "git", + "url": "https://github.com/spatie/laravel-queueable-action.git", + "reference": "27c156a8b41d2d5ef191594fc91f2bed73f4c2e1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spatie/laravel-queueable-action/zipball/27c156a8b41d2d5ef191594fc91f2bed73f4c2e1", + "reference": "27c156a8b41d2d5ef191594fc91f2bed73f4c2e1", + "shasum": "" + }, + "require": { + "laravel/framework": "^8.0", + "php": "^7.4|^8.0" + }, + "require-dev": { + "mockery/mockery": "^1.4", + "orchestra/testbench": "^4.0|^5.0|^6.0", + "phpunit/phpunit": "^8.4|^9.3" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Spatie\\QueueableAction\\QueueableActionServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "Spatie\\QueueableAction\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Brent Roose", + "email": "brent@spatie.be", + "homepage": "https://spatie.be", + "role": "Developer" + }, + { + "name": "Alex Vanderbist", + "email": "alex@spatie.be", + "homepage": "https://spatie.be", + "role": "Developer" + }, + { + "name": "Sebastian De Deyne", + "email": "sebastian@spatie.be", + "homepage": "https://spatie.be", + "role": "Developer" + }, + { + "name": "Freek Van der Herten", + "email": "freek@spatie.be", + "homepage": "https://spatie.be", + "role": "Developer" + } + ], + "description": "Queueable action support in Laravel", + "homepage": "https://github.com/spatie/laravel-queueable-action", + "keywords": [ + "laravel-queueable-action", + "spatie" + ], + "support": { + "issues": "https://github.com/spatie/laravel-queueable-action/issues", + "source": "https://github.com/spatie/laravel-queueable-action/tree/2.12.0" + }, + "funding": [ + { + "url": "https://spatie.be/open-source/support-us", + "type": "custom" + } + ], + "time": "2021-06-01T11:45:12+00:00" + }, + { + "name": "spatie/laravel-tail", + "version": "4.3.3", + "source": { + "type": "git", + "url": "https://github.com/spatie/laravel-tail.git", + "reference": "9575dec2353949abec31fedeb64cd45f42d74f06" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spatie/laravel-tail/zipball/9575dec2353949abec31fedeb64cd45f42d74f06", + "reference": "9575dec2353949abec31fedeb64cd45f42d74f06", "shasum": "" }, "require": { @@ -7266,7 +7732,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-tail/issues", - "source": "https://github.com/spatie/laravel-tail/tree/4.3.2" + "source": "https://github.com/spatie/laravel-tail/tree/4.3.3" }, "funding": [ { @@ -7274,7 +7740,7 @@ "type": "custom" } ], - "time": "2021-01-25T13:58:50+00:00" + "time": "2021-07-04T13:18:25+00:00" }, { "name": "spatie/ssh", @@ -7388,16 +7854,16 @@ }, { "name": "stripe/stripe-php", - "version": "v7.86.0", + "version": "v7.87.0", "source": { "type": "git", "url": "https://github.com/stripe/stripe-php.git", - "reference": "7a56d1066305afe2601f39bed5b1caf277f829c7" + "reference": "9392f03cb8d8803bf8273378ce42d5cbbf1e24fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stripe/stripe-php/zipball/7a56d1066305afe2601f39bed5b1caf277f829c7", - "reference": "7a56d1066305afe2601f39bed5b1caf277f829c7", + "url": "https://api.github.com/repos/stripe/stripe-php/zipball/9392f03cb8d8803bf8273378ce42d5cbbf1e24fc", + "reference": "9392f03cb8d8803bf8273378ce42d5cbbf1e24fc", "shasum": "" }, "require": { @@ -7443,9 +7909,9 @@ ], "support": { "issues": "https://github.com/stripe/stripe-php/issues", - "source": "https://github.com/stripe/stripe-php/tree/v7.86.0" + "source": "https://github.com/stripe/stripe-php/tree/v7.87.0" }, - "time": "2021-06-25T16:48:21+00:00" + "time": "2021-06-30T18:22:47+00:00" }, { "name": "swiftmailer/swiftmailer", @@ -7754,16 +8220,16 @@ }, { "name": "symfony/error-handler", - "version": "v5.3.0", + "version": "v5.3.3", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "0e6768b8c0dcef26df087df2bbbaa143867a59b2" + "reference": "43323e79c80719e8a4674e33484bca98270d223f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/0e6768b8c0dcef26df087df2bbbaa143867a59b2", - "reference": "0e6768b8c0dcef26df087df2bbbaa143867a59b2", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/43323e79c80719e8a4674e33484bca98270d223f", + "reference": "43323e79c80719e8a4674e33484bca98270d223f", "shasum": "" }, "require": { @@ -7803,7 +8269,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v5.3.0" + "source": "https://github.com/symfony/error-handler/tree/v5.3.3" }, "funding": [ { @@ -7819,7 +8285,7 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:43:10+00:00" + "time": "2021-06-24T08:13:00+00:00" }, { "name": "symfony/event-dispatcher", @@ -8126,16 +8592,16 @@ }, { "name": "symfony/http-foundation", - "version": "v5.3.2", + "version": "v5.3.3", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "7b6dd714d95106b831aaa7f3c9c612ab886516bd" + "reference": "0e45ab1574caa0460d9190871a8ce47539e40ccf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/7b6dd714d95106b831aaa7f3c9c612ab886516bd", - "reference": "7b6dd714d95106b831aaa7f3c9c612ab886516bd", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/0e45ab1574caa0460d9190871a8ce47539e40ccf", + "reference": "0e45ab1574caa0460d9190871a8ce47539e40ccf", "shasum": "" }, "require": { @@ -8179,7 +8645,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v5.3.2" + "source": "https://github.com/symfony/http-foundation/tree/v5.3.3" }, "funding": [ { @@ -8195,20 +8661,20 @@ "type": "tidelift" } ], - "time": "2021-06-12T10:15:17+00:00" + "time": "2021-06-27T09:19:40+00:00" }, { "name": "symfony/http-kernel", - "version": "v5.3.2", + "version": "v5.3.3", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "e7021165d9dbfb4051296b8de827e92c8a7b5c87" + "reference": "90ad9f4b21ddcb8ebe9faadfcca54929ad23f9f8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/e7021165d9dbfb4051296b8de827e92c8a7b5c87", - "reference": "e7021165d9dbfb4051296b8de827e92c8a7b5c87", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/90ad9f4b21ddcb8ebe9faadfcca54929ad23f9f8", + "reference": "90ad9f4b21ddcb8ebe9faadfcca54929ad23f9f8", "shasum": "" }, "require": { @@ -8291,7 +8757,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v5.3.2" + "source": "https://github.com/symfony/http-kernel/tree/v5.3.3" }, "funding": [ { @@ -8307,7 +8773,7 @@ "type": "tidelift" } ], - "time": "2021-06-17T14:18:27+00:00" + "time": "2021-06-30T08:27:49+00:00" }, { "name": "symfony/mime", @@ -9441,16 +9907,16 @@ }, { "name": "symfony/string", - "version": "v5.3.2", + "version": "v5.3.3", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "0732e97e41c0a590f77e231afc16a327375d50b0" + "reference": "bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/0732e97e41c0a590f77e231afc16a327375d50b0", - "reference": "0732e97e41c0a590f77e231afc16a327375d50b0", + "url": "https://api.github.com/repos/symfony/string/zipball/bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1", + "reference": "bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1", "shasum": "" }, "require": { @@ -9504,7 +9970,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v5.3.2" + "source": "https://github.com/symfony/string/tree/v5.3.3" }, "funding": [ { @@ -9520,20 +9986,20 @@ "type": "tidelift" } ], - "time": "2021-06-06T09:51:56+00:00" + "time": "2021-06-27T11:44:38+00:00" }, { "name": "symfony/translation", - "version": "v5.3.2", + "version": "v5.3.3", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "7e2603bcc598e14804c4d2359d8dc4ee3c40391b" + "reference": "380b8c9e944d0e364b25f28e8e555241eb49c01c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/7e2603bcc598e14804c4d2359d8dc4ee3c40391b", - "reference": "7e2603bcc598e14804c4d2359d8dc4ee3c40391b", + "url": "https://api.github.com/repos/symfony/translation/zipball/380b8c9e944d0e364b25f28e8e555241eb49c01c", + "reference": "380b8c9e944d0e364b25f28e8e555241eb49c01c", "shasum": "" }, "require": { @@ -9599,7 +10065,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v5.3.2" + "source": "https://github.com/symfony/translation/tree/v5.3.3" }, "funding": [ { @@ -9615,7 +10081,7 @@ "type": "tidelift" } ], - "time": "2021-06-06T09:51:56+00:00" + "time": "2021-06-27T12:22:47+00:00" }, { "name": "symfony/translation-contracts", @@ -9697,16 +10163,16 @@ }, { "name": "symfony/var-dumper", - "version": "v5.3.2", + "version": "v5.3.3", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "905a22c68b292ffb6f20d7636c36b220d1fba5ae" + "reference": "46aa709affb9ad3355bd7a810f9662d71025c384" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/905a22c68b292ffb6f20d7636c36b220d1fba5ae", - "reference": "905a22c68b292ffb6f20d7636c36b220d1fba5ae", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/46aa709affb9ad3355bd7a810f9662d71025c384", + "reference": "46aa709affb9ad3355bd7a810f9662d71025c384", "shasum": "" }, "require": { @@ -9765,7 +10231,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.3.2" + "source": "https://github.com/symfony/var-dumper/tree/v5.3.3" }, "funding": [ { @@ -9781,7 +10247,7 @@ "type": "tidelift" } ], - "time": "2021-06-06T09:51:56+00:00" + "time": "2021-06-24T08:13:00+00:00" }, { "name": "teamtnt/laravel-scout-tntsearch-driver", @@ -11136,16 +11602,16 @@ }, { "name": "fakerphp/faker", - "version": "v1.14.1", + "version": "v1.15.0", "source": { "type": "git", "url": "https://github.com/FakerPHP/Faker.git", - "reference": "ed22aee8d17c7b396f74a58b1e7fefa4f90d5ef1" + "reference": "89c6201c74db25fa759ff16e78a4d8f32547770e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/ed22aee8d17c7b396f74a58b1e7fefa4f90d5ef1", - "reference": "ed22aee8d17c7b396f74a58b1e7fefa4f90d5ef1", + "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/89c6201c74db25fa759ff16e78a4d8f32547770e", + "reference": "89c6201c74db25fa759ff16e78a4d8f32547770e", "shasum": "" }, "require": { @@ -11195,9 +11661,9 @@ ], "support": { "issues": "https://github.com/FakerPHP/Faker/issues", - "source": "https://github.com/FakerPHP/Faker/tree/v.1.14.1" + "source": "https://github.com/FakerPHP/Faker/tree/v1.15.0" }, - "time": "2021-03-30T06:27:33+00:00" + "time": "2021-07-06T20:39:40+00:00" }, { "name": "filp/whoops", @@ -11731,16 +12197,16 @@ }, { "name": "symfony/filesystem", - "version": "v5.3.0", + "version": "v5.3.3", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "348116319d7fb7d1faa781d26a48922428013eb2" + "reference": "19b71c8f313b411172dd5f470fd61f24466d79a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/348116319d7fb7d1faa781d26a48922428013eb2", - "reference": "348116319d7fb7d1faa781d26a48922428013eb2", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/19b71c8f313b411172dd5f470fd61f24466d79a9", + "reference": "19b71c8f313b411172dd5f470fd61f24466d79a9", "shasum": "" }, "require": { @@ -11773,7 +12239,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v5.3.0" + "source": "https://github.com/symfony/filesystem/tree/v5.3.3" }, "funding": [ { @@ -11789,7 +12255,7 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:43:10+00:00" + "time": "2021-06-30T07:27:52+00:00" }, { "name": "symfony/options-resolver", @@ -11925,7 +12391,9 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": [], + "stability-flags": { + "makingcg/vuefilemanager-invoicing": 20 + }, "prefer-stable": true, "prefer-lowest": false, "platform": { diff --git a/resources/js/Oasis/Invoices/BillingProfile.vue b/resources/js/Oasis/Invoices/BillingProfile.vue index fd4df7bc..c16230bf 100644 --- a/resources/js/Oasis/Invoices/BillingProfile.vue +++ b/resources/js/Oasis/Invoices/BillingProfile.vue @@ -73,7 +73,7 @@
- {{ errors[0] }}