diff --git a/SECURITY.md b/SECURITY.md
index 2a5c9c1d1..a51bc7a8a 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -16,4 +16,4 @@ Feel free to report security issues based on the following chart.
## Reporting a Vulnerability
-If you discover any security related issues, please email security@akaunting.com instead of using the issue tracker.
+If you discover any security related issues, please email security@akaunting.com instead of using the issue tracker. Ömer Çitak ([om3rcitak](https://github.com/om3rcitak)) is responsible of our security.
diff --git a/composer.lock b/composer.lock
index 79ea87aa9..1e3515e90 100644
--- a/composer.lock
+++ b/composer.lock
@@ -907,16 +907,16 @@
},
{
"name": "aws/aws-sdk-php",
- "version": "3.252.1",
+ "version": "3.255.8",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
- "reference": "5cc35b5f66d026d99ba843dba6fe1783571c20af"
+ "reference": "6cfc9c8b63105bafb537964dd94d1f4070be172c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/5cc35b5f66d026d99ba843dba6fe1783571c20af",
- "reference": "5cc35b5f66d026d99ba843dba6fe1783571c20af",
+ "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/6cfc9c8b63105bafb537964dd94d1f4070be172c",
+ "reference": "6cfc9c8b63105bafb537964dd94d1f4070be172c",
"shasum": ""
},
"require": {
@@ -995,9 +995,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.252.1"
+ "source": "https://github.com/aws/aws-sdk-php/tree/3.255.8"
},
- "time": "2022-12-02T19:21:15+00:00"
+ "time": "2023-01-03T19:21:55+00:00"
},
{
"name": "balping/json-raw-encoder",
@@ -1863,6 +1863,87 @@
],
"time": "2022-11-17T09:50:14+00:00"
},
+ {
+ "name": "composer/semver",
+ "version": "3.3.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/composer/semver.git",
+ "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9",
+ "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^5.3.2 || ^7.0 || ^8.0"
+ },
+ "require-dev": {
+ "phpstan/phpstan": "^1.4",
+ "symfony/phpunit-bridge": "^4.2 || ^5"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "3.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Composer\\Semver\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nils Adermann",
+ "email": "naderman@naderman.de",
+ "homepage": "http://www.naderman.de"
+ },
+ {
+ "name": "Jordi Boggiano",
+ "email": "j.boggiano@seld.be",
+ "homepage": "http://seld.be"
+ },
+ {
+ "name": "Rob Bast",
+ "email": "rob.bast@gmail.com",
+ "homepage": "http://robbast.nl"
+ }
+ ],
+ "description": "Semver library that offers utilities, version constraint parsing and validation.",
+ "keywords": [
+ "semantic",
+ "semver",
+ "validation",
+ "versioning"
+ ],
+ "support": {
+ "irc": "irc://irc.freenode.org/composer",
+ "issues": "https://github.com/composer/semver/issues",
+ "source": "https://github.com/composer/semver/tree/3.3.2"
+ },
+ "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": "2022-04-01T19:23:25+00:00"
+ },
{
"name": "dflydev/dot-access-data",
"version": "v3.0.2",
@@ -2103,16 +2184,16 @@
},
{
"name": "doctrine/dbal",
- "version": "3.5.1",
+ "version": "3.5.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
- "reference": "f38ee8aaca2d58ee88653cb34a6a3880c23f38a5"
+ "reference": "63e513cebbbaf96a6795e5c5ee34d205831bfc85"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/dbal/zipball/f38ee8aaca2d58ee88653cb34a6a3880c23f38a5",
- "reference": "f38ee8aaca2d58ee88653cb34a6a3880c23f38a5",
+ "url": "https://api.github.com/repos/doctrine/dbal/zipball/63e513cebbbaf96a6795e5c5ee34d205831bfc85",
+ "reference": "63e513cebbbaf96a6795e5c5ee34d205831bfc85",
"shasum": ""
},
"require": {
@@ -2125,16 +2206,16 @@
"psr/log": "^1|^2|^3"
},
"require-dev": {
- "doctrine/coding-standard": "10.0.0",
- "jetbrains/phpstorm-stubs": "2022.2",
- "phpstan/phpstan": "1.8.10",
+ "doctrine/coding-standard": "11.0.0",
+ "jetbrains/phpstorm-stubs": "2022.3",
+ "phpstan/phpstan": "1.9.2",
"phpstan/phpstan-strict-rules": "^1.4",
- "phpunit/phpunit": "9.5.25",
- "psalm/plugin-phpunit": "0.17.0",
+ "phpunit/phpunit": "9.5.27",
+ "psalm/plugin-phpunit": "0.18.4",
"squizlabs/php_codesniffer": "3.7.1",
"symfony/cache": "^5.4|^6.0",
"symfony/console": "^4.4|^5.4|^6.0",
- "vimeo/psalm": "4.29.0"
+ "vimeo/psalm": "4.30.0"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
@@ -2194,7 +2275,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
- "source": "https://github.com/doctrine/dbal/tree/3.5.1"
+ "source": "https://github.com/doctrine/dbal/tree/3.5.2"
},
"funding": [
{
@@ -2210,7 +2291,7 @@
"type": "tidelift"
}
],
- "time": "2022-10-24T07:26:18+00:00"
+ "time": "2022-12-19T08:17:34+00:00"
},
{
"name": "doctrine/deprecations",
@@ -2440,31 +2521,33 @@
},
{
"name": "doctrine/lexer",
- "version": "1.2.3",
+ "version": "2.1.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
- "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229"
+ "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229",
- "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229",
+ "url": "https://api.github.com/repos/doctrine/lexer/zipball/39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
+ "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
"shasum": ""
},
"require": {
+ "doctrine/deprecations": "^1.0",
"php": "^7.1 || ^8.0"
},
"require-dev": {
- "doctrine/coding-standard": "^9.0",
+ "doctrine/coding-standard": "^9 || ^10",
"phpstan/phpstan": "^1.3",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
- "vimeo/psalm": "^4.11"
+ "psalm/plugin-phpunit": "^0.18.3",
+ "vimeo/psalm": "^4.11 || ^5.0"
},
"type": "library",
"autoload": {
"psr-4": {
- "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
+ "Doctrine\\Common\\Lexer\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -2496,7 +2579,7 @@
],
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
- "source": "https://github.com/doctrine/lexer/tree/1.2.3"
+ "source": "https://github.com/doctrine/lexer/tree/2.1.0"
},
"funding": [
{
@@ -2512,7 +2595,7 @@
"type": "tidelift"
}
],
- "time": "2022-02-28T11:07:21+00:00"
+ "time": "2022-12-14T08:49:07+00:00"
},
{
"name": "dompdf/dompdf",
@@ -2639,25 +2722,24 @@
},
{
"name": "egulias/email-validator",
- "version": "3.2.1",
+ "version": "3.2.5",
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
- "reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715"
+ "reference": "b531a2311709443320c786feb4519cfaf94af796"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/f88dcf4b14af14a98ad96b14b2b317969eab6715",
- "reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715",
+ "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/b531a2311709443320c786feb4519cfaf94af796",
+ "reference": "b531a2311709443320c786feb4519cfaf94af796",
"shasum": ""
},
"require": {
- "doctrine/lexer": "^1.2",
+ "doctrine/lexer": "^1.2|^2",
"php": ">=7.2",
"symfony/polyfill-intl-idn": "^1.15"
},
"require-dev": {
- "php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^8.5.8|^9.3.3",
"vimeo/psalm": "^4"
},
@@ -2695,7 +2777,7 @@
],
"support": {
"issues": "https://github.com/egulias/EmailValidator/issues",
- "source": "https://github.com/egulias/EmailValidator/tree/3.2.1"
+ "source": "https://github.com/egulias/EmailValidator/tree/3.2.5"
},
"funding": [
{
@@ -2703,7 +2785,7 @@
"type": "github"
}
],
- "time": "2022-06-18T20:57:19+00:00"
+ "time": "2023-01-02T17:26:14+00:00"
},
{
"name": "ezyang/htmlpurifier",
@@ -4858,16 +4940,16 @@
},
{
"name": "laravel/framework",
- "version": "v9.42.2",
+ "version": "v9.46.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
- "reference": "607d7867c93706eae20e28e46679f8a66e2a23ec"
+ "reference": "62b05b6de5733d89378a279e40230a71e5ab5d92"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel/framework/zipball/607d7867c93706eae20e28e46679f8a66e2a23ec",
- "reference": "607d7867c93706eae20e28e46679f8a66e2a23ec",
+ "url": "https://api.github.com/repos/laravel/framework/zipball/62b05b6de5733d89378a279e40230a71e5ab5d92",
+ "reference": "62b05b6de5733d89378a279e40230a71e5ab5d92",
"shasum": ""
},
"require": {
@@ -4878,7 +4960,7 @@
"ext-openssl": "*",
"fruitcake/php-cors": "^1.2",
"laravel/serializable-closure": "^1.2.2",
- "league/commonmark": "^2.2",
+ "league/commonmark": "^2.2.1",
"league/flysystem": "^3.8.0",
"monolog/monolog": "^2.0",
"nesbot/carbon": "^2.62.1",
@@ -4887,7 +4969,7 @@
"psr/container": "^1.1.1|^2.0.1",
"psr/log": "^1.0|^2.0|^3.0",
"psr/simple-cache": "^1.0|^2.0|^3.0",
- "ramsey/uuid": "^4.2.2",
+ "ramsey/uuid": "^4.7",
"symfony/console": "^6.0.9",
"symfony/error-handler": "^6.0",
"symfony/finder": "^6.0",
@@ -4948,7 +5030,7 @@
"ably/ably-php": "^1.0",
"aws/aws-sdk-php": "^3.235.5",
"doctrine/dbal": "^2.13.3|^3.1.4",
- "fakerphp/faker": "^1.9.2",
+ "fakerphp/faker": "^1.21",
"guzzlehttp/guzzle": "^7.5",
"league/flysystem-aws-s3-v3": "^3.0",
"league/flysystem-ftp": "^3.0",
@@ -4956,7 +5038,7 @@
"league/flysystem-read-only": "^3.3",
"league/flysystem-sftp-v3": "^3.0",
"mockery/mockery": "^1.5.1",
- "orchestra/testbench-core": "^7.11",
+ "orchestra/testbench-core": "^7.16",
"pda/pheanstalk": "^4.0",
"phpstan/phpstan": "^1.4.7",
"phpunit/phpunit": "^9.5.8",
@@ -5040,7 +5122,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
- "time": "2022-11-30T16:23:52+00:00"
+ "time": "2023-01-03T15:12:31+00:00"
},
{
"name": "laravel/sanctum",
@@ -5431,16 +5513,16 @@
},
{
"name": "league/commonmark",
- "version": "2.3.7",
+ "version": "2.3.8",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/commonmark.git",
- "reference": "a36bd2be4f5387c0f3a8792a0d76b7d68865abbf"
+ "reference": "c493585c130544c4e91d2e0e131e6d35cb0cbc47"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/a36bd2be4f5387c0f3a8792a0d76b7d68865abbf",
- "reference": "a36bd2be4f5387c0f3a8792a0d76b7d68865abbf",
+ "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/c493585c130544c4e91d2e0e131e6d35cb0cbc47",
+ "reference": "c493585c130544c4e91d2e0e131e6d35cb0cbc47",
"shasum": ""
},
"require": {
@@ -5468,7 +5550,7 @@
"symfony/finder": "^5.3 | ^6.0",
"symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0",
"unleashedtech/php-coding-standard": "^3.1.1",
- "vimeo/psalm": "^4.24.0"
+ "vimeo/psalm": "^4.24.0 || ^5.0.0"
},
"suggest": {
"symfony/yaml": "v2.3+ required if using the Front Matter extension"
@@ -5533,20 +5615,20 @@
"type": "tidelift"
}
],
- "time": "2022-11-03T17:29:46+00:00"
+ "time": "2022-12-10T16:02:17+00:00"
},
{
"name": "league/config",
- "version": "v1.1.1",
+ "version": "v1.2.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/config.git",
- "reference": "a9d39eeeb6cc49d10a6e6c36f22c4c1f4a767f3e"
+ "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/config/zipball/a9d39eeeb6cc49d10a6e6c36f22c4c1f4a767f3e",
- "reference": "a9d39eeeb6cc49d10a6e6c36f22c4c1f4a767f3e",
+ "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
+ "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
"shasum": ""
},
"require": {
@@ -5555,7 +5637,7 @@
"php": "^7.4 || ^8.0"
},
"require-dev": {
- "phpstan/phpstan": "^0.12.90",
+ "phpstan/phpstan": "^1.8.2",
"phpunit/phpunit": "^9.5.5",
"scrutinizer/ocular": "^1.8.1",
"unleashedtech/php-coding-standard": "^3.1",
@@ -5615,20 +5697,20 @@
"type": "github"
}
],
- "time": "2021-08-14T12:15:32+00:00"
+ "time": "2022-12-11T20:36:23+00:00"
},
{
"name": "league/flysystem",
- "version": "3.11.0",
+ "version": "3.12.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
- "reference": "7e423e5dd240a60adfab9bde058d7668863b7731"
+ "reference": "2aef65a47e44f2d6f9938f720f6dd697e7ba7b76"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/7e423e5dd240a60adfab9bde058d7668863b7731",
- "reference": "7e423e5dd240a60adfab9bde058d7668863b7731",
+ "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/2aef65a47e44f2d6f9938f720f6dd697e7ba7b76",
+ "reference": "2aef65a47e44f2d6f9938f720f6dd697e7ba7b76",
"shasum": ""
},
"require": {
@@ -5690,7 +5772,7 @@
],
"support": {
"issues": "https://github.com/thephpleague/flysystem/issues",
- "source": "https://github.com/thephpleague/flysystem/tree/3.11.0"
+ "source": "https://github.com/thephpleague/flysystem/tree/3.12.0"
},
"funding": [
{
@@ -5706,7 +5788,7 @@
"type": "tidelift"
}
],
- "time": "2022-12-02T14:39:57+00:00"
+ "time": "2022-12-20T20:21:10+00:00"
},
{
"name": "league/flysystem-aws-s3-v3",
@@ -5969,16 +6051,16 @@
},
{
"name": "livewire/livewire",
- "version": "v2.10.7",
+ "version": "v2.10.8",
"source": {
"type": "git",
"url": "https://github.com/livewire/livewire.git",
- "reference": "fa0441bf82f1674beecb3a8ad8a4ae428736ed18"
+ "reference": "4cc5dedaab1e9512efb4d528fde67df98e9b465a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/livewire/livewire/zipball/fa0441bf82f1674beecb3a8ad8a4ae428736ed18",
- "reference": "fa0441bf82f1674beecb3a8ad8a4ae428736ed18",
+ "url": "https://api.github.com/repos/livewire/livewire/zipball/4cc5dedaab1e9512efb4d528fde67df98e9b465a",
+ "reference": "4cc5dedaab1e9512efb4d528fde67df98e9b465a",
"shasum": ""
},
"require": {
@@ -6030,7 +6112,7 @@
"description": "A front-end framework for Laravel.",
"support": {
"issues": "https://github.com/livewire/livewire/issues",
- "source": "https://github.com/livewire/livewire/tree/v2.10.7"
+ "source": "https://github.com/livewire/livewire/tree/v2.10.8"
},
"funding": [
{
@@ -6038,7 +6120,7 @@
"type": "github"
}
],
- "time": "2022-08-08T13:52:53+00:00"
+ "time": "2022-12-21T22:28:25+00:00"
},
{
"name": "lorisleiva/laravel-search-string",
@@ -6100,24 +6182,25 @@
},
{
"name": "maatwebsite/excel",
- "version": "3.1.44",
+ "version": "3.1.45",
"source": {
"type": "git",
"url": "https://github.com/SpartnerNL/Laravel-Excel.git",
- "reference": "289c3320982510dacfe0dd00de68061a2b7f4a43"
+ "reference": "80627071a8cebb3c1119f1d2881bb6a03a8f9152"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/SpartnerNL/Laravel-Excel/zipball/289c3320982510dacfe0dd00de68061a2b7f4a43",
- "reference": "289c3320982510dacfe0dd00de68061a2b7f4a43",
+ "url": "https://api.github.com/repos/SpartnerNL/Laravel-Excel/zipball/80627071a8cebb3c1119f1d2881bb6a03a8f9152",
+ "reference": "80627071a8cebb3c1119f1d2881bb6a03a8f9152",
"shasum": ""
},
"require": {
+ "composer/semver": "^3.3",
"ext-json": "*",
"illuminate/support": "5.8.*|^6.0|^7.0|^8.0|^9.0",
"php": "^7.0|^8.0",
"phpoffice/phpspreadsheet": "^1.18",
- "psr/simple-cache": "^1.0|^2.0"
+ "psr/simple-cache": "^1.0|^2.0|^3.0"
},
"require-dev": {
"orchestra/testbench": "^6.0|^7.0",
@@ -6163,7 +6246,7 @@
],
"support": {
"issues": "https://github.com/SpartnerNL/Laravel-Excel/issues",
- "source": "https://github.com/SpartnerNL/Laravel-Excel/tree/3.1.44"
+ "source": "https://github.com/SpartnerNL/Laravel-Excel/tree/3.1.45"
},
"funding": [
{
@@ -6175,27 +6258,27 @@
"type": "github"
}
],
- "time": "2022-10-14T20:01:10+00:00"
+ "time": "2023-01-02T17:17:56+00:00"
},
{
"name": "maennchen/zipstream-php",
- "version": "2.3.0",
+ "version": "v2.4.0",
"source": {
"type": "git",
"url": "https://github.com/maennchen/ZipStream-PHP.git",
- "reference": "8df0a40fff7b5cbf86cf9a6d7d8d15b9bc03bc98"
+ "reference": "3fa72e4c71a43f9e9118752a5c90e476a8dc9eb3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/8df0a40fff7b5cbf86cf9a6d7d8d15b9bc03bc98",
- "reference": "8df0a40fff7b5cbf86cf9a6d7d8d15b9bc03bc98",
+ "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/3fa72e4c71a43f9e9118752a5c90e476a8dc9eb3",
+ "reference": "3fa72e4c71a43f9e9118752a5c90e476a8dc9eb3",
"shasum": ""
},
"require": {
+ "ext-mbstring": "*",
"myclabs/php-enum": "^1.5",
"php": "^8.0",
- "psr/http-message": "^1.0",
- "symfony/polyfill-mbstring": "^1.0"
+ "psr/http-message": "^1.0"
},
"require-dev": {
"ext-zip": "*",
@@ -6204,7 +6287,7 @@
"mikey179/vfsstream": "^1.6",
"php-coveralls/php-coveralls": "^2.4",
"phpunit/phpunit": "^8.5.8 || ^9.4.2",
- "vimeo/psalm": "^4.1"
+ "vimeo/psalm": "^5.0"
},
"type": "library",
"autoload": {
@@ -6241,7 +6324,7 @@
],
"support": {
"issues": "https://github.com/maennchen/ZipStream-PHP/issues",
- "source": "https://github.com/maennchen/ZipStream-PHP/tree/2.3.0"
+ "source": "https://github.com/maennchen/ZipStream-PHP/tree/v2.4.0"
},
"funding": [
{
@@ -6253,30 +6336,30 @@
"type": "open_collective"
}
],
- "time": "2022-11-28T12:13:34+00:00"
+ "time": "2022-12-08T12:29:14+00:00"
},
{
"name": "markbaker/complex",
- "version": "3.0.1",
+ "version": "3.0.2",
"source": {
"type": "git",
"url": "https://github.com/MarkBaker/PHPComplex.git",
- "reference": "ab8bc271e404909db09ff2d5ffa1e538085c0f22"
+ "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/ab8bc271e404909db09ff2d5ffa1e538085c0f22",
- "reference": "ab8bc271e404909db09ff2d5ffa1e538085c0f22",
+ "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
+ "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
- "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
- "phpcompatibility/php-compatibility": "^9.0",
- "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
- "squizlabs/php_codesniffer": "^3.4"
+ "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
+ "phpcompatibility/php-compatibility": "^9.3",
+ "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
+ "squizlabs/php_codesniffer": "^3.7"
},
"type": "library",
"autoload": {
@@ -6302,9 +6385,9 @@
],
"support": {
"issues": "https://github.com/MarkBaker/PHPComplex/issues",
- "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.1"
+ "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2"
},
- "time": "2021-06-29T15:32:53+00:00"
+ "time": "2022-12-06T16:21:08+00:00"
},
{
"name": "markbaker/matrix",
@@ -6611,23 +6694,23 @@
},
{
"name": "moneyphp/money",
- "version": "v4.0.5",
+ "version": "v4.1.0",
"source": {
"type": "git",
"url": "https://github.com/moneyphp/money.git",
- "reference": "cee58435ff82a5de252c516e6a31beb674898985"
+ "reference": "c8eeeb1f7b7e6ca95490b94a301dc9cb8cb76c2d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/moneyphp/money/zipball/cee58435ff82a5de252c516e6a31beb674898985",
- "reference": "cee58435ff82a5de252c516e6a31beb674898985",
+ "url": "https://api.github.com/repos/moneyphp/money/zipball/c8eeeb1f7b7e6ca95490b94a301dc9cb8cb76c2d",
+ "reference": "c8eeeb1f7b7e6ca95490b94a301dc9cb8cb76c2d",
"shasum": ""
},
"require": {
"ext-bcmath": "*",
"ext-filter": "*",
"ext-json": "*",
- "php": "~8.0.0 || ~8.1.0"
+ "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"require-dev": {
"cache/taggable-cache": "^1.1.0",
@@ -6637,15 +6720,16 @@
"ext-intl": "*",
"florianv/exchanger": "^2.6.3",
"florianv/swap": "^4.3.0",
+ "moneyphp/crypto-currencies": "^1.0.0",
"moneyphp/iso-currencies": "^3.2.1",
"php-http/message": "^1.11.0",
"php-http/mock-client": "^1.4.1",
"phpbench/phpbench": "^1.2.5",
- "phpspec/phpspec": "^7.2",
+ "phpspec/phpspec": "^7.3",
"phpunit/phpunit": "^9.5.4",
- "psalm/plugin-phpunit": "^0.15.1",
+ "psalm/plugin-phpunit": "^0.18.4",
"psr/cache": "^1.0.1",
- "vimeo/psalm": "~4.7.0 || ^4.8.2"
+ "vimeo/psalm": "~5.3.0"
},
"suggest": {
"ext-gmp": "Calculate without integer limits",
@@ -6693,9 +6777,9 @@
],
"support": {
"issues": "https://github.com/moneyphp/money/issues",
- "source": "https://github.com/moneyphp/money/tree/v4.0.5"
+ "source": "https://github.com/moneyphp/money/tree/v4.1.0"
},
- "time": "2022-08-11T09:12:20+00:00"
+ "time": "2022-12-19T20:35:32+00:00"
},
{
"name": "monolog/monolog",
@@ -6925,16 +7009,16 @@
},
{
"name": "nesbot/carbon",
- "version": "2.64.0",
+ "version": "2.64.1",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
- "reference": "889546413c97de2d05063b8cb7b193c2531ea211"
+ "reference": "f2e59963f4c4f4fdfb9fcfd752e8d2e2b79a4e2c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/889546413c97de2d05063b8cb7b193c2531ea211",
- "reference": "889546413c97de2d05063b8cb7b193c2531ea211",
+ "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/f2e59963f4c4f4fdfb9fcfd752e8d2e2b79a4e2c",
+ "reference": "f2e59963f4c4f4fdfb9fcfd752e8d2e2b79a4e2c",
"shasum": ""
},
"require": {
@@ -7023,7 +7107,7 @@
"type": "tidelift"
}
],
- "time": "2022-11-26T17:36:00+00:00"
+ "time": "2023-01-01T23:17:36+00:00"
},
{
"name": "nette/schema",
@@ -7230,16 +7314,16 @@
},
{
"name": "nunomaduro/termwind",
- "version": "v1.14.2",
+ "version": "v1.15.0",
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/termwind.git",
- "reference": "9a8218511eb1a0965629ff820dda25985440aefc"
+ "reference": "594ab862396c16ead000de0c3c38f4a5cbe1938d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/9a8218511eb1a0965629ff820dda25985440aefc",
- "reference": "9a8218511eb1a0965629ff820dda25985440aefc",
+ "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/594ab862396c16ead000de0c3c38f4a5cbe1938d",
+ "reference": "594ab862396c16ead000de0c3c38f4a5cbe1938d",
"shasum": ""
},
"require": {
@@ -7296,7 +7380,7 @@
],
"support": {
"issues": "https://github.com/nunomaduro/termwind/issues",
- "source": "https://github.com/nunomaduro/termwind/tree/v1.14.2"
+ "source": "https://github.com/nunomaduro/termwind/tree/v1.15.0"
},
"funding": [
{
@@ -7312,7 +7396,7 @@
"type": "github"
}
],
- "time": "2022-10-28T22:51:32+00:00"
+ "time": "2022-12-20T19:00:15+00:00"
},
{
"name": "nyholm/psr7",
@@ -8249,16 +8333,16 @@
},
{
"name": "phpoffice/phpspreadsheet",
- "version": "1.25.2",
+ "version": "1.26.0",
"source": {
"type": "git",
"url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
- "reference": "a317a09e7def49852400a4b3eca4a4b0790ceeb5"
+ "reference": "5b6ceea9705b068f993e268e4debc566c2637063"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/a317a09e7def49852400a4b3eca4a4b0790ceeb5",
- "reference": "a317a09e7def49852400a4b3eca4a4b0790ceeb5",
+ "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/5b6ceea9705b068f993e268e4debc566c2637063",
+ "reference": "5b6ceea9705b068f993e268e4debc566c2637063",
"shasum": ""
},
"require": {
@@ -8279,7 +8363,7 @@
"maennchen/zipstream-php": "^2.1",
"markbaker/complex": "^3.0",
"markbaker/matrix": "^3.0",
- "php": "^7.3 || ^8.0",
+ "php": "^7.4 || ^8.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
@@ -8288,14 +8372,14 @@
"dealerdirect/phpcodesniffer-composer-installer": "dev-master",
"dompdf/dompdf": "^1.0 || ^2.0",
"friendsofphp/php-cs-fixer": "^3.2",
- "mitoteam/jpgraph": "10.2.4",
- "mpdf/mpdf": "8.1.1",
+ "mitoteam/jpgraph": "^10.2.4",
+ "mpdf/mpdf": "^8.1.1",
"phpcompatibility/php-compatibility": "^9.3",
"phpstan/phpstan": "^1.1",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^8.5 || ^9.0",
"squizlabs/php_codesniffer": "^3.7",
- "tecnickcom/tcpdf": "6.5"
+ "tecnickcom/tcpdf": "^6.5"
},
"suggest": {
"dompdf/dompdf": "Option for rendering PDF with PDF Writer",
@@ -8348,9 +8432,9 @@
],
"support": {
"issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
- "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.25.2"
+ "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.26.0"
},
- "time": "2022-09-25T17:21:01+00:00"
+ "time": "2022-12-21T12:22:06+00:00"
},
{
"name": "phpoption/phpoption",
@@ -8429,24 +8513,24 @@
},
{
"name": "plank/laravel-mediable",
- "version": "5.7.0",
+ "version": "5.8.0",
"source": {
"type": "git",
"url": "https://github.com/plank/laravel-mediable.git",
- "reference": "d5a4e3888ae2fd9d3b931d81a7faad412d5c901c"
+ "reference": "f613f66848c68ae8c7bbd5ae1bb503109235f4f6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/plank/laravel-mediable/zipball/d5a4e3888ae2fd9d3b931d81a7faad412d5c901c",
- "reference": "d5a4e3888ae2fd9d3b931d81a7faad412d5c901c",
+ "url": "https://api.github.com/repos/plank/laravel-mediable/zipball/f613f66848c68ae8c7bbd5ae1bb503109235f4f6",
+ "reference": "f613f66848c68ae8c7bbd5ae1bb503109235f4f6",
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"guzzlehttp/guzzle": "^6.5.5|^7.4.1",
- "illuminate/database": "^8.83|^9.0",
- "illuminate/filesystem": "^8.83|^9.0",
- "illuminate/support": "^8.83|^9.0",
+ "illuminate/database": "^8.83.3|^9.0",
+ "illuminate/filesystem": "^8.83.3|^9.0",
+ "illuminate/support": "^8.83.3|^9.0",
"intervention/image": "^2.7.1",
"league/flysystem": "^1.1.9|^2.4.2|^3.0.4",
"php": ">=7.4.0",
@@ -8502,9 +8586,9 @@
],
"support": {
"issues": "https://github.com/plank/laravel-mediable/issues",
- "source": "https://github.com/plank/laravel-mediable/tree/5.7.0"
+ "source": "https://github.com/plank/laravel-mediable/tree/5.8.0"
},
- "time": "2022-11-22T00:56:37+00:00"
+ "time": "2023-01-03T15:59:48+00:00"
},
{
"name": "psr/cache",
@@ -8870,16 +8954,16 @@
},
{
"name": "psr/simple-cache",
- "version": "2.0.0",
+ "version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
- "reference": "8707bf3cea6f710bf6ef05491234e3ab06f6432a"
+ "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/8707bf3cea6f710bf6ef05491234e3ab06f6432a",
- "reference": "8707bf3cea6f710bf6ef05491234e3ab06f6432a",
+ "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
+ "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
"shasum": ""
},
"require": {
@@ -8888,7 +8972,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.0.x-dev"
+ "dev-master": "3.0.x-dev"
}
},
"autoload": {
@@ -8915,22 +8999,22 @@
"simple-cache"
],
"support": {
- "source": "https://github.com/php-fig/simple-cache/tree/2.0.0"
+ "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
},
- "time": "2021-10-29T13:22:09+00:00"
+ "time": "2021-10-29T13:26:27+00:00"
},
{
"name": "psy/psysh",
- "version": "v0.11.9",
+ "version": "v0.11.10",
"source": {
"type": "git",
"url": "https://github.com/bobthecow/psysh.git",
- "reference": "1acec99d6684a54ff92f8b548a4e41b566963778"
+ "reference": "e9eadffbed9c9deb5426fd107faae0452bf20a36"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/bobthecow/psysh/zipball/1acec99d6684a54ff92f8b548a4e41b566963778",
- "reference": "1acec99d6684a54ff92f8b548a4e41b566963778",
+ "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e9eadffbed9c9deb5426fd107faae0452bf20a36",
+ "reference": "e9eadffbed9c9deb5426fd107faae0452bf20a36",
"shasum": ""
},
"require": {
@@ -8991,9 +9075,9 @@
],
"support": {
"issues": "https://github.com/bobthecow/psysh/issues",
- "source": "https://github.com/bobthecow/psysh/tree/v0.11.9"
+ "source": "https://github.com/bobthecow/psysh/tree/v0.11.10"
},
- "time": "2022-11-06T15:29:46+00:00"
+ "time": "2022-12-23T17:47:18+00:00"
},
{
"name": "ralouphie/getallheaders",
@@ -9041,42 +9125,53 @@
},
{
"name": "ramsey/collection",
- "version": "1.2.2",
+ "version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/ramsey/collection.git",
- "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a"
+ "reference": "ad7475d1c9e70b190ecffc58f2d989416af339b4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ramsey/collection/zipball/cccc74ee5e328031b15640b51056ee8d3bb66c0a",
- "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a",
+ "url": "https://api.github.com/repos/ramsey/collection/zipball/ad7475d1c9e70b190ecffc58f2d989416af339b4",
+ "reference": "ad7475d1c9e70b190ecffc58f2d989416af339b4",
"shasum": ""
},
"require": {
- "php": "^7.3 || ^8",
+ "php": "^7.4 || ^8.0",
"symfony/polyfill-php81": "^1.23"
},
"require-dev": {
- "captainhook/captainhook": "^5.3",
- "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
- "ergebnis/composer-normalize": "^2.6",
- "fakerphp/faker": "^1.5",
- "hamcrest/hamcrest-php": "^2",
- "jangregor/phpstan-prophecy": "^0.8",
- "mockery/mockery": "^1.3",
+ "captainhook/plugin-composer": "^5.3",
+ "ergebnis/composer-normalize": "^2.28.3",
+ "fakerphp/faker": "^1.21",
+ "hamcrest/hamcrest-php": "^2.0",
+ "jangregor/phpstan-prophecy": "^1.0",
+ "mockery/mockery": "^1.5",
+ "php-parallel-lint/php-console-highlighter": "^1.0",
+ "php-parallel-lint/php-parallel-lint": "^1.3",
+ "phpcsstandards/phpcsutils": "^1.0.0-rc1",
"phpspec/prophecy-phpunit": "^2.0",
- "phpstan/extension-installer": "^1",
- "phpstan/phpstan": "^0.12.32",
- "phpstan/phpstan-mockery": "^0.12.5",
- "phpstan/phpstan-phpunit": "^0.12.11",
- "phpunit/phpunit": "^8.5 || ^9",
- "psy/psysh": "^0.10.4",
- "slevomat/coding-standard": "^6.3",
- "squizlabs/php_codesniffer": "^3.5",
- "vimeo/psalm": "^4.4"
+ "phpstan/extension-installer": "^1.2",
+ "phpstan/phpstan": "^1.9",
+ "phpstan/phpstan-mockery": "^1.1",
+ "phpstan/phpstan-phpunit": "^1.3",
+ "phpunit/phpunit": "^9.5",
+ "psalm/plugin-mockery": "^1.1",
+ "psalm/plugin-phpunit": "^0.18.4",
+ "ramsey/coding-standard": "^2.0.3",
+ "ramsey/conventional-commits": "^1.3",
+ "vimeo/psalm": "^5.4"
},
"type": "library",
+ "extra": {
+ "captainhook": {
+ "force-install": true
+ },
+ "ramsey/conventional-commits": {
+ "configFile": "conventional-commits.json"
+ }
+ },
"autoload": {
"psr-4": {
"Ramsey\\Collection\\": "src/"
@@ -9104,7 +9199,7 @@
],
"support": {
"issues": "https://github.com/ramsey/collection/issues",
- "source": "https://github.com/ramsey/collection/tree/1.2.2"
+ "source": "https://github.com/ramsey/collection/tree/1.3.0"
},
"funding": [
{
@@ -9116,27 +9211,27 @@
"type": "tidelift"
}
],
- "time": "2021-10-10T03:01:02+00:00"
+ "time": "2022-12-27T19:12:24+00:00"
},
{
"name": "ramsey/uuid",
- "version": "4.6.0",
+ "version": "4.7.1",
"source": {
"type": "git",
"url": "https://github.com/ramsey/uuid.git",
- "reference": "ad63bc700e7d021039e30ce464eba384c4a1d40f"
+ "reference": "a1acf96007170234a8399586a6e2ab8feba109d1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ramsey/uuid/zipball/ad63bc700e7d021039e30ce464eba384c4a1d40f",
- "reference": "ad63bc700e7d021039e30ce464eba384c4a1d40f",
+ "url": "https://api.github.com/repos/ramsey/uuid/zipball/a1acf96007170234a8399586a6e2ab8feba109d1",
+ "reference": "a1acf96007170234a8399586a6e2ab8feba109d1",
"shasum": ""
},
"require": {
"brick/math": "^0.8.8 || ^0.9 || ^0.10",
"ext-json": "*",
"php": "^8.0",
- "ramsey/collection": "^1.0"
+ "ramsey/collection": "^1.2 || ^2.0"
},
"replace": {
"rhumsaa/uuid": "self.version"
@@ -9196,7 +9291,7 @@
],
"support": {
"issues": "https://github.com/ramsey/uuid/issues",
- "source": "https://github.com/ramsey/uuid/tree/4.6.0"
+ "source": "https://github.com/ramsey/uuid/tree/4.7.1"
},
"funding": [
{
@@ -9208,7 +9303,7 @@
"type": "tidelift"
}
],
- "time": "2022-11-05T23:03:38+00:00"
+ "time": "2022-12-31T22:20:34+00:00"
},
{
"name": "riverskies/laravel-mobile-detect",
@@ -9971,16 +10066,16 @@
},
{
"name": "symfony/console",
- "version": "v6.0.16",
+ "version": "v6.0.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
- "reference": "be294423f337dda97c810733138c0caec1bb0575"
+ "reference": "2ab307342a7233b9a260edd5ef94087aaca57d18"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/be294423f337dda97c810733138c0caec1bb0575",
- "reference": "be294423f337dda97c810733138c0caec1bb0575",
+ "url": "https://api.github.com/repos/symfony/console/zipball/2ab307342a7233b9a260edd5ef94087aaca57d18",
+ "reference": "2ab307342a7233b9a260edd5ef94087aaca57d18",
"shasum": ""
},
"require": {
@@ -10046,7 +10141,7 @@
"terminal"
],
"support": {
- "source": "https://github.com/symfony/console/tree/v6.0.16"
+ "source": "https://github.com/symfony/console/tree/v6.0.17"
},
"funding": [
{
@@ -10062,20 +10157,20 @@
"type": "tidelift"
}
],
- "time": "2022-11-25T18:58:46+00:00"
+ "time": "2022-12-28T14:21:34+00:00"
},
{
"name": "symfony/css-selector",
- "version": "v6.0.11",
+ "version": "v6.0.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
- "reference": "ab2746acddc4f03a7234c8441822ac5d5c63efe9"
+ "reference": "3e526b732295b5d4c16c38d557b74ba8498a92b4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/css-selector/zipball/ab2746acddc4f03a7234c8441822ac5d5c63efe9",
- "reference": "ab2746acddc4f03a7234c8441822ac5d5c63efe9",
+ "url": "https://api.github.com/repos/symfony/css-selector/zipball/3e526b732295b5d4c16c38d557b74ba8498a92b4",
+ "reference": "3e526b732295b5d4c16c38d557b74ba8498a92b4",
"shasum": ""
},
"require": {
@@ -10111,7 +10206,7 @@
"description": "Converts CSS selectors to XPath expressions",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/css-selector/tree/v6.0.11"
+ "source": "https://github.com/symfony/css-selector/tree/v6.0.17"
},
"funding": [
{
@@ -10127,7 +10222,7 @@
"type": "tidelift"
}
],
- "time": "2022-06-27T17:10:44+00:00"
+ "time": "2022-12-28T14:21:34+00:00"
},
{
"name": "symfony/deprecation-contracts",
@@ -10198,16 +10293,16 @@
},
{
"name": "symfony/error-handler",
- "version": "v6.0.15",
+ "version": "v6.0.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
- "reference": "f000c166cb3ee32c4c822831a79260a135cd59b5"
+ "reference": "1113c4bcf3bc77a9c79562543317479c90ba7b82"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/error-handler/zipball/f000c166cb3ee32c4c822831a79260a135cd59b5",
- "reference": "f000c166cb3ee32c4c822831a79260a135cd59b5",
+ "url": "https://api.github.com/repos/symfony/error-handler/zipball/1113c4bcf3bc77a9c79562543317479c90ba7b82",
+ "reference": "1113c4bcf3bc77a9c79562543317479c90ba7b82",
"shasum": ""
},
"require": {
@@ -10249,7 +10344,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/v6.0.15"
+ "source": "https://github.com/symfony/error-handler/tree/v6.0.17"
},
"funding": [
{
@@ -10265,20 +10360,20 @@
"type": "tidelift"
}
],
- "time": "2022-10-28T16:22:58+00:00"
+ "time": "2022-12-14T15:52:41+00:00"
},
{
"name": "symfony/event-dispatcher",
- "version": "v6.0.9",
+ "version": "v6.0.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
- "reference": "5c85b58422865d42c6eb46f7693339056db098a8"
+ "reference": "42b3985aa07837c9df36013ec5b965e9f2d480bc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/5c85b58422865d42c6eb46f7693339056db098a8",
- "reference": "5c85b58422865d42c6eb46f7693339056db098a8",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/42b3985aa07837c9df36013ec5b965e9f2d480bc",
+ "reference": "42b3985aa07837c9df36013ec5b965e9f2d480bc",
"shasum": ""
},
"require": {
@@ -10332,7 +10427,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/event-dispatcher/tree/v6.0.9"
+ "source": "https://github.com/symfony/event-dispatcher/tree/v6.0.17"
},
"funding": [
{
@@ -10348,7 +10443,7 @@
"type": "tidelift"
}
],
- "time": "2022-05-05T16:45:52+00:00"
+ "time": "2022-12-14T15:52:41+00:00"
},
{
"name": "symfony/event-dispatcher-contracts",
@@ -10431,16 +10526,16 @@
},
{
"name": "symfony/finder",
- "version": "v6.0.11",
+ "version": "v6.0.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
- "reference": "09cb683ba5720385ea6966e5e06be2a34f2568b1"
+ "reference": "d467d625fc88f7cebf96f495e588a7196a669db1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/finder/zipball/09cb683ba5720385ea6966e5e06be2a34f2568b1",
- "reference": "09cb683ba5720385ea6966e5e06be2a34f2568b1",
+ "url": "https://api.github.com/repos/symfony/finder/zipball/d467d625fc88f7cebf96f495e588a7196a669db1",
+ "reference": "d467d625fc88f7cebf96f495e588a7196a669db1",
"shasum": ""
},
"require": {
@@ -10472,7 +10567,7 @@
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/finder/tree/v6.0.11"
+ "source": "https://github.com/symfony/finder/tree/v6.0.17"
},
"funding": [
{
@@ -10488,20 +10583,20 @@
"type": "tidelift"
}
],
- "time": "2022-07-29T07:39:48+00:00"
+ "time": "2022-12-22T17:53:58+00:00"
},
{
"name": "symfony/http-client",
- "version": "v6.0.16",
+ "version": "v6.0.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
- "reference": "5db1221826d5f841f443d434358d5f82c862c5a9"
+ "reference": "d104286d135d29a17ead777888087e7f0fd11771"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-client/zipball/5db1221826d5f841f443d434358d5f82c862c5a9",
- "reference": "5db1221826d5f841f443d434358d5f82c862c5a9",
+ "url": "https://api.github.com/repos/symfony/http-client/zipball/d104286d135d29a17ead777888087e7f0fd11771",
+ "reference": "d104286d135d29a17ead777888087e7f0fd11771",
"shasum": ""
},
"require": {
@@ -10556,7 +10651,7 @@
"description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/http-client/tree/v6.0.16"
+ "source": "https://github.com/symfony/http-client/tree/v6.0.17"
},
"funding": [
{
@@ -10572,7 +10667,7 @@
"type": "tidelift"
}
],
- "time": "2022-11-14T10:09:52+00:00"
+ "time": "2022-12-14T15:52:41+00:00"
},
{
"name": "symfony/http-client-contracts",
@@ -10654,16 +10749,16 @@
},
{
"name": "symfony/http-foundation",
- "version": "v6.0.16",
+ "version": "v6.0.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
- "reference": "86eec2c66d00a2dd03d84352cd10b12df73101ec"
+ "reference": "22fe17e40b0481d39212e7165e004eb26422085d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-foundation/zipball/86eec2c66d00a2dd03d84352cd10b12df73101ec",
- "reference": "86eec2c66d00a2dd03d84352cd10b12df73101ec",
+ "url": "https://api.github.com/repos/symfony/http-foundation/zipball/22fe17e40b0481d39212e7165e004eb26422085d",
+ "reference": "22fe17e40b0481d39212e7165e004eb26422085d",
"shasum": ""
},
"require": {
@@ -10709,7 +10804,7 @@
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/http-foundation/tree/v6.0.16"
+ "source": "https://github.com/symfony/http-foundation/tree/v6.0.17"
},
"funding": [
{
@@ -10725,20 +10820,20 @@
"type": "tidelift"
}
],
- "time": "2022-11-07T08:07:05+00:00"
+ "time": "2022-12-14T15:52:41+00:00"
},
{
"name": "symfony/http-kernel",
- "version": "v6.0.16",
+ "version": "v6.0.18",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
- "reference": "8ba1344821807ad51f230f0d01e0fa8f366e4abb"
+ "reference": "71b52f9e5740b124894b454244fa0db48bb15814"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-kernel/zipball/8ba1344821807ad51f230f0d01e0fa8f366e4abb",
- "reference": "8ba1344821807ad51f230f0d01e0fa8f366e4abb",
+ "url": "https://api.github.com/repos/symfony/http-kernel/zipball/71b52f9e5740b124894b454244fa0db48bb15814",
+ "reference": "71b52f9e5740b124894b454244fa0db48bb15814",
"shasum": ""
},
"require": {
@@ -10818,7 +10913,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/v6.0.16"
+ "source": "https://github.com/symfony/http-kernel/tree/v6.0.18"
},
"funding": [
{
@@ -10834,20 +10929,20 @@
"type": "tidelift"
}
],
- "time": "2022-11-28T18:15:44+00:00"
+ "time": "2022-12-29T18:58:12+00:00"
},
{
"name": "symfony/mailer",
- "version": "v6.0.16",
+ "version": "v6.0.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/mailer.git",
- "reference": "aa47b34ab09fa03106d9e156632e4c6176b962da"
+ "reference": "0d4562cd13f1e5b78b578120ae5cbd5527ec1534"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/mailer/zipball/aa47b34ab09fa03106d9e156632e4c6176b962da",
- "reference": "aa47b34ab09fa03106d9e156632e4c6176b962da",
+ "url": "https://api.github.com/repos/symfony/mailer/zipball/0d4562cd13f1e5b78b578120ae5cbd5527ec1534",
+ "reference": "0d4562cd13f1e5b78b578120ae5cbd5527ec1534",
"shasum": ""
},
"require": {
@@ -10892,7 +10987,7 @@
"description": "Helps sending emails",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/mailer/tree/v6.0.16"
+ "source": "https://github.com/symfony/mailer/tree/v6.0.17"
},
"funding": [
{
@@ -10908,7 +11003,7 @@
"type": "tidelift"
}
],
- "time": "2022-11-04T07:39:59+00:00"
+ "time": "2022-12-14T15:52:41+00:00"
},
{
"name": "symfony/mailgun-mailer",
@@ -10977,16 +11072,16 @@
},
{
"name": "symfony/mime",
- "version": "v6.0.16",
+ "version": "v6.0.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
- "reference": "ad9878bede5707cdf5ff7f5c86d82a921bbbfe1c"
+ "reference": "3e6a7ba15997020778312ed576ad01ab60dc2336"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/mime/zipball/ad9878bede5707cdf5ff7f5c86d82a921bbbfe1c",
- "reference": "ad9878bede5707cdf5ff7f5c86d82a921bbbfe1c",
+ "url": "https://api.github.com/repos/symfony/mime/zipball/3e6a7ba15997020778312ed576ad01ab60dc2336",
+ "reference": "3e6a7ba15997020778312ed576ad01ab60dc2336",
"shasum": ""
},
"require": {
@@ -11039,7 +11134,7 @@
"mime-type"
],
"support": {
- "source": "https://github.com/symfony/mime/tree/v6.0.16"
+ "source": "https://github.com/symfony/mime/tree/v6.0.17"
},
"funding": [
{
@@ -11055,7 +11150,7 @@
"type": "tidelift"
}
],
- "time": "2022-11-28T12:25:56+00:00"
+ "time": "2022-12-14T16:19:02+00:00"
},
{
"name": "symfony/options-resolver",
@@ -12077,16 +12172,16 @@
},
{
"name": "symfony/routing",
- "version": "v6.0.15",
+ "version": "v6.0.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
- "reference": "3b7384fad32c6d0e1919b5bd18a69fbcfc383508"
+ "reference": "61687a0aa80f6807c52e116ee64072f6ec53780c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/routing/zipball/3b7384fad32c6d0e1919b5bd18a69fbcfc383508",
- "reference": "3b7384fad32c6d0e1919b5bd18a69fbcfc383508",
+ "url": "https://api.github.com/repos/symfony/routing/zipball/61687a0aa80f6807c52e116ee64072f6ec53780c",
+ "reference": "61687a0aa80f6807c52e116ee64072f6ec53780c",
"shasum": ""
},
"require": {
@@ -12099,7 +12194,7 @@
"symfony/yaml": "<5.4"
},
"require-dev": {
- "doctrine/annotations": "^1.12",
+ "doctrine/annotations": "^1.12|^2",
"psr/log": "^1|^2|^3",
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
@@ -12145,7 +12240,7 @@
"url"
],
"support": {
- "source": "https://github.com/symfony/routing/tree/v6.0.15"
+ "source": "https://github.com/symfony/routing/tree/v6.0.17"
},
"funding": [
{
@@ -12161,7 +12256,7 @@
"type": "tidelift"
}
],
- "time": "2022-10-18T13:11:57+00:00"
+ "time": "2022-12-20T16:40:04+00:00"
},
{
"name": "symfony/sendgrid-mailer",
@@ -12312,16 +12407,16 @@
},
{
"name": "symfony/string",
- "version": "v6.0.15",
+ "version": "v6.0.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
- "reference": "51ac0fa0ccf132a00519b87c97e8f775fa14e771"
+ "reference": "3f57003dd8a67ed76870cc03092f8501db7788d9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/string/zipball/51ac0fa0ccf132a00519b87c97e8f775fa14e771",
- "reference": "51ac0fa0ccf132a00519b87c97e8f775fa14e771",
+ "url": "https://api.github.com/repos/symfony/string/zipball/3f57003dd8a67ed76870cc03092f8501db7788d9",
+ "reference": "3f57003dd8a67ed76870cc03092f8501db7788d9",
"shasum": ""
},
"require": {
@@ -12377,7 +12472,7 @@
"utf8"
],
"support": {
- "source": "https://github.com/symfony/string/tree/v6.0.15"
+ "source": "https://github.com/symfony/string/tree/v6.0.17"
},
"funding": [
{
@@ -12393,7 +12488,7 @@
"type": "tidelift"
}
],
- "time": "2022-10-10T09:34:08+00:00"
+ "time": "2022-12-14T15:52:41+00:00"
},
{
"name": "symfony/translation",
@@ -12644,16 +12739,16 @@
},
{
"name": "symfony/var-dumper",
- "version": "v6.0.14",
+ "version": "v6.0.17",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
- "reference": "72af925ddd41ca0372d166d004bc38a00c4608cc"
+ "reference": "7d8e7c3c67c77790425ebe33691419dada154e65"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/var-dumper/zipball/72af925ddd41ca0372d166d004bc38a00c4608cc",
- "reference": "72af925ddd41ca0372d166d004bc38a00c4608cc",
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/7d8e7c3c67c77790425ebe33691419dada154e65",
+ "reference": "7d8e7c3c67c77790425ebe33691419dada154e65",
"shasum": ""
},
"require": {
@@ -12712,7 +12807,7 @@
"dump"
],
"support": {
- "source": "https://github.com/symfony/var-dumper/tree/v6.0.14"
+ "source": "https://github.com/symfony/var-dumper/tree/v6.0.17"
},
"funding": [
{
@@ -12728,20 +12823,20 @@
"type": "tidelift"
}
],
- "time": "2022-10-07T08:02:12+00:00"
+ "time": "2022-12-22T17:53:58+00:00"
},
{
"name": "tijsverkoyen/css-to-inline-styles",
- "version": "2.2.5",
+ "version": "2.2.6",
"source": {
"type": "git",
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
- "reference": "4348a3a06651827a27d989ad1d13efec6bb49b19"
+ "reference": "c42125b83a4fa63b187fdf29f9c93cb7733da30c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/4348a3a06651827a27d989ad1d13efec6bb49b19",
- "reference": "4348a3a06651827a27d989ad1d13efec6bb49b19",
+ "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/c42125b83a4fa63b187fdf29f9c93cb7733da30c",
+ "reference": "c42125b83a4fa63b187fdf29f9c93cb7733da30c",
"shasum": ""
},
"require": {
@@ -12779,9 +12874,9 @@
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
"support": {
"issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
- "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.5"
+ "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.6"
},
- "time": "2022-09-12T13:28:28+00:00"
+ "time": "2023-01-03T09:29:04+00:00"
},
{
"name": "vlucas/phpdotenv",
@@ -13156,30 +13251,30 @@
},
{
"name": "doctrine/instantiator",
- "version": "1.4.1",
+ "version": "1.5.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
- "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
+ "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
- "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
+ "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
+ "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
- "doctrine/coding-standard": "^9",
+ "doctrine/coding-standard": "^9 || ^11",
"ext-pdo": "*",
"ext-phar": "*",
"phpbench/phpbench": "^0.16 || ^1",
"phpstan/phpstan": "^1.4",
"phpstan/phpstan-phpunit": "^1",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
- "vimeo/psalm": "^4.22"
+ "vimeo/psalm": "^4.30 || ^5.4"
},
"type": "library",
"autoload": {
@@ -13206,7 +13301,7 @@
],
"support": {
"issues": "https://github.com/doctrine/instantiator/issues",
- "source": "https://github.com/doctrine/instantiator/tree/1.4.1"
+ "source": "https://github.com/doctrine/instantiator/tree/1.5.0"
},
"funding": [
{
@@ -13222,24 +13317,24 @@
"type": "tidelift"
}
],
- "time": "2022-03-03T08:28:38+00:00"
+ "time": "2022-12-30T00:15:36+00:00"
},
{
"name": "fakerphp/faker",
- "version": "v1.20.0",
+ "version": "v1.21.0",
"source": {
"type": "git",
"url": "https://github.com/FakerPHP/Faker.git",
- "reference": "37f751c67a5372d4e26353bd9384bc03744ec77b"
+ "reference": "92efad6a967f0b79c499705c69b662f738cc9e4d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/37f751c67a5372d4e26353bd9384bc03744ec77b",
- "reference": "37f751c67a5372d4e26353bd9384bc03744ec77b",
+ "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/92efad6a967f0b79c499705c69b662f738cc9e4d",
+ "reference": "92efad6a967f0b79c499705c69b662f738cc9e4d",
"shasum": ""
},
"require": {
- "php": "^7.1 || ^8.0",
+ "php": "^7.4 || ^8.0",
"psr/container": "^1.0 || ^2.0",
"symfony/deprecation-contracts": "^2.2 || ^3.0"
},
@@ -13250,7 +13345,8 @@
"bamarni/composer-bin-plugin": "^1.4.1",
"doctrine/persistence": "^1.3 || ^2.0",
"ext-intl": "*",
- "symfony/phpunit-bridge": "^4.4 || ^5.2"
+ "phpunit/phpunit": "^9.5.26",
+ "symfony/phpunit-bridge": "^5.4.16"
},
"suggest": {
"doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
@@ -13262,7 +13358,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "v1.20-dev"
+ "dev-main": "v1.21-dev"
}
},
"autoload": {
@@ -13287,9 +13383,9 @@
],
"support": {
"issues": "https://github.com/FakerPHP/Faker/issues",
- "source": "https://github.com/FakerPHP/Faker/tree/v1.20.0"
+ "source": "https://github.com/FakerPHP/Faker/tree/v1.21.0"
},
- "time": "2022-07-20T13:12:54+00:00"
+ "time": "2022-12-13T13:54:32+00:00"
},
{
"name": "filp/whoops",
@@ -13546,16 +13642,16 @@
},
{
"name": "nunomaduro/collision",
- "version": "v6.3.1",
+ "version": "v6.4.0",
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/collision.git",
- "reference": "0f6349c3ed5dd28467087b08fb59384bb458a22b"
+ "reference": "f05978827b9343cba381ca05b8c7deee346b6015"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nunomaduro/collision/zipball/0f6349c3ed5dd28467087b08fb59384bb458a22b",
- "reference": "0f6349c3ed5dd28467087b08fb59384bb458a22b",
+ "url": "https://api.github.com/repos/nunomaduro/collision/zipball/f05978827b9343cba381ca05b8c7deee346b6015",
+ "reference": "f05978827b9343cba381ca05b8c7deee346b6015",
"shasum": ""
},
"require": {
@@ -13630,7 +13726,7 @@
"type": "patreon"
}
],
- "time": "2022-09-29T12:29:49+00:00"
+ "time": "2023-01-03T12:54:54+00:00"
},
{
"name": "phar-io/manifest",
@@ -13806,16 +13902,16 @@
},
{
"name": "phpunit/php-code-coverage",
- "version": "9.2.19",
+ "version": "9.2.23",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
- "reference": "c77b56b63e3d2031bd8997fcec43c1925ae46559"
+ "reference": "9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c77b56b63e3d2031bd8997fcec43c1925ae46559",
- "reference": "c77b56b63e3d2031bd8997fcec43c1925ae46559",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c",
+ "reference": "9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c",
"shasum": ""
},
"require": {
@@ -13871,7 +13967,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
- "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.19"
+ "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.23"
},
"funding": [
{
@@ -13879,7 +13975,7 @@
"type": "github"
}
],
- "time": "2022-11-18T07:47:47+00:00"
+ "time": "2022-12-28T12:41:10+00:00"
},
{
"name": "phpunit/php-file-iterator",
@@ -14124,16 +14220,16 @@
},
{
"name": "phpunit/phpunit",
- "version": "9.5.26",
+ "version": "9.5.27",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
- "reference": "851867efcbb6a1b992ec515c71cdcf20d895e9d2"
+ "reference": "a2bc7ffdca99f92d959b3f2270529334030bba38"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/851867efcbb6a1b992ec515c71cdcf20d895e9d2",
- "reference": "851867efcbb6a1b992ec515c71cdcf20d895e9d2",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a2bc7ffdca99f92d959b3f2270529334030bba38",
+ "reference": "a2bc7ffdca99f92d959b3f2270529334030bba38",
"shasum": ""
},
"require": {
@@ -14206,7 +14302,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
- "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.26"
+ "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.27"
},
"funding": [
{
@@ -14222,7 +14318,7 @@
"type": "tidelift"
}
],
- "time": "2022-10-28T06:00:21+00:00"
+ "time": "2022-12-09T07:31:23+00:00"
},
{
"name": "sebastian/cli-parser",
@@ -15252,16 +15348,16 @@
},
{
"name": "spatie/flare-client-php",
- "version": "1.3.1",
+ "version": "1.3.2",
"source": {
"type": "git",
"url": "https://github.com/spatie/flare-client-php.git",
- "reference": "ebb9ae0509b75e02f128b39537eb9a3ef5ce18e8"
+ "reference": "609903bd154ba3d71f5e23a91c3b431fa8f71868"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/ebb9ae0509b75e02f128b39537eb9a3ef5ce18e8",
- "reference": "ebb9ae0509b75e02f128b39537eb9a3ef5ce18e8",
+ "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/609903bd154ba3d71f5e23a91c3b431fa8f71868",
+ "reference": "609903bd154ba3d71f5e23a91c3b431fa8f71868",
"shasum": ""
},
"require": {
@@ -15309,7 +15405,7 @@
],
"support": {
"issues": "https://github.com/spatie/flare-client-php/issues",
- "source": "https://github.com/spatie/flare-client-php/tree/1.3.1"
+ "source": "https://github.com/spatie/flare-client-php/tree/1.3.2"
},
"funding": [
{
@@ -15317,7 +15413,7 @@
"type": "github"
}
],
- "time": "2022-11-16T08:30:20+00:00"
+ "time": "2022-12-26T14:36:46+00:00"
},
{
"name": "spatie/ignition",
@@ -15396,16 +15492,16 @@
},
{
"name": "spatie/laravel-ignition",
- "version": "1.6.1",
+ "version": "1.6.4",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-ignition.git",
- "reference": "2b79cf6ed40946b64ac6713d7d2da8a9d87f612b"
+ "reference": "1a2b4bd3d48c72526c0ba417687e5c56b5cf49bc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/2b79cf6ed40946b64ac6713d7d2da8a9d87f612b",
- "reference": "2b79cf6ed40946b64ac6713d7d2da8a9d87f612b",
+ "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/1a2b4bd3d48c72526c0ba417687e5c56b5cf49bc",
+ "reference": "1a2b4bd3d48c72526c0ba417687e5c56b5cf49bc",
"shasum": ""
},
"require": {
@@ -15482,7 +15578,7 @@
"type": "github"
}
],
- "time": "2022-10-26T17:39:54+00:00"
+ "time": "2023-01-03T19:28:04+00:00"
},
{
"name": "theseer/tokenizer",
diff --git a/config/version.php b/config/version.php
index 404479fc3..41d88fefc 100644
--- a/config/version.php
+++ b/config/version.php
@@ -10,13 +10,13 @@ return [
'minor' => '0',
- 'patch' => '10',
+ 'patch' => '11',
'build' => '',
'status' => 'Stable',
- 'date' => '29-November-2022',
+ 'date' => '04-January-2023',
'time' => '01:00',
diff --git a/resources/lang/bs-BA/documents.php b/resources/lang/bs-BA/documents.php
index 592339b70..a2e12f42d 100644
--- a/resources/lang/bs-BA/documents.php
+++ b/resources/lang/bs-BA/documents.php
@@ -6,7 +6,7 @@ return [
'empty_items' => 'Niste dodali nijednu stavku.',
'grand_total' => 'TOTAL',
'accept_payment_online' => 'Prihvatite plaćanja na mreži',
- 'transaction' => 'Plaćanje za :iznos je izvršeno pomoću :računa.',
+ 'transaction' => 'Plaćanje za :amount je izvršeno pomoću :account.',
'billing' => 'Naplata',
'advanced' => 'Napredno',
diff --git a/resources/lang/ca-ES/auth.php b/resources/lang/ca-ES/auth.php
index 1b917f37e..d54aa5504 100644
--- a/resources/lang/ca-ES/auth.php
+++ b/resources/lang/ca-ES/auth.php
@@ -39,6 +39,7 @@ return [
'error' => [
'self_delete' => 'Error: No et pots eliminar a tu mateix!',
'self_disable' => 'Error: No et pots desactivar a tu mateix!',
+ 'unassigned' => 'Error: No hi pot haver cap empresa sense usuaris! L\'empresa :company ha de tenir almenys un usuari.',
'no_company' => 'Error: No hi ha cap empresa assignada al teu compte. Si us plau, contacta amb l\'administrador del sistema.',
],
diff --git a/resources/lang/ca-ES/general.php b/resources/lang/ca-ES/general.php
index e66490d1c..aec9e2594 100644
--- a/resources/lang/ca-ES/general.php
+++ b/resources/lang/ca-ES/general.php
@@ -90,6 +90,7 @@ return [
'monthly' => 'Mensualment',
'quarterly' => 'Trimestralment',
'yearly' => 'Anualment',
+ 'lifetime' => 'Per sempre',
'add' => 'Afegeix',
'add_new' => 'Afegeix-ne un de nou',
'add_income' => 'Afegeix ingrés',
diff --git a/resources/lang/ca-ES/modules.php b/resources/lang/ca-ES/modules.php
index dddeb9cb0..c7f6460e3 100644
--- a/resources/lang/ca-ES/modules.php
+++ b/resources/lang/ca-ES/modules.php
@@ -28,8 +28,10 @@ return [
'yearly_pricing' => 'Preu anual',
'monthly_price' => 'des de :price',
'per_month' => 'al mes',
- 'billed_yearly' => 'Facturat anualment',
+ 'once' => 'una vegada',
'billed_monthly' => 'Facturat mensualment',
+ 'billed_yearly' => 'Facturat anualment',
+ 'billed_once' => 'Facturat una vegada',
'save_year' => 'T\'estalvies :price a l\'any!',
'if_paid_year' => 'O :price/mes si pagues anualment',
'information_monthly' => 'Aquesta opció només està disponible per al Cloud Service',
@@ -102,6 +104,10 @@ return [
'finish' => 'No s\'ha pogut acabar la instal·lació de :module',
],
+ 'warning' => [
+ 'latest_version' => 'Ja tens l\'última versió del mòdul :module. No hi ha cap actualització pendent.',
+ ],
+
'badge' => [
'installed' => 'Instal·lat',
'pre_sale' => 'Pre-venda',
diff --git a/resources/lang/ca-ES/portal.php b/resources/lang/ca-ES/portal.php
index bf6b885ac..c6ede1be5 100644
--- a/resources/lang/ca-ES/portal.php
+++ b/resources/lang/ca-ES/portal.php
@@ -12,6 +12,7 @@ return [
'see_all_details' => 'Veure els detalls de tots els comptes',
'all_payments' => 'Inicia sessió per veure tots els pagaments',
'received_date' => 'Data de recepció',
+ 'redirect_description' => 'Seràs redirigit a la web :name per fer el pagament.',
'last_payment' => [
'title' => 'Últim pagament fet',
diff --git a/resources/lang/es-AR/email_templates.php b/resources/lang/es-AR/email_templates.php
index 0a9d619f2..c65ea2d2b 100644
--- a/resources/lang/es-AR/email_templates.php
+++ b/resources/lang/es-AR/email_templates.php
@@ -3,7 +3,7 @@
return [
'invoice_new_customer' => [
- 'subject' => '{invoice_number} factura creada',
+ 'subject' => 'Factura No. {invoice_number} creada',
'body' => 'Estimado {customer_name},
Le hemos preparado la siguiente factura: {invoice_number}.
Puede ver los detalles de la factura y proceder con el pago desde el siguiente enlace: {invoice_number}.
Ponte en contacto con nosotros para cualquier pregunta.
Saludos cordiales,
{company_name}',
],
@@ -27,6 +27,11 @@ return [
'body' => 'Hola,
Basado en el círculo recurrente de {customer_name}, la factura {invoice_number} ha sido creada automáticamente.
Puede ver los detalles de la factura desde el siguiente enlace: {invoice_number}.
Saludos cordiales,
{company_name}',
],
+ 'invoice_view_admin' => [
+ 'subject' => 'factura {invoice_number} ha sido vista',
+ 'body' => 'Hola,
{customer_name} registró un pago por la factura {invoice_number}.
Puede ver los detalles de la factura desde el siguiente enlace: {invoice_number}.
Saludos cordiales,
{company_name}',
+ ],
+
'invoice_payment_customer' => [
'subject' => 'Pago recibido por factura {invoice_number}',
'body' => 'Estimado {customer_name},
Gracias por el pago. Encuentre los detalles de pago a continuación:
-------------------------------------------------
Monto: {transaction_total}
Fecha: {transaction_paid_date}
Número de factura: {invoice_number}
-------------------------------------------------
Siempre puede ver los detalles de la factura desde el siguiente enlace: {invoice_number}.
Ponte en contacto con nosotros para cualquier pregunta.
Saludos cordiales,
{company_name}',
@@ -47,4 +52,13 @@ return [
'body' => 'Hola,
Basado en el círculo recurrente de {customer_name}, la factura {invoice_number} ha sido creada automáticamente.
Puede ver los detalles de la factura desde el siguiente enlace: {invoice_number}.
Saludos cordiales,
{company_name}',
],
+ 'payment_received_customer' => [
+ 'subject' => 'Tu recibo de {company_name}',
+ 'body' => 'Estimado {contact_name},
Hemos realizado el siguiente pago.
Puedes ver los detalles del pago desde el siguiente enlace: {payment_date}.
Póngase en contacto con nosotros para cualquier pregunta.
Saludos cordiales,
{company_name}',
+ ],
+
+ 'payment_made_vendor' => [
+ 'subject' => 'Pago realizado por {company_name}',
+ 'body' => 'Estimado {contact_name},
Hemos realizado el siguiente pago.
Puedes ver los detalles del pago desde el siguiente enlace: {payment_date}.
Póngase en contacto con nosotros para cualquier pregunta.
Saludos cordiales,
{company_name}',
+ ],
];
diff --git a/resources/lang/es-AR/errors.php b/resources/lang/es-AR/errors.php
index 8389168f8..8c9d3581d 100644
--- a/resources/lang/es-AR/errors.php
+++ b/resources/lang/es-AR/errors.php
@@ -19,5 +19,7 @@ return [
'404' => 'No pudimos encontrar la página que estaba buscando.',
'500' => 'Trabajaremos para arreglarlo de inmediato.',
'record' => 'No pudimos encontrar el registro que estaba buscando.',
+ 'amount' => '¡Esta página contiene cantidades no válidas! Por favor, póngase en contacto con el administrador del sistema.',
],
+
];
diff --git a/resources/lang/es-AR/footer.php b/resources/lang/es-AR/footer.php
index 2b541c945..2c23ef126 100644
--- a/resources/lang/es-AR/footer.php
+++ b/resources/lang/es-AR/footer.php
@@ -6,5 +6,8 @@ return [
'powered' => 'Desarrollado por Akaunting',
'link' => 'https://akaunting.com',
'software' => 'Software de Contabilidad Libre',
+ 'powered_by' => 'Desarrollado por',
+ 'tag_line' => 'Enviar facturas, rastrear gastos y automatizar la contabilidad con Akaunting. :get_started_url',
+ 'get_started' => 'Empezar',
];
diff --git a/resources/lang/es-AR/invoices.php b/resources/lang/es-AR/invoices.php
index afca3e181..af83744dd 100644
--- a/resources/lang/es-AR/invoices.php
+++ b/resources/lang/es-AR/invoices.php
@@ -2,12 +2,14 @@
return [
- 'invoice_number' => 'Número de factura',
+ 'invoice_number' => 'Número de Factura',
'invoice_date' => 'Fecha de factura',
+ 'invoice_amount' => 'Importe de la factura',
'total_price' => 'Precio total',
'due_date' => 'Fecha de vencimiento',
'order_number' => 'Número de pedido',
'bill_to' => 'Facturar a',
+ 'cancel_date' => 'Fecha de cancelación',
'quantity' => 'Cantidad',
'price' => 'Precio',
@@ -15,9 +17,10 @@ return [
'discount' => 'Descuento',
'item_discount' => 'Descuento de línea',
'tax_total' => 'Total de impuestos',
- 'total' => 'Total',
+ 'total' => 'Total ',
'item_name' => 'Nombre del artículo | Nombres de artículo',
+ 'recurring_invoices' => 'Factura recurrente|Facturas recurrentes',
'show_discount' => ':discount% de descuento',
'add_discount' => 'Agregar descuento',
@@ -39,6 +42,11 @@ return [
'send_invoice' => 'Enviar factura',
'get_paid' => 'Recibir Pago',
'accept_payments' => 'Aceptar pagos online',
+ 'payment_received' => 'Pago recibido',
+
+ 'form_description' => [
+ 'billing' => 'Los datos de facturación aparecen en su factura. La fecha de la factura se utiliza en el panel de control e informes. Seleccione la fecha que usted espera que se le pague como fecha de vencimiento.',
+ ],
'messages' => [
'email_required' => '¡No hay dirección de correo electrónico para este cliente!',
@@ -57,4 +65,21 @@ return [
],
],
+ 'slider' => [
+ 'create' => ':user creó esta factura el :date',
+ 'create_recurring' => ':user creó esta plantilla recurrente el :date',
+ 'schedule' => 'Repetir cada :intervalo :frequency desde :date',
+ 'children' => ':count facturas fueron creadas automáticamente',
+ ],
+
+ 'share' => [
+ 'show_link' => 'Su cliente puede ver la factura en este enlace',
+ 'copy_link' => 'Copie el enlace y compártelo con su cliente.',
+ 'success_message' => '¡Enlace compartido copiado al portapapeles!',
+ ],
+
+ 'sticky' => [
+ 'description' => 'Está previsualizando cómo verá su cliente la versión web de su factura.',
+ ],
+
];
diff --git a/resources/lang/es-AR/items.php b/resources/lang/es-AR/items.php
index 792e759a6..be0d6b658 100644
--- a/resources/lang/es-AR/items.php
+++ b/resources/lang/es-AR/items.php
@@ -2,8 +2,16 @@
return [
- 'sale_price' => 'Precio de venta',
- 'purchase_price' => 'Precio de compra',
- 'enter_item_description' => 'Introducir descripción del artículo',
+ 'sale_price' => 'Precio de venta',
+ 'purchase_price' => 'Precio de compra',
+ 'enter_item_description' => 'Introducir descripción del artículo',
+ 'billing' => 'Facturación',
+ 'sale_information' => 'Información de venta',
+ 'purchase_information' => 'Información de compra',
+
+ 'form_description' => [
+ 'general' => 'Seleccione una categoría para que sus informes sean más detallados. La descripción se rellenará cuando el artículo sea seleccionado en una factura o cuenta.',
+ 'billing' => 'La información de venta se utiliza dentro de las facturas, y la información de compra se utiliza dentro de las facturas. Los impuestos se aplicarán tanto a las facturas como a las cuentas.',
+ ],
];
diff --git a/resources/lang/es-AR/recurring.php b/resources/lang/es-AR/recurring.php
index c0d38913d..655c33014 100644
--- a/resources/lang/es-AR/recurring.php
+++ b/resources/lang/es-AR/recurring.php
@@ -15,6 +15,27 @@ return [
'weeks' => 'Semana(s)',
'months' => 'Mes(es)',
'years' => 'Año(s)',
+ 'frequency' => 'Frecuencia',
+ 'duration' => 'Duración',
+ 'last_issued' => 'Última emisión',
+ 'after' => 'Después',
+ 'on' => 'En',
+ 'never' => 'Nunca',
+ 'ends_after' => 'Termina después de :times',
+ 'ends_never' => 'Nunca termina',
+ 'ends_date' => 'Termina el :date',
+ 'next_date' => 'Siguiente :date',
+ 'end' => 'Finalizar recurrente',
+ 'child' => ':url fue creado automáticamente el :date',
'message' => 'Éste es un :type periódico y el siguiente :type se generará automáticamente el día :date',
+ 'message_parent' => 'Este :type se generó automáticamente desde :link',
+
+ 'frequency_type' => 'Repetir esto :type',
+ 'limit_date' => 'Crear primero :type en',
+ 'limit_middle' => 'y termina',
+
+ 'form_description' => [
+ 'schedule' => 'Elija los términos y la hora de inicio y fin para asegurarse de que su cliente recibe su :type el día correcto.',
+ ],
];
diff --git a/resources/lang/es-CO/errors.php b/resources/lang/es-CO/errors.php
new file mode 100644
index 000000000..891a1e6c3
--- /dev/null
+++ b/resources/lang/es-CO/errors.php
@@ -0,0 +1,25 @@
+ [
+ '403' => '¡Ups! Acceso prohibido',
+ '404' => '¡Ups! Página no encontrada',
+ '500' => 'Ups... algo salió mal',
+ ],
+
+ 'header' => [
+ '403' => '403 Prohibido',
+ '404' => '404 Página no encontrada',
+ '500' => '500 Error interno del servidor',
+ ],
+
+ 'message' => [
+ '403' => 'No puedes acceder a esta página.',
+ '404' => 'No pudimos encontrar la página que estabas buscando.',
+ '500' => 'Trabajaremos para arreglarlo de inmediato.',
+ 'record' => 'No pudimos encontrar el registro que estabas buscando.',
+ 'amount' => '¡Esta página contiene cantidades invalidas! Por favor contacta al administrador del sistema.',
+ ],
+
+];
diff --git a/resources/lang/es-CO/pagination.php b/resources/lang/es-CO/pagination.php
new file mode 100644
index 000000000..95397d521
--- /dev/null
+++ b/resources/lang/es-CO/pagination.php
@@ -0,0 +1,9 @@
+ 'Anterior',
+ 'next' => 'Siguiente',
+ 'showing' => ':first-:last de :total records.',
+ 'page' => 'por página.',
+];
diff --git a/resources/lang/es-CO/passwords.php b/resources/lang/es-CO/passwords.php
new file mode 100644
index 000000000..90fff7856
--- /dev/null
+++ b/resources/lang/es-CO/passwords.php
@@ -0,0 +1,24 @@
+ '¡Tu contraseña se ha reestablecido!',
+ 'sent' => '¡Te hemos enviado un enlace para reestablecer tu contraseña!',
+ 'throttled' => 'Por favor espera antes de reintentar.',
+ 'token' => 'Este token de reestablecimiento de contraseña es invalido
+',
+ 'user' => "No podemos encontrar un usuario con esa dirección de correo electrónico
+",
+
+];
diff --git a/resources/lang/es-CO/taxes.php b/resources/lang/es-CO/taxes.php
new file mode 100644
index 000000000..fea3b71f4
--- /dev/null
+++ b/resources/lang/es-CO/taxes.php
@@ -0,0 +1,20 @@
+ 'Tasa',
+ 'rate_percent' => 'Tasa (%)',
+ 'normal' => 'Normal',
+ 'inclusive' => 'Inclusivo',
+ 'compound' => 'Compuesto',
+ 'fixed' => 'Fijo',
+ 'withholding' => 'Retención',
+ 'no_taxes' => 'Sin impuestos',
+ 'create_task' => 'Crear un nuevo impuesto y editar en cualquier momento desde la configuración.',
+ 'new_tax' => 'Nuevo impuesto',
+
+ 'form_description' => [
+ 'general' => 'El impuesto incluido se calcula en el precio del artículo. El impuesto compuesto se calcula sobre los otros impuestos. El impuesto fijo se aplica como una cantidad, no como un porcentaje.',
+ ],
+
+];
diff --git a/resources/lang/es-CO/vendors.php b/resources/lang/es-CO/vendors.php
new file mode 100644
index 000000000..79dd066eb
--- /dev/null
+++ b/resources/lang/es-CO/vendors.php
@@ -0,0 +1,16 @@
+ [
+ 'general' => 'La información de contacto de tu proveedor aparecerá en las facturas y sus perfiles. Puede agregar su información de contacto y su logotipo para ser utilizado en las facturas.',
+ 'billing' => 'El identificador de impuestos aparece en cada factura emitida para tu empresa. La divisa seleccionada se convierte en la moneda predeterminada para este proveedor.',
+ 'address' => 'La dirección es obligatoria para las facturas, por lo que debes agregar los detalles de la dirección de facturación de tu proveedor.',
+ ],
+
+ 'no_records' => [
+ 'bills' => 'Todavía no hay factura para este proveedor. Crea una nuevo ahora.',
+ 'transactions' => 'No hay ninguna transacción para este proveedor todavía. Crea una nuevo ahora.',
+ ],
+
+];
diff --git a/resources/lang/es-CO/widgets.php b/resources/lang/es-CO/widgets.php
new file mode 100644
index 000000000..66db8cce3
--- /dev/null
+++ b/resources/lang/es-CO/widgets.php
@@ -0,0 +1,34 @@
+ 'Cuentas por cobrar',
+ 'payables' => 'Cuentas por pagar',
+ 'cash_flow' => 'Flujo de efectivo',
+ 'profit_loss' => 'Ganancias y Pérdidas',
+ 'expenses_by_category' => 'Gastos por categoría',
+ 'account_balance' => 'Saldo de la cuenta',
+ 'bank_feeds' => 'Conectar cuentas bancarias',
+ 'currencies' => 'Divisas',
+
+ 'view_report' => 'Ver informe',
+ 'total_unpaid_invoices' => 'Total de facturas no pagadas',
+ 'total_unpaid_bills' => 'Total de facturas no pagadas',
+
+ 'description' => [
+ 'receivables' => 'Cantidad que aún no has recibido de tus clientes',
+ 'payables' => 'Cantidad que aún tienes que pagar a tus proveedores',
+ 'cash_flow' => 'Dinero entrando y saliendo de tu negocio',
+ 'profit_loss' => 'Ingresos y gastos, incluyendo facturas no pagadas',
+ 'expenses_by_category' => 'Gastos más altos en varias categorías',
+ 'account_balance' => 'Saldo actual de sus cuentas bancarias',
+ 'bank_feeds' => 'Importa tus transacciones a Akaunting automáticamente conectando tus cuentas bancarias',
+ ],
+
+ 'periods' => [
+ 'overdue_1_30' => '1-30 días atrasados',
+ 'overdue_30_60' => '30-60 días atrasados',
+ 'overdue_60_90' => '60-90 días atrasados',
+ 'overdue_90_un' => '> 90 días atrasados',
+ ],
+];
diff --git a/resources/lang/fr-FR/general.php b/resources/lang/fr-FR/general.php
index 6a86feb5c..7ac559129 100644
--- a/resources/lang/fr-FR/general.php
+++ b/resources/lang/fr-FR/general.php
@@ -90,6 +90,7 @@ return [
'monthly' => 'Mensuel',
'quarterly' => 'Trimestriel',
'yearly' => 'Annuel',
+ 'lifetime' => 'A vie',
'add' => 'Ajouter',
'add_new' => 'Ajouter un nouveau',
'add_income' => 'Ajouter une recette',
diff --git a/resources/lang/fr-FR/modules.php b/resources/lang/fr-FR/modules.php
index 20264db4c..5c01aff91 100644
--- a/resources/lang/fr-FR/modules.php
+++ b/resources/lang/fr-FR/modules.php
@@ -28,11 +28,13 @@ return [
'yearly_pricing' => 'Prix annuel',
'monthly_price' => 'à partir de :price',
'per_month' => 'par mois',
- 'billed_yearly' => 'Facturé Annuellement',
+ 'once' => 'une fois',
'billed_monthly' => 'Facturé Mensuellement',
+ 'billed_yearly' => 'Facturé Annuellement',
+ 'billed_once' => 'Facturé une fois',
'save_year' => 'Vous économisez :price par an !',
'if_paid_year' => 'Ou :price/mo si payé annuellement',
- 'information_monthly' => 'Cette option n\'est valide que pour le Cloud Service',
+ 'information_monthly' => 'Cette option n\'est valide que pour le Cloud Service',
'install' => 'Installation',
'buy_now' => 'Acheter maintenant',
'get_api_key' => 'Cliquez ici pour obtenir votre clé API.
@@ -104,6 +106,10 @@ return [
'finish' => 'Impossible de finaliser l\'installation de :module',
],
+ 'warning' => [
+ 'latest_version' => 'Vous utilisez déjà la dernière version de :module, aucune mise à jour n\'est disponible.',
+ ],
+
'badge' => [
'installed' => 'Installées',
'pre_sale' => 'Pré-vente',
diff --git a/resources/lang/lv-LV/general.php b/resources/lang/lv-LV/general.php
index ecfef837c..689cc2e06 100644
--- a/resources/lang/lv-LV/general.php
+++ b/resources/lang/lv-LV/general.php
@@ -90,6 +90,7 @@ return [
'monthly' => 'Ikmēneša',
'quarterly' => 'Ceturkšņa',
'yearly' => 'Gada',
+ 'lifetime' => 'Dzīve',
'add' => 'Pievienot',
'add_new' => 'Pievienot jaunu',
'add_income' => 'Pievienot ienākumu',
diff --git a/resources/lang/lv-LV/modules.php b/resources/lang/lv-LV/modules.php
index 9ad12fc3f..467f675da 100644
--- a/resources/lang/lv-LV/modules.php
+++ b/resources/lang/lv-LV/modules.php
@@ -28,8 +28,10 @@ return [
'yearly_pricing' => 'Gada cenas noteikšana',
'monthly_price' => 'no :price',
'per_month' => 'mēnesī',
- 'billed_yearly' => 'Izrakstīts par gadu',
+ 'once' => 'vienreiz',
'billed_monthly' => 'Izrakstīts par mēnesi',
+ 'billed_yearly' => 'Izrakstīts par gadu',
+ 'billed_once' => 'Rēķins vienu reizi',
'save_year' => 'Jūs ietaupāt :price par gadu!',
'if_paid_year' => 'Vai :price/mo apmaksai par gadu',
'information_monthly' => 'Šī opcija ir derīga tikai pakalpojumam mākoņpakalpojums',
@@ -102,6 +104,10 @@ return [
'finish' => 'Nevar pabeigt :modulis uzstādīšanu',
],
+ 'warning' => [
+ 'latest_version' => 'Jūs izmantojat jaunāko :module versiju, atjauninājumi nav pieejami.',
+ ],
+
'badge' => [
'installed' => 'Instalēts',
'pre_sale' => 'Iepriekšpārdošana',
diff --git a/resources/lang/sv-SE/general.php b/resources/lang/sv-SE/general.php
index 30f792bef..e168a2b11 100644
--- a/resources/lang/sv-SE/general.php
+++ b/resources/lang/sv-SE/general.php
@@ -4,17 +4,23 @@ return [
'dashboards' => 'Instrumentpanel|Instrumentpaneler',
'items' => 'Artikel | Artiklar',
- 'incomes' => 'Inkomst | Inkomster',
'invoices' => 'Faktura | Fakturor',
- 'revenues' => 'Intäkt | Intäkter',
+ 'recurring_invoices' => 'Återkommande faktura|Återkommande fakturor',
'customers' => 'Kund | Kunder',
+ 'incomes' => 'Inkomst | Inkomster',
+ 'recurring_incomes' => 'Återkommande inkomst|Återkommande inkomster',
'expenses' => 'Utgift | Utgifter',
+ 'recurring_expenses' => 'Återkommande utgift|Återkommande utgifter',
'bills' => 'Faktura | Fakturor',
- 'payments' => 'Betalning | Betalningar',
+ 'recurring_bills' => 'Återkommande räkning|Återkommande räkningar',
'vendors' => 'Leverantör | Leverantörer',
'accounts' => 'Konto | Konton',
'transfers' => 'Överföra | Överföringar',
+ 'income_transfers' => 'Inkomstöverföring|Inkomstöverföringar',
+ 'expense_transfers' => 'Utgiftsöverföring|Utgiftsöverföringar',
'transactions' => 'Transaktion | Transaktioner',
+ 'payments' => 'Betalning | Betalningar',
+ 'recurring_transactions'=> 'Återkommande transaktion|Återkommande transaktioner',
'reports' => 'Rapport | Rapporter',
'settings' => 'Inställning | Inställningar',
'categories' => 'Kategori | Kategorier',
@@ -36,10 +42,11 @@ return [
'totals' => 'Summa | Summor',
'languages' => 'Språk|Språk',
'updates' => 'Uppdatering|Uppdateringar',
- 'numbers' => 'Siffra | Siffror',
+ 'numbers' => 'Nummer|Nummer',
'statuses' => 'Status | Statusar',
'others' => 'Andra | Andra',
'contacts' => 'Kontakta|kontakter',
+ 'documents' => 'Dokument|Dokument',
'reconciliations' => 'Stämma av|avstämningar',
'developers' => 'Utvecklare|Utvecklare',
'schedules' => 'Schema|Scheman',
@@ -52,6 +59,19 @@ return [
'sales' => 'Sälj|Försäljning',
'purchases' => 'Inköpning|Inköp',
'notifications' => 'Notifiering|Notifikationer',
+ 'countries' => 'Land|Länder',
+ 'cities' => 'Stad / Stadskärna / Städer',
+ 'email_services' => 'E-posttjänst|E-posttjänster',
+ 'email_templates' => 'E-postmall|E-postmallar',
+ 'bank_transactions' => 'Banköverföring|Banköverföringar',
+ 'recurring_templates' => 'Återkommande mall|Återkommande mallar',
+ 'receipts' => 'Kvitto|Kvitton',
+ 'products' => 'Produkt|Produkter',
+ 'services' => 'Tjänst|Tjänster',
+ 'invitations' => 'Inbjudan|Inbjudningar',
+ 'attachments' => 'Bilaga|Bilagor',
+ 'histories' => 'Historik|Historiker',
+ 'your_notifications' => 'Din notifikation|Dina notifikationer',
'welcome' => 'Välkommen',
'banking' => 'Banktjänster',
@@ -61,6 +81,7 @@ return [
'amount' => 'Belopp',
'enabled' => 'Aktiverad',
'disabled' => 'Inaktiverad',
+ 'disabled_type' => 'Denna/Detta :type är inaktiverad/-t',
'yes' => 'Ja',
'no' => 'Nej',
'na' => 'Ej tillgängligt',
@@ -69,17 +90,24 @@ return [
'monthly' => 'Månadsvis',
'quarterly' => 'Kvartalsvis',
'yearly' => 'Årligen',
+ 'lifetime' => 'Livstid',
'add' => 'Lägg till',
'add_new' => 'Lägg till ny',
'add_income' => 'Lägg till inkomst',
'add_expense' => 'Lägg till utlägg',
'add_transfer' => 'Lägg till överföring',
'show' => 'Visa',
+ 'create' => 'Skapa',
'edit' => 'Redigera',
'delete' => 'Ta bort',
'send' => 'Skicka',
+ 'send_to' => 'Skicka till',
+ 'receive' => 'Ta emot',
'share' => 'Dela',
+ 'share_link' => 'Dela länk',
+ 'copy_link' => 'Kopiera länk',
'download' => 'Ladda ner',
+ 'restore' => 'Återställ',
'delete_confirm' => 'Bekräfta ta bort :name :type?',
'name' => 'Namn',
'email' => 'E-post',
@@ -105,6 +133,8 @@ return [
'loading' => 'Laddar...',
'from' => 'Från',
'to' => 'Till',
+ 'subject' => 'Ämne',
+ 'body' => 'Brödtext',
'print' => 'Skriv ut',
'download_pdf' => 'Ladda ner PDF',
'customize' => 'Anpassa',
@@ -157,13 +187,47 @@ return [
'no_matching_data' => 'Inga matchande data',
'clear_cache' => 'Rensa cache',
'go_to_dashboard' => 'Gå till instrumentpanelen',
+ 'create_first_invoice' => 'Skapa din första faktura',
'is' => 'är',
'isnot' => 'är inte',
'recurring_and_more' => 'Återkommande och mer..',
+ 'due' => 'Förfaller',
'due_on' => 'Förfaller den',
'amount_due' => 'Belopp att betala',
'financial_year' => 'Räkenskapsår',
'created' => 'Skapad',
+ 'state' => 'Provins / delstat',
+ 'zip_code' => 'Postnummer / Postnummer',
+ 'parent' => 'Överordnad',
+ 'split' => 'Dela',
+ 'email_send_me' => 'Skicka en kopia till mig själv på :email',
+ 'connect' => 'Koppla',
+ 'assign' => 'Tilldela',
+ 'new' => 'Ny',
+ 'new_more' => 'Ny...',
+ 'number' => 'Nummer',
+ 'client_portal' => 'Kundportal',
+ 'issue_date' => 'Utfärdandedatum',
+ 'due_date' => 'Förfallodatum',
+ 'open' => 'Öppen',
+ 'invite' => 'Bjud in',
+ 'common' => 'Allmänt',
+ 'api' => 'API',
+ 'admin_panel' => 'Kontrollpanel',
+ 'special' => 'Speciell',
+ 'distribution' => 'Fördelning',
+ 'timeline' => 'Tidslinje',
+ 'incoming' => 'Inkommande',
+ 'outgoing' => 'Utgående',
+ 'none' => 'Ingen',
+ 'preferences' => 'Inställningar',
+ 'resend' => 'Skicka igen',
+ 'last_sent' => 'Senast skickad :date',
+ 'preview_in_window' => 'Förhandsgranska i nytt fönster',
+ 'copied' => 'Kopierad',
+ 'preview_mode' => 'Förhandsgranskningsläge',
+ 'go_back' => 'Gå tillbaka till :type',
+ 'validation_error' => 'Valideringsfel',
'card' => [
'cards' => 'Kort| Kort',
@@ -175,6 +239,7 @@ return [
],
'title' => [
+ 'show' => 'Visa :type',
'new' => 'Nytt :type',
'edit' => 'Redigera :type',
'delete' => 'Ta bort :type',
@@ -183,6 +248,8 @@ return [
'get' => 'Få :type',
'add' => 'Lägg till :type',
'manage' => 'Hantera :type',
+ 'invite' => 'Bjud in :type',
+ 'closed' => 'Stängd :type',
],
'form' => [
@@ -206,16 +273,19 @@ return [
'placeholder' => [
'search' => 'Skriv för att söka..',
'search_and_filter' => 'Sök eller filtrera resultat..',
+ 'select_and_filter' => 'Välj ett av de tillgängliga alternativen nedan',
+ 'enter_and_filter' => 'Bekräfta med enter för att filtrera resultaten, eller ange ett nytt filter',
'contact_search' => 'Skriv ett :type namn',
'item_search' => 'Skriv in ett objekts namn',
],
'date_range' => [
- 'today' => 'Idag',
- 'yesterday' => 'Igår',
- 'last_days' => 'Sista :day Dagarna',
- 'this_month' => 'Denna månaden',
- 'last_month' => 'Senaste månaden',
+ 'today' => 'Idag',
+ 'yesterday' => 'Igår',
+ 'week_ago' => 'En vecka sedan',
+ 'last_days' => 'Sista :day Dagarna',
+ 'this_month' => 'Denna månaden',
+ 'last_month' => 'Senaste månaden',
],
'empty' => [
@@ -228,8 +298,15 @@ return [
'payments' => 'Betalning är en betald kostnadstransaktion. Det kan vara en oberoende post (dvs. livsmedelskvittot) eller bifogas en räkning.',
'vendors' => 'Leverantörer krävs om du vill skapa räkningar. Du kan se det saldo du är skyldig och filtrera rapporter från leverantören.',
'transfers' => 'Överföringar tillåter dig att flytta pengar från ett konto till ett annat, oavsett om de använder samma valuta eller inte.',
+ 'transactions' => 'Under transaktioner kan du skapa poster över dina inkomster eller utgifter. Betalningar av fakturor/räkningar finns också listade här.',
'taxes' => 'Skatter används för att tillföra extra avgifter på fakturor och räkningar. Dina ekonomier påverkas av dessa regleringsskatter.',
'reconciliations' => 'Bankavstämning är en process som utförs för att säkerställa att ditt företags bankregister också är korrekt.',
+ 'recurring_templates' => 'Återkommande mall för inkomster eller utgifter.',
+
+ 'actions' => [
+ 'new' => 'Fyll i informationen och skapa din första :type',
+ 'import' => 'Importera din/-a befintliga :type med ett enda klick',
+ ],
],
];
diff --git a/resources/lang/sv-SE/install.php b/resources/lang/sv-SE/install.php
index 76815e9d4..7739b25a4 100644
--- a/resources/lang/sv-SE/install.php
+++ b/resources/lang/sv-SE/install.php
@@ -22,6 +22,7 @@ return [
'extension' => ':extension tillägget måste vara installerad och laddad!',
'directory' => ':directory katalogen måste vara skrivbar!',
'executable' => 'PHP CLI körbar fil är inte definierad/fungerar eller dess version är inte :php_version eller högre! Be ditt webbhotellföretag att ställa in miljövariabeln PHP_BINARY eller PHP_PATH på rätt sätt.',
+ 'npm' => 'Saknade JavaScript-filer!
Du bör köra npm install och npm run dev kommandona.',
],
'database' => [
@@ -43,4 +44,8 @@ return [
'connection' => 'Fel: Kunde inte ansluta till databasen! Snälla, se till att uppgifterna stämmer.',
],
+ 'update' => [
+ 'core' => 'Ny Akaunting-version tillgänglig! Vänligen uppdatera din installation.',
+ 'module' => 'Ny version av :module tillgänglig! Vänligen uppdatera din installation.',
+ ],
];
diff --git a/resources/lang/sv-SE/modules.php b/resources/lang/sv-SE/modules.php
index add1e26b3..29d93b05c 100644
--- a/resources/lang/sv-SE/modules.php
+++ b/resources/lang/sv-SE/modules.php
@@ -4,17 +4,55 @@ return [
'api_key' => 'API nyckel',
'my_apps' => 'Mina appar',
+ 'checkout' => 'Till kassan',
+ 'documentation' => 'Dokumentation',
+
+ 'home' => 'Startskärm',
+ 'tiles' => 'Lista',
+ 'item' => 'Appinfo',
'pre_sale' => 'Pre-Sale',
+ 'no_apps' => 'Kolla in de mest professionella apparna för ditt företag och få dem till bästa pris.',
+ 'learn_more' => 'Läs mer',
+ 'see_apps' => 'Se appar',
+ 'no_apps_marketing' => 'Få jobbet gjort som ett proffs',
+ 'premium_banner' => 'BYT TILL PREMIUM IDAG',
+ 'see_all' => 'Visa allt',
+ 'see_all_type' => 'Visa alla :type',
+ 'saving' => 'Du sparar :saved-price per år!',
'top_paid' => 'Bästa betal',
'new' => 'Nytt',
'top_free' => 'Bästa gratis',
'free' => 'Fri',
+ 'monthly' => 'Månatlig',
+ 'yearly' => 'Årlig',
+ 'yearly_pricing' => 'Årligt pris',
+ 'monthly_price' => 'från :price',
+ 'per_month' => 'per månad',
+ 'once' => 'en gång',
+ 'billed_monthly' => 'Fakturerad per månad',
+ 'billed_yearly' => 'Fakturerad årligen',
+ 'billed_once' => 'Fakturerad en gång',
+ 'save_year' => 'Du sparar :price per år!',
+ 'if_paid_year' => 'Eller :price/månad om du betalar per år',
+ 'information_monthly' => 'Det här alternativet är endast giltigt i Molnet',
'install' => 'Installera',
'buy_now' => 'Köp nu',
'get_api_key' => 'Klicka här för att få din API-nyckel.',
'no_apps' => 'Det finns inga appar i den här kategorin ännu.',
'become_developer' => 'Är du utvecklare? Här kan du lära dig att skapa en app och börja sälja idag!',
'recommended_apps' => 'Rekommenderade appar',
+ 'can_not_install' => 'Månatliga prenumerationer är endast tillgängliga på molntjänsten. Läs mer.',
+ 'apps_managing' => 'Kolla in de högst trendande apparna och börja hantera din ekonomi som ett proffs idag.',
+ 'ready' => 'Redo',
+ 'popular_this_week' => 'Populärt denna vecka',
+ 'install_cloud' => 'Använd i molntjänst',
+ 'get_cloud' => 'Skaffa molntjänst',
+ 'get_premium_cloud' => 'Skaffa Molntjänst Premium',
+ 'switch_to_cloud' => 'Växla till molnet',
+ 'hosted_on_akaunting' => 'Driftad på akaunting.com',
+ 'only_works_cloud' => 'Appen är endast tillgänglig i Molnet.',
+ 'only_premium_plan' => 'Appen är endast tillgänglig i Premium Molnet.',
+ 'not_found' => 'Ingen app hittades',
'about' => 'Om',
@@ -25,13 +63,22 @@ return [
'view' => 'Visa',
'back' => 'Tillbaka',
+ 'use_app' => 'Börja använda appen nu',
+
+ 'see_more' => 'Visa mer',
+
'installed' => ':module installerad',
'uninstalled' => ':module avinstallerad',
'updated_2' => 'modulen uppdaterades',
'enabled' => ':module aktiverad',
'disabled' => ':module inaktiverad',
+ 'per_month' => 'per månad',
+ 'pre_sale_uninstall' => 'Missa inte det rabatterade priset under förhandsförsäljningen!',
+ 'pre_sale_install' => 'Du kommer att ha appen i slutet av förhandsförsäljningen.',
'tab' => [
+ 'features' => 'Funktioner',
+ 'screenshots' => 'Skärmdumpar',
'installation' => 'Installation',
'faq' => 'Vanliga frågor',
'changelog' => 'Ändringslog',
@@ -49,6 +96,7 @@ return [
],
'errors' => [
+ 'purchase' => 'Du bör köpa/förnya :module!',
'download' => 'Kan inte ladda ner :module',
'zip' => 'Kan inte skapa :module zip-fil',
'unzip' => 'Kan inte packa upp :module',
@@ -56,6 +104,10 @@ return [
'finish' => 'Kan inte slutföra :module installation',
],
+ 'warning' => [
+ 'latest_version' => 'Du använder den senaste versionen av :module, inga uppdateringar tillgängliga.',
+ ],
+
'badge' => [
'installed' => 'Installerad',
'pre_sale' => 'Pre-Sale',
diff --git a/resources/lang/zh-CN/accounts.php b/resources/lang/zh-CN/accounts.php
index 5a74e148e..62137aaa4 100644
--- a/resources/lang/zh-CN/accounts.php
+++ b/resources/lang/zh-CN/accounts.php
@@ -2,7 +2,8 @@
return [
- 'account_name' => '帐户名称',
+ 'account_name' => '账户名称',
+ 'account_balance' => '账户余额',
'number' => '号码',
'opening_balance' => '开户余额',
'current_balance' => '当前余额',
@@ -10,5 +11,21 @@ return [
'bank_phone' => '银行电话',
'bank_address' => '银行地址',
'default_account' => '默认帐户',
+ 'incoming' => '传入',
+ 'outgoing' => '输出',
+ 'see_performance' => '查看财务绩效',
+ 'create_report' => '如果您想要看财务绩效,您可以创建收入与支出报告实例。',
+ 'banks' => '银行|银行',
+ 'credit_cards' => '信用卡|信用卡',
+
+ 'form_description' => [
+ 'general' => '对负的开户余额使用信用卡类型。 该数字对于正确核对账户至关重要。 如果未另行选择,默认账户将记录所有交易。',
+ 'bank' => '您可以在不止一家银行拥有多个银行账户。 记录有关您银行的信息将使您银行内的交易更容易匹配。',
+ ],
+
+ 'no_records' => [
+ 'transactions' => '此账户中还没有转账。 现在就创建一个新的。',
+ 'transfers' => '尚未向/从该帐户进行转账。 现在就创建一个新的。',
+ ],
];
diff --git a/resources/lang/zh-CN/countries.php b/resources/lang/zh-CN/countries.php
index 2c1414df5..4c2c2c99e 100644
--- a/resources/lang/zh-CN/countries.php
+++ b/resources/lang/zh-CN/countries.php
@@ -1,6 +1,7 @@
'阿富汗',
'AX' => '奥兰群岛',
'AL' => '阿尔巴尼亚',
@@ -119,6 +120,7 @@ return [
'KZ' => '哈萨克斯坦',
'KE' => '肯尼亚',
'KI' => '基里巴斯',
+ 'XK' => '科索沃',
'KW' => '科威特',
'KG' => '吉尔吉斯斯坦',
'LA' => '老挝',
@@ -250,4 +252,5 @@ return [
'YE' => '也门',
'ZM' => '赞比亚',
'ZW' => '津巴布韦',
+
];