mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 09:52:20 +00:00
Update some meta files.
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
en_US
|
en_US
|
||||||
|
cs_CZ
|
||||||
es_ES
|
es_ES
|
||||||
de_DE
|
de_DE
|
||||||
fr_FR
|
fr_FR
|
||||||
ro_RO
|
|
||||||
it_IT
|
it_IT
|
||||||
|
nb_NO
|
||||||
nl_NL
|
nl_NL
|
||||||
pl_PL
|
pl_PL
|
||||||
pt_BR
|
pt_BR
|
||||||
|
ro_RO
|
||||||
ru_RU
|
ru_RU
|
||||||
nb_NO
|
|
||||||
cs_CZ
|
|
||||||
id_ID
|
|
||||||
hu_HU
|
hu_HU
|
||||||
|
el_GR
|
||||||
@@ -29,6 +29,7 @@ sed -i 's/# ro_RO.UTF-8 UTF-8/ro_RO.UTF-8 UTF-8/g' /etc/locale.gen
|
|||||||
sed -i 's/# cs_CZ.UTF-8 UTF-8/cs_CZ.UTF-8 UTF-8/g' /etc/locale.gen
|
sed -i 's/# cs_CZ.UTF-8 UTF-8/cs_CZ.UTF-8 UTF-8/g' /etc/locale.gen
|
||||||
sed -i 's/# id_ID.UTF-8 UTF-8/id_ID.UTF-8 UTF-8/g' /etc/locale.gen
|
sed -i 's/# id_ID.UTF-8 UTF-8/id_ID.UTF-8 UTF-8/g' /etc/locale.gen
|
||||||
sed -i 's/# hu_HU.UTF-8 UTF-8/hu_HU.UTF-8 UTF-8/g' /etc/locale.gen
|
sed -i 's/# hu_HU.UTF-8 UTF-8/hu_HU.UTF-8 UTF-8/g' /etc/locale.gen
|
||||||
|
sed -i 's/# el_GR.UTF-8 UTF-8/el_GR.UTF-8 UTF-8/g' /etc/locale.gen
|
||||||
|
|
||||||
dpkg-reconfigure --frontend=noninteractive locales
|
dpkg-reconfigure --frontend=noninteractive locales
|
||||||
|
|
||||||
|
|||||||
20
changelog.md
20
changelog.md
@@ -2,6 +2,26 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## [4.8.1 (API 0.10.2)] - 2019-08-xx
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Support for Greek
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- All reports are now properly multi-currency.
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
- The bunq API has changed, and support for bunq has been disabled.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- ... and many other bugs.
|
||||||
|
|
||||||
|
### Security
|
||||||
|
- Initial release.
|
||||||
|
|
||||||
|
### API
|
||||||
|
- Initial release
|
||||||
|
|
||||||
## [4.8.0.3 (API 0.10.1)] - 2019-08-23
|
## [4.8.0.3 (API 0.10.1)] - 2019-08-23
|
||||||
|
|
||||||
Fixes many other issues in the previous release.
|
Fixes many other issues in the previous release.
|
||||||
|
|||||||
286
composer.lock
generated
286
composer.lock
generated
@@ -8,24 +8,26 @@
|
|||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "adldap2/adldap2",
|
"name": "adldap2/adldap2",
|
||||||
"version": "v10.0.11",
|
"version": "v10.1.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Adldap2/Adldap2.git",
|
"url": "https://github.com/Adldap2/Adldap2.git",
|
||||||
"reference": "beb3c9cc28de752d6c3b0221605035659eccc42e"
|
"reference": "c5e58490e78e2356f867596dd9d31098f3ad2444"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/Adldap2/Adldap2/zipball/beb3c9cc28de752d6c3b0221605035659eccc42e",
|
"url": "https://api.github.com/repos/Adldap2/Adldap2/zipball/c5e58490e78e2356f867596dd9d31098f3ad2444",
|
||||||
"reference": "beb3c9cc28de752d6c3b0221605035659eccc42e",
|
"reference": "c5e58490e78e2356f867596dd9d31098f3ad2444",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
"ext-json": "*",
|
||||||
"ext-ldap": "*",
|
"ext-ldap": "*",
|
||||||
"illuminate/contracts": "~5.0",
|
"illuminate/contracts": "~5.0|~6.0",
|
||||||
"php": ">=7.0",
|
"php": ">=7.0",
|
||||||
"psr/log": "~1.0",
|
"psr/log": "~1.0",
|
||||||
"tightenco/collect": "~5.0"
|
"psr/simple-cache": "~1.0",
|
||||||
|
"tightenco/collect": "~5.0|~6.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"mockery/mockery": "~1.0",
|
"mockery/mockery": "~1.0",
|
||||||
@@ -47,8 +49,8 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Steve Bauman",
|
"name": "Steve Bauman",
|
||||||
"role": "Developer",
|
"email": "steven_bauman@outlook.com",
|
||||||
"email": "steven_bauman@outlook.com"
|
"role": "Developer"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "A PHP LDAP Package for humans.",
|
"description": "A PHP LDAP Package for humans.",
|
||||||
@@ -61,25 +63,25 @@
|
|||||||
"ldap",
|
"ldap",
|
||||||
"windows"
|
"windows"
|
||||||
],
|
],
|
||||||
"time": "2019-05-24T14:15:58+00:00"
|
"time": "2019-09-03T15:41:15+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "adldap2/adldap2-laravel",
|
"name": "adldap2/adldap2-laravel",
|
||||||
"version": "v6.0.7",
|
"version": "v6.0.8",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Adldap2/Adldap2-Laravel.git",
|
"url": "https://github.com/Adldap2/Adldap2-Laravel.git",
|
||||||
"reference": "e7e60f0f10ff845bf8e8c965258c86a33c9ab266"
|
"reference": "c2809bcca39bd51fe3fbe426c5dc32e89a868a42"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/Adldap2/Adldap2-Laravel/zipball/e7e60f0f10ff845bf8e8c965258c86a33c9ab266",
|
"url": "https://api.github.com/repos/Adldap2/Adldap2-Laravel/zipball/c2809bcca39bd51fe3fbe426c5dc32e89a868a42",
|
||||||
"reference": "e7e60f0f10ff845bf8e8c965258c86a33c9ab266",
|
"reference": "c2809bcca39bd51fe3fbe426c5dc32e89a868a42",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"adldap2/adldap2": "^10.0",
|
"adldap2/adldap2": "^10.1",
|
||||||
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
|
"illuminate/support": "~5.5|~6.0",
|
||||||
"php": ">=7.1"
|
"php": ">=7.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
@@ -115,7 +117,7 @@
|
|||||||
"laravel",
|
"laravel",
|
||||||
"ldap"
|
"ldap"
|
||||||
],
|
],
|
||||||
"time": "2019-06-28T17:34:46+00:00"
|
"time": "2019-09-03T16:03:04+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "bacon/bacon-qr-code",
|
"name": "bacon/bacon-qr-code",
|
||||||
@@ -154,9 +156,9 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Ben Scholzen 'DASPRiD'",
|
"name": "Ben Scholzen 'DASPRiD'",
|
||||||
"role": "Developer",
|
|
||||||
"email": "mail@dasprids.de",
|
"email": "mail@dasprids.de",
|
||||||
"homepage": "http://www.dasprids.de"
|
"homepage": "http://www.dasprids.de",
|
||||||
|
"role": "Developer"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "BaconQrCode is a QR code generator for PHP.",
|
"description": "BaconQrCode is a QR code generator for PHP.",
|
||||||
@@ -210,9 +212,9 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "bunq",
|
"name": "bunq",
|
||||||
"role": "Owner",
|
|
||||||
"email": "sdk@bunq.com",
|
"email": "sdk@bunq.com",
|
||||||
"homepage": "https://www.bunq.com"
|
"homepage": "https://www.bunq.com",
|
||||||
|
"role": "Owner"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "bunq PHP SDK",
|
"description": "bunq PHP SDK",
|
||||||
@@ -401,28 +403,29 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "davejamesmiller/laravel-breadcrumbs",
|
"name": "davejamesmiller/laravel-breadcrumbs",
|
||||||
"version": "5.2.1",
|
"version": "5.3.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/davejamesmiller/laravel-breadcrumbs.git",
|
"url": "https://github.com/davejamesmiller/laravel-breadcrumbs.git",
|
||||||
"reference": "6465e8710341578092fdd8aea24319d4f53ab27c"
|
"reference": "1edeee4a77f467293aa5e5ea4a0b8f010216b8da"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/davejamesmiller/laravel-breadcrumbs/zipball/6465e8710341578092fdd8aea24319d4f53ab27c",
|
"url": "https://api.github.com/repos/davejamesmiller/laravel-breadcrumbs/zipball/1edeee4a77f467293aa5e5ea4a0b8f010216b8da",
|
||||||
"reference": "6465e8710341578092fdd8aea24319d4f53ab27c",
|
"reference": "1edeee4a77f467293aa5e5ea4a0b8f010216b8da",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"illuminate/support": "5.6.*|5.7.*|5.8.*",
|
"facade/ignition-contracts": "^1.0",
|
||||||
"illuminate/view": "5.6.*|5.7.*|5.8.*",
|
"illuminate/support": "^5.6|^6.0",
|
||||||
|
"illuminate/view": "^5.6|^6.0",
|
||||||
"php": ">=7.1.3"
|
"php": ">=7.1.3"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"laravel/framework": "5.6.*|5.7.*|5.8.*",
|
"orchestra/testbench": "^3.6",
|
||||||
"orchestra/testbench": "3.6.*|3.7.*|3.8.*",
|
|
||||||
"php-coveralls/php-coveralls": "^1.0",
|
"php-coveralls/php-coveralls": "^1.0",
|
||||||
"phpunit/phpunit": "7.*"
|
"phpunit/phpunit": "^7.0|^8.0",
|
||||||
|
"spatie/phpunit-snapshot-assertions": "^2.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
@@ -455,7 +458,7 @@
|
|||||||
"keywords": [
|
"keywords": [
|
||||||
"laravel"
|
"laravel"
|
||||||
],
|
],
|
||||||
"time": "2019-02-27T13:09:37+00:00"
|
"time": "2019-09-03T15:24:57+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "defuse/php-encryption",
|
"name": "defuse/php-encryption",
|
||||||
@@ -1039,26 +1042,70 @@
|
|||||||
"time": "2019-03-17T18:48:37+00:00"
|
"time": "2019-03-17T18:48:37+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "fideloper/proxy",
|
"name": "facade/ignition-contracts",
|
||||||
"version": "4.2.0",
|
"version": "1.0.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/fideloper/TrustedProxy.git",
|
"url": "https://github.com/facade/ignition-contracts.git",
|
||||||
"reference": "39a4c2165e578bc771f5dc031c273210a3a9b6d2"
|
"reference": "f445db0fb86f48e205787b2592840dd9c80ded28"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/39a4c2165e578bc771f5dc031c273210a3a9b6d2",
|
"url": "https://api.github.com/repos/facade/ignition-contracts/zipball/f445db0fb86f48e205787b2592840dd9c80ded28",
|
||||||
"reference": "39a4c2165e578bc771f5dc031c273210a3a9b6d2",
|
"reference": "f445db0fb86f48e205787b2592840dd9c80ded28",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"illuminate/contracts": "~5.0|~6.0",
|
"php": "^7.1"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Facade\\IgnitionContracts\\": "src"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Freek Van der Herten",
|
||||||
|
"email": "freek@spatie.be",
|
||||||
|
"homepage": "https://flareapp.io",
|
||||||
|
"role": "Developer"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Solution contracts for Ignition",
|
||||||
|
"homepage": "https://github.com/facade/ignition-contracts",
|
||||||
|
"keywords": [
|
||||||
|
"contracts",
|
||||||
|
"flare",
|
||||||
|
"ignition"
|
||||||
|
],
|
||||||
|
"time": "2019-08-30T14:06:08+00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fideloper/proxy",
|
||||||
|
"version": "4.2.1",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/fideloper/TrustedProxy.git",
|
||||||
|
"reference": "03085e58ec7bee24773fa5a8850751a6e61a7e8a"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/03085e58ec7bee24773fa5a8850751a6e61a7e8a",
|
||||||
|
"reference": "03085e58ec7bee24773fa5a8850751a6e61a7e8a",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"illuminate/contracts": "^5.0|^6.0|^7.0",
|
||||||
"php": ">=5.4.0"
|
"php": ">=5.4.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"illuminate/http": "~5.6|~6.0",
|
"illuminate/http": "^5.0|^6.0|^7.0",
|
||||||
"mockery/mockery": "~1.0",
|
"mockery/mockery": "^1.0",
|
||||||
"phpunit/phpunit": "^6.0"
|
"phpunit/phpunit": "^6.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
@@ -1090,7 +1137,7 @@
|
|||||||
"proxy",
|
"proxy",
|
||||||
"trusted proxy"
|
"trusted proxy"
|
||||||
],
|
],
|
||||||
"time": "2019-07-29T16:49:45+00:00"
|
"time": "2019-09-03T16:45:42+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "firebase/php-jwt",
|
"name": "firebase/php-jwt",
|
||||||
@@ -1125,13 +1172,13 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Neuman Vong",
|
"name": "Neuman Vong",
|
||||||
"email": "neuman+pear@twilio.com",
|
"role": "Developer",
|
||||||
"role": "Developer"
|
"email": "neuman+pear@twilio.com"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Anant Narayanan",
|
"name": "Anant Narayanan",
|
||||||
"email": "anant@php.net",
|
"role": "Developer",
|
||||||
"role": "Developer"
|
"email": "anant@php.net"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
|
"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
|
||||||
@@ -1327,16 +1374,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/framework",
|
"name": "laravel/framework",
|
||||||
"version": "v5.8.34",
|
"version": "v5.8.35",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/laravel/framework.git",
|
"url": "https://github.com/laravel/framework.git",
|
||||||
"reference": "c3a870b96c7afe5174f486af74768ccfddeec77b"
|
"reference": "5a9e4d241a8b815e16c9d2151e908992c38db197"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/laravel/framework/zipball/c3a870b96c7afe5174f486af74768ccfddeec77b",
|
"url": "https://api.github.com/repos/laravel/framework/zipball/5a9e4d241a8b815e16c9d2151e908992c38db197",
|
||||||
"reference": "c3a870b96c7afe5174f486af74768ccfddeec77b",
|
"reference": "5a9e4d241a8b815e16c9d2151e908992c38db197",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -1419,6 +1466,7 @@
|
|||||||
"suggest": {
|
"suggest": {
|
||||||
"aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (^3.0).",
|
"aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (^3.0).",
|
||||||
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
|
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
|
||||||
|
"ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
|
||||||
"ext-pcntl": "Required to use all features of the queue worker.",
|
"ext-pcntl": "Required to use all features of the queue worker.",
|
||||||
"ext-posix": "Required to use all features of the queue worker.",
|
"ext-posix": "Required to use all features of the queue worker.",
|
||||||
"filp/whoops": "Required for friendly error pages in development (^2.1.4).",
|
"filp/whoops": "Required for friendly error pages in development (^2.1.4).",
|
||||||
@@ -1470,7 +1518,7 @@
|
|||||||
"framework",
|
"framework",
|
||||||
"laravel"
|
"laravel"
|
||||||
],
|
],
|
||||||
"time": "2019-08-27T14:35:59+00:00"
|
"time": "2019-09-03T16:44:30+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/passport",
|
"name": "laravel/passport",
|
||||||
@@ -1545,16 +1593,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravelcollective/html",
|
"name": "laravelcollective/html",
|
||||||
"version": "v5.8.0",
|
"version": "v5.8.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/LaravelCollective/html.git",
|
"url": "https://github.com/LaravelCollective/html.git",
|
||||||
"reference": "0e360143d3476fe4141d267a260c140569fa207b"
|
"reference": "3a1c9974ea629eed96e101a24e3852ced382eb29"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/LaravelCollective/html/zipball/0e360143d3476fe4141d267a260c140569fa207b",
|
"url": "https://api.github.com/repos/LaravelCollective/html/zipball/3a1c9974ea629eed96e101a24e3852ced382eb29",
|
||||||
"reference": "0e360143d3476fe4141d267a260c140569fa207b",
|
"reference": "3a1c9974ea629eed96e101a24e3852ced382eb29",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -1598,18 +1646,18 @@
|
|||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
|
||||||
"name": "Taylor Otwell",
|
|
||||||
"email": "taylorotwell@gmail.com"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Adam Engebretson",
|
"name": "Adam Engebretson",
|
||||||
"email": "adam@laravelcollective.com"
|
"email": "adam@laravelcollective.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Taylor Otwell",
|
||||||
|
"email": "taylorotwell@gmail.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "HTML and Form Builders for the Laravel Framework",
|
"description": "HTML and Form Builders for the Laravel Framework",
|
||||||
"homepage": "https://laravelcollective.com",
|
"homepage": "https://laravelcollective.com",
|
||||||
"time": "2019-03-01T22:53:41+00:00"
|
"time": "2019-09-05T12:32:25+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "lcobucci/jwt",
|
"name": "lcobucci/jwt",
|
||||||
@@ -1655,8 +1703,8 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Luís Otávio Cobucci Oblonczyk",
|
"name": "Luís Otávio Cobucci Oblonczyk",
|
||||||
"role": "Developer",
|
"email": "lcobucci@gmail.com",
|
||||||
"email": "lcobucci@gmail.com"
|
"role": "Developer"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "A simple library to work with JSON Web Token and JSON Web Signature",
|
"description": "A simple library to work with JSON Web Token and JSON Web Signature",
|
||||||
@@ -1722,9 +1770,9 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Colin O'Dell",
|
"name": "Colin O'Dell",
|
||||||
"role": "Lead Developer",
|
|
||||||
"email": "colinodell@gmail.com",
|
"email": "colinodell@gmail.com",
|
||||||
"homepage": "https://www.colinodell.com"
|
"homepage": "https://www.colinodell.com",
|
||||||
|
"role": "Lead Developer"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "PHP Markdown parser based on the CommonMark spec",
|
"description": "PHP Markdown parser based on the CommonMark spec",
|
||||||
@@ -1788,9 +1836,9 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Ignace Nyamagana Butera",
|
"name": "Ignace Nyamagana Butera",
|
||||||
|
"role": "Developer",
|
||||||
"email": "nyamsprod@gmail.com",
|
"email": "nyamsprod@gmail.com",
|
||||||
"homepage": "https://github.com/nyamsprod/",
|
"homepage": "https://github.com/nyamsprod/"
|
||||||
"role": "Developer"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Csv data manipulation made easy in PHP",
|
"description": "Csv data manipulation made easy in PHP",
|
||||||
@@ -2138,15 +2186,15 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Alex Bilbie",
|
"name": "Alex Bilbie",
|
||||||
|
"role": "Developer",
|
||||||
"email": "hello@alexbilbie.com",
|
"email": "hello@alexbilbie.com",
|
||||||
"homepage": "http://www.alexbilbie.com",
|
"homepage": "http://www.alexbilbie.com"
|
||||||
"role": "Developer"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Andy Millington",
|
"name": "Andy Millington",
|
||||||
|
"role": "Developer",
|
||||||
"email": "andrew@noexceptions.io",
|
"email": "andrew@noexceptions.io",
|
||||||
"homepage": "https://www.noexceptions.io",
|
"homepage": "https://www.noexceptions.io"
|
||||||
"role": "Developer"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.",
|
"description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.",
|
||||||
@@ -2211,16 +2259,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "monolog/monolog",
|
"name": "monolog/monolog",
|
||||||
"version": "1.24.0",
|
"version": "1.25.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Seldaek/monolog.git",
|
"url": "https://github.com/Seldaek/monolog.git",
|
||||||
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
|
"reference": "70e65a5470a42cfec1a7da00d30edb6e617e8dcf"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/70e65a5470a42cfec1a7da00d30edb6e617e8dcf",
|
||||||
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
|
"reference": "70e65a5470a42cfec1a7da00d30edb6e617e8dcf",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -2285,7 +2333,7 @@
|
|||||||
"logging",
|
"logging",
|
||||||
"psr-3"
|
"psr-3"
|
||||||
],
|
],
|
||||||
"time": "2018-11-05T09:00:11+00:00"
|
"time": "2019-09-06T13:49:17+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "mschindler83/fints-hbci-php",
|
"name": "mschindler83/fints-hbci-php",
|
||||||
@@ -2484,15 +2532,15 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Paragon Initiative Enterprises",
|
"name": "Paragon Initiative Enterprises",
|
||||||
|
"role": "Maintainer",
|
||||||
"email": "security@paragonie.com",
|
"email": "security@paragonie.com",
|
||||||
"homepage": "https://paragonie.com",
|
"homepage": "https://paragonie.com"
|
||||||
"role": "Maintainer"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Steve 'Sc00bz' Thomas",
|
"name": "Steve 'Sc00bz' Thomas",
|
||||||
|
"role": "Original Developer",
|
||||||
"email": "steve@tobtu.com",
|
"email": "steve@tobtu.com",
|
||||||
"homepage": "https://www.tobtu.com",
|
"homepage": "https://www.tobtu.com"
|
||||||
"role": "Original Developer"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
|
"description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
|
||||||
@@ -4998,16 +5046,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "tightenco/collect",
|
"name": "tightenco/collect",
|
||||||
"version": "v5.8.34",
|
"version": "v6.0.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/tightenco/collect.git",
|
"url": "https://github.com/tightenco/collect.git",
|
||||||
"reference": "957e430c26c51b65c80acc87896023229dc05a21"
|
"reference": "1793f44a9362b00a271de0776511726d9d952aed"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/tightenco/collect/zipball/957e430c26c51b65c80acc87896023229dc05a21",
|
"url": "https://api.github.com/repos/tightenco/collect/zipball/1793f44a9362b00a271de0776511726d9d952aed",
|
||||||
"reference": "957e430c26c51b65c80acc87896023229dc05a21",
|
"reference": "1793f44a9362b00a271de0776511726d9d952aed",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -5016,7 +5064,7 @@
|
|||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"mockery/mockery": "^1.0",
|
"mockery/mockery": "^1.0",
|
||||||
"nesbot/carbon": "^1.26.3",
|
"nesbot/carbon": "^2.23.0",
|
||||||
"phpunit/phpunit": "^7.0"
|
"phpunit/phpunit": "^7.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
@@ -5044,7 +5092,7 @@
|
|||||||
"collection",
|
"collection",
|
||||||
"laravel"
|
"laravel"
|
||||||
],
|
],
|
||||||
"time": "2019-07-30T19:16:47+00:00"
|
"time": "2019-08-30T16:33:17+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "tijsverkoyen/css-to-inline-styles",
|
"name": "tijsverkoyen/css-to-inline-styles",
|
||||||
@@ -5085,8 +5133,8 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Tijs Verkoyen",
|
"name": "Tijs Verkoyen",
|
||||||
"role": "Developer",
|
"email": "css_to_inline_styles@verkoyen.eu",
|
||||||
"email": "css_to_inline_styles@verkoyen.eu"
|
"role": "Developer"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
|
"description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
|
||||||
@@ -5286,30 +5334,30 @@
|
|||||||
"packages-dev": [
|
"packages-dev": [
|
||||||
{
|
{
|
||||||
"name": "barryvdh/laravel-ide-helper",
|
"name": "barryvdh/laravel-ide-helper",
|
||||||
"version": "v2.6.2",
|
"version": "v2.6.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/barryvdh/laravel-ide-helper.git",
|
"url": "https://github.com/barryvdh/laravel-ide-helper.git",
|
||||||
"reference": "39c148ad4273f5b8c49d0a363ddbc0462f1f2eec"
|
"reference": "16eb4f65ee0d51b1f1182d56ae28ee00a70ce75a"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/39c148ad4273f5b8c49d0a363ddbc0462f1f2eec",
|
"url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/16eb4f65ee0d51b1f1182d56ae28ee00a70ce75a",
|
||||||
"reference": "39c148ad4273f5b8c49d0a363ddbc0462f1f2eec",
|
"reference": "16eb4f65ee0d51b1f1182d56ae28ee00a70ce75a",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"barryvdh/reflection-docblock": "^2.0.6",
|
"barryvdh/reflection-docblock": "^2.0.6",
|
||||||
"composer/composer": "^1.6",
|
"composer/composer": "^1.6",
|
||||||
"illuminate/console": "^5.5,<5.9",
|
"illuminate/console": "^5.5|^6",
|
||||||
"illuminate/filesystem": "^5.5,<5.9",
|
"illuminate/filesystem": "^5.5|^6",
|
||||||
"illuminate/support": "^5.5,<5.9",
|
"illuminate/support": "^5.5|^6",
|
||||||
"php": ">=7"
|
"php": ">=7"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/dbal": "~2.3",
|
"doctrine/dbal": "~2.3",
|
||||||
"illuminate/config": "^5.1,<5.9",
|
"illuminate/config": "^5.5|^6",
|
||||||
"illuminate/view": "^5.1,<5.9",
|
"illuminate/view": "^5.5|^6",
|
||||||
"phpro/grumphp": "^0.14",
|
"phpro/grumphp": "^0.14",
|
||||||
"phpunit/phpunit": "4.*",
|
"phpunit/phpunit": "4.*",
|
||||||
"scrutinizer/ocular": "~1.1",
|
"scrutinizer/ocular": "~1.1",
|
||||||
@@ -5356,7 +5404,7 @@
|
|||||||
"phpstorm",
|
"phpstorm",
|
||||||
"sublime"
|
"sublime"
|
||||||
],
|
],
|
||||||
"time": "2019-03-26T10:38:22+00:00"
|
"time": "2019-09-03T17:51:13+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "barryvdh/reflection-docblock",
|
"name": "barryvdh/reflection-docblock",
|
||||||
@@ -6236,18 +6284,18 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Arne Blankerts",
|
"name": "Arne Blankerts",
|
||||||
"email": "arne@blankerts.de",
|
"role": "Developer",
|
||||||
"role": "Developer"
|
"email": "arne@blankerts.de"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Sebastian Heuer",
|
"name": "Sebastian Heuer",
|
||||||
"email": "sebastian@phpeople.de",
|
"role": "Developer",
|
||||||
"role": "Developer"
|
"email": "sebastian@phpeople.de"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Sebastian Bergmann",
|
"name": "Sebastian Bergmann",
|
||||||
"email": "sebastian@phpunit.de",
|
"role": "Developer",
|
||||||
"role": "Developer"
|
"email": "sebastian@phpunit.de"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Library for handling version information and constraints",
|
"description": "Library for handling version information and constraints",
|
||||||
@@ -6518,8 +6566,8 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Sebastian Bergmann",
|
"name": "Sebastian Bergmann",
|
||||||
"email": "sebastian@phpunit.de",
|
"role": "lead",
|
||||||
"role": "lead"
|
"email": "sebastian@phpunit.de"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
||||||
@@ -6569,8 +6617,8 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Sebastian Bergmann",
|
"name": "Sebastian Bergmann",
|
||||||
"email": "sebastian@phpunit.de",
|
"role": "lead",
|
||||||
"role": "lead"
|
"email": "sebastian@phpunit.de"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
|
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
|
||||||
@@ -6611,8 +6659,8 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Sebastian Bergmann",
|
"name": "Sebastian Bergmann",
|
||||||
"email": "sebastian@phpunit.de",
|
"role": "lead",
|
||||||
"role": "lead"
|
"email": "sebastian@phpunit.de"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Simple template engine.",
|
"description": "Simple template engine.",
|
||||||
@@ -6660,8 +6708,8 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Sebastian Bergmann",
|
"name": "Sebastian Bergmann",
|
||||||
"email": "sebastian@phpunit.de",
|
"role": "lead",
|
||||||
"role": "lead"
|
"email": "sebastian@phpunit.de"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Utility class for timing",
|
"description": "Utility class for timing",
|
||||||
@@ -6790,8 +6838,8 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Sebastian Bergmann",
|
"name": "Sebastian Bergmann",
|
||||||
"email": "sebastian@phpunit.de",
|
"role": "lead",
|
||||||
"role": "lead"
|
"email": "sebastian@phpunit.de"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "The PHP Unit Testing framework.",
|
"description": "The PHP Unit Testing framework.",
|
||||||
@@ -7011,8 +7059,8 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Marco Pivetta",
|
"name": "Marco Pivetta",
|
||||||
"role": "maintainer",
|
"email": "ocramius@gmail.com",
|
||||||
"email": "ocramius@gmail.com"
|
"role": "maintainer"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
|
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
|
||||||
@@ -7582,8 +7630,8 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Sebastian Bergmann",
|
"name": "Sebastian Bergmann",
|
||||||
"email": "sebastian@phpunit.de",
|
"role": "lead",
|
||||||
"role": "lead"
|
"email": "sebastian@phpunit.de"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Collection of value objects that represent the types of the PHP type system",
|
"description": "Collection of value objects that represent the types of the PHP type system",
|
||||||
@@ -7625,8 +7673,8 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Sebastian Bergmann",
|
"name": "Sebastian Bergmann",
|
||||||
"email": "sebastian@phpunit.de",
|
"role": "lead",
|
||||||
"role": "lead"
|
"email": "sebastian@phpunit.de"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
||||||
@@ -7809,8 +7857,8 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Arne Blankerts",
|
"name": "Arne Blankerts",
|
||||||
"role": "Developer",
|
"email": "arne@blankerts.de",
|
||||||
"email": "arne@blankerts.de"
|
"role": "Developer"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
|
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
|
||||||
|
|||||||
@@ -291,26 +291,29 @@ return [
|
|||||||
'Mortgage' => 'mortgage',
|
'Mortgage' => 'mortgage',
|
||||||
],
|
],
|
||||||
'languages' => [
|
'languages' => [
|
||||||
'en_US' => ['name_locale' => 'English', 'name_english' => 'English'],
|
'en_US' => ['name_locale' => 'English', 'name_english' => 'English'], // 4.8,1
|
||||||
'cs_CZ' => ['name_locale' => 'Czech', 'name_english' => 'Czech'], // 35%
|
'cs_CZ' => ['name_locale' => 'Czech', 'name_english' => 'Czech'], // 4.8,1
|
||||||
'es_ES' => ['name_locale' => 'Español', 'name_english' => 'Spanish'], // 92%
|
'es_ES' => ['name_locale' => 'Español', 'name_english' => 'Spanish'], // 4.8,1
|
||||||
'de_DE' => ['name_locale' => 'Deutsch', 'name_english' => 'German'], // 100%
|
'de_DE' => ['name_locale' => 'Deutsch', 'name_english' => 'German'], // 4.8,1
|
||||||
'fr_FR' => ['name_locale' => 'Français', 'name_english' => 'French'], // 100%
|
'fr_FR' => ['name_locale' => 'Français', 'name_english' => 'French'], // 4.8,1
|
||||||
//'id_ID' => ['name_locale' => 'Bahasa Indonesia', 'name_english' => 'Indonesian'], // 65%
|
//'id_ID' => ['name_locale' => 'Bahasa Indonesia', 'name_english' => 'Indonesian'], // 57%, removed
|
||||||
'it_IT' => ['name_locale' => 'Italiano', 'name_english' => 'Italian'], // 100%
|
'it_IT' => ['name_locale' => 'Italiano', 'name_english' => 'Italian'], // 4.8,1
|
||||||
'nb_NO' => ['name_locale' => 'Norsk', 'name_english' => 'Norwegian'],
|
'nb_NO' => ['name_locale' => 'Norsk', 'name_english' => 'Norwegian'], // 4.8,1
|
||||||
'nl_NL' => ['name_locale' => 'Nederlands', 'name_english' => 'Dutch'], // 100%
|
'nl_NL' => ['name_locale' => 'Nederlands', 'name_english' => 'Dutch'], // 4.8,1
|
||||||
'pl_PL' => ['name_locale' => 'Polski', 'name_english' => 'Polish '], // 87%
|
'pl_PL' => ['name_locale' => 'Polski', 'name_english' => 'Polish '], // 4.8,1
|
||||||
'pt_BR' => ['name_locale' => 'Português do Brasil', 'name_english' => 'Portuguese (Brazil)'], // 80%
|
'pt_BR' => ['name_locale' => 'Português do Brasil', 'name_english' => 'Portuguese (Brazil)'], // 4.8,1
|
||||||
'ro_RO' => ['name_locale' => 'Română', 'name_english' => 'Romanian'],
|
'ro_RO' => ['name_locale' => 'Română', 'name_english' => 'Romanian'], // 4.8,1
|
||||||
'ru_RU' => ['name_locale' => 'Русский', 'name_english' => 'Russian'], // 83%
|
'ru_RU' => ['name_locale' => 'Русский', 'name_english' => 'Russian'], // 4.8,1
|
||||||
'zh_TW' => ['name_locale' => 'Chinese Traditional', 'name_english' => 'Chinese Traditional'], // 100%
|
'zh_TW' => ['name_locale' => 'Chinese Traditional', 'name_english' => 'Chinese Traditional'], // 4.8,1
|
||||||
'zh_CN' => ['name_locale' => 'Chinese Simplified', 'name_english' => 'Chinese Simplified'], // 99%
|
'zh_CN' => ['name_locale' => 'Chinese Simplified', 'name_english' => 'Chinese Simplified'], // 4.8,1
|
||||||
'hu_HU' => ['name_locale' => 'Hungarian', 'name_english' => 'Hungarian'], // 40%
|
'hu_HU' => ['name_locale' => 'Hungarian', 'name_english' => 'Hungarian'], // 4.8,1
|
||||||
|
|
||||||
|
// new since 4.8,1
|
||||||
|
'el_GR' => ['name_locale' => 'Ελληνικά', 'Greek' => 'Hungarian'], // 4.8,1
|
||||||
|
|
||||||
// greek: Ελληνικά
|
// greek: Ελληνικά
|
||||||
|
|
||||||
// hungarian!
|
// Czech not yet.
|
||||||
|
|
||||||
//'tr_TR' => ['name_locale' => 'Türkçe', 'name_english' => 'Turkish'], // 71%
|
//'tr_TR' => ['name_locale' => 'Türkçe', 'name_english' => 'Turkish'], // 71%
|
||||||
//'ca_ES' => ['name_locale' => 'Catalan', 'name_english' => 'Catalan'], // 0%
|
//'ca_ES' => ['name_locale' => 'Catalan', 'name_english' => 'Catalan'], // 0%
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ return [
|
|||||||
'enabled' => [
|
'enabled' => [
|
||||||
'fake' => true,
|
'fake' => true,
|
||||||
'file' => true,
|
'file' => true,
|
||||||
'bunq' => true,
|
'bunq' => false,
|
||||||
'spectre' => true,
|
'spectre' => true,
|
||||||
'ynab' => true,
|
'ynab' => true,
|
||||||
'plaid' => false,
|
'plaid' => false,
|
||||||
|
|||||||
Reference in New Issue
Block a user