diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml index 5b31747ec..9b119eef0 100644 --- a/.markdownlint-cli2.yaml +++ b/.markdownlint-cli2.yaml @@ -3,7 +3,7 @@ config: line-length: false no-inline-html: false first-line-h1: false - code-block-style: false # conflicts with MkDocs Admontions: https://squidfunk.github.io/mkdocs-material/reference/admonitions/ + code-block-style: false # conflicts with MkDocs Admontions: https://squidfunk.github.io/mkdocs-material/reference/admonitions/ code-fence-style: style: backtick diff --git a/Website/htdocs/mpmanager/babel.config.js b/Website/htdocs/mpmanager/babel.config.js index 02035521f..b35c286db 100644 --- a/Website/htdocs/mpmanager/babel.config.js +++ b/Website/htdocs/mpmanager/babel.config.js @@ -1,3 +1,3 @@ module.exports = { - presets: [['@babel/preset-env', {targets: {node: 'current'}}]], -} + presets: [["@babel/preset-env", { targets: { node: "current" } }]], +}; diff --git a/Website/htdocs/mpmanager/composer.lock b/Website/htdocs/mpmanager/composer.lock index 5a2e9c57b..356b71155 100644 --- a/Website/htdocs/mpmanager/composer.lock +++ b/Website/htdocs/mpmanager/composer.lock @@ -37,9 +37,7 @@ "dev-master": "2.0-dev" }, "laravel": { - "providers": [ - "Barryvdh\\DomPDF\\ServiceProvider" - ], + "providers": ["Barryvdh\\DomPDF\\ServiceProvider"], "aliases": { "Pdf": "Barryvdh\\DomPDF\\Facade\\Pdf", "PDF": "Barryvdh\\DomPDF\\Facade\\Pdf" @@ -52,9 +50,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Barry vd. Heuvel", @@ -62,11 +58,7 @@ } ], "description": "A DOMPDF Wrapper for Laravel", - "keywords": [ - "dompdf", - "laravel", - "pdf" - ], + "keywords": ["dompdf", "laravel", "pdf"], "support": { "issues": "https://github.com/barryvdh/laravel-dompdf/issues", "source": "https://github.com/barryvdh/laravel-dompdf/tree/v2.0.1" @@ -112,9 +104,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Novikov Bogdan", @@ -122,11 +112,7 @@ } ], "description": "Php bot interface to work with Viber API", - "keywords": [ - "bot", - "im", - "viber" - ], + "keywords": ["bot", "im", "viber"], "support": { "issues": "https://github.com/Bogdaan/viber-bot-php/issues", "source": "https://github.com/Bogdaan/viber-bot-php/tree/0.0.15" @@ -162,9 +148,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "description": "Arbitrary-precision arithmetic library", "keywords": [ "Arbitrary-precision", @@ -224,9 +208,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Dragonfly Development Inc.", @@ -251,12 +233,7 @@ ], "description": "Given a deep data structure, access data by dot notation.", "homepage": "https://github.com/dflydev/dflydev-dot-access-data", - "keywords": [ - "access", - "data", - "dot", - "notation" - ], + "keywords": ["access", "data", "dot", "notation"], "support": { "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues", "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.2" @@ -298,9 +275,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Guilherme Blanco", @@ -396,9 +371,7 @@ "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." }, - "bin": [ - "bin/doctrine-dbal" - ], + "bin": ["bin/doctrine-dbal"], "type": "library", "autoload": { "psr-4": { @@ -406,9 +379,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Guilherme Blanco", @@ -505,9 +476,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.", "homepage": "https://www.doctrine-project.org/", "support": { @@ -549,9 +518,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Guilherme Blanco", @@ -639,9 +606,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Guilherme Blanco", @@ -729,9 +694,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Guilherme Blanco", @@ -748,13 +711,7 @@ ], "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", "homepage": "https://www.doctrine-project.org/projects/lexer.html", - "keywords": [ - "annotations", - "docblock", - "lexer", - "parser", - "php" - ], + "keywords": ["annotations", "docblock", "lexer", "parser", "php"], "support": { "issues": "https://github.com/doctrine/lexer/issues", "source": "https://github.com/doctrine/lexer/tree/3.0.0" @@ -815,14 +772,10 @@ "psr-4": { "Dompdf\\": "src/" }, - "classmap": [ - "lib/" - ] + "classmap": ["lib/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "LGPL-2.1" - ], + "license": ["LGPL-2.1"], "authors": [ { "name": "The Dompdf Community", @@ -871,9 +824,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Chris Tankersley", @@ -882,10 +833,7 @@ } ], "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due", - "keywords": [ - "cron", - "schedule" - ], + "keywords": ["cron", "schedule"], "support": { "issues": "https://github.com/dragonmantank/cron-expression/issues", "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.3" @@ -936,9 +884,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Eduardo Gulias Davis" @@ -994,20 +940,14 @@ }, "type": "library", "autoload": { - "files": [ - "library/HTMLPurifier.composer.php" - ], + "files": ["library/HTMLPurifier.composer.php"], "psr-0": { "HTMLPurifier": "library/" }, - "exclude-from-classmap": [ - "/library/HTMLPurifier/Language/" - ] + "exclude-from-classmap": ["/library/HTMLPurifier/Language/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "LGPL-2.1-or-later" - ], + "license": ["LGPL-2.1-or-later"], "authors": [ { "name": "Edward Z. Yang", @@ -1017,9 +957,7 @@ ], "description": "Standards compliant HTML filter written in PHP", "homepage": "http://htmlpurifier.org/", - "keywords": [ - "html" - ], + "keywords": ["html"], "support": { "issues": "https://github.com/ezyang/htmlpurifier/issues", "source": "https://github.com/ezyang/htmlpurifier/tree/v4.17.0" @@ -1063,9 +1001,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Chris Fidao", @@ -1073,11 +1009,7 @@ } ], "description": "Set trusted proxies for Laravel", - "keywords": [ - "load balancing", - "proxy", - "trusted proxy" - ], + "keywords": ["load balancing", "proxy", "trusted proxy"], "support": { "issues": "https://github.com/fideloper/TrustedProxy/issues", "source": "https://github.com/fideloper/TrustedProxy/tree/4.4.2" @@ -1119,9 +1051,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Fruitcake", @@ -1134,11 +1064,7 @@ ], "description": "Cross-origin resource sharing library for the Symfony HttpFoundation", "homepage": "https://github.com/fruitcake/php-cors", - "keywords": [ - "cors", - "laravel", - "symfony" - ], + "keywords": ["cors", "laravel", "symfony"], "support": { "issues": "https://github.com/fruitcake/php-cors/issues", "source": "https://github.com/fruitcake/php-cors/tree/v1.3.0" @@ -1183,9 +1109,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Graham Campbell", @@ -1263,17 +1187,13 @@ } }, "autoload": { - "files": [ - "src/functions_include.php" - ], + "files": ["src/functions_include.php"], "psr-4": { "GuzzleHttp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Graham Campbell", @@ -1377,9 +1297,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Graham Campbell", @@ -1403,9 +1321,7 @@ } ], "description": "Guzzle promises library", - "keywords": [ - "promise" - ], + "keywords": ["promise"], "support": { "issues": "https://github.com/guzzle/promises/issues", "source": "https://github.com/guzzle/promises/tree/2.0.1" @@ -1471,9 +1387,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Graham Campbell", @@ -1572,9 +1486,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Graham Campbell", @@ -1598,10 +1510,7 @@ } ], "description": "A polyfill class for uri_template of PHP", - "keywords": [ - "guzzlehttp", - "uri-template" - ], + "keywords": ["guzzlehttp", "uri-template"], "support": { "issues": "https://github.com/guzzle/uri-template/issues", "source": "https://github.com/guzzle/uri-template/tree/v1.0.2" @@ -1799,9 +1708,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Taylor Otwell", @@ -1810,10 +1717,7 @@ ], "description": "The Laravel Framework.", "homepage": "https://laravel.com", - "keywords": [ - "framework", - "laravel" - ], + "keywords": ["framework", "laravel"], "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" @@ -1848,14 +1752,10 @@ } }, "autoload": { - "files": [ - "src/helpers.php" - ] + "files": ["src/helpers.php"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Taylor Otwell", @@ -1867,10 +1767,7 @@ } ], "description": "Provides backwards compatibility for helpers in the latest Laravel release.", - "keywords": [ - "helpers", - "laravel" - ], + "keywords": ["helpers", "laravel"], "support": { "source": "https://github.com/laravel/helpers/tree/v1.6.0" }, @@ -1920,9 +1817,7 @@ "dev-master": "5.x-dev" }, "laravel": { - "providers": [ - "Laravel\\Horizon\\HorizonServiceProvider" - ], + "providers": ["Laravel\\Horizon\\HorizonServiceProvider"], "aliases": { "Horizon": "Laravel\\Horizon\\Horizon" } @@ -1934,9 +1829,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Taylor Otwell", @@ -1944,10 +1837,7 @@ } ], "description": "Dashboard and code-driven configuration for Laravel queues.", - "keywords": [ - "laravel", - "queue" - ], + "keywords": ["laravel", "queue"], "support": { "issues": "https://github.com/laravel/horizon/issues", "source": "https://github.com/laravel/horizon/tree/v5.21.4" @@ -1989,9 +1879,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Taylor Otwell", @@ -2003,11 +1891,7 @@ } ], "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.", - "keywords": [ - "closure", - "laravel", - "serializable" - ], + "keywords": ["closure", "laravel", "serializable"], "support": { "issues": "https://github.com/laravel/serializable-closure/issues", "source": "https://github.com/laravel/serializable-closure" @@ -2050,9 +1934,7 @@ "dev-master": "2.x-dev" }, "laravel": { - "providers": [ - "Laravel\\Tinker\\TinkerServiceProvider" - ] + "providers": ["Laravel\\Tinker\\TinkerServiceProvider"] } }, "autoload": { @@ -2061,9 +1943,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Taylor Otwell", @@ -2071,12 +1951,7 @@ } ], "description": "Powerful REPL for the Laravel framework.", - "keywords": [ - "REPL", - "Tinker", - "laravel", - "psysh" - ], + "keywords": ["REPL", "Tinker", "laravel", "psysh"], "support": { "issues": "https://github.com/laravel/tinker/issues", "source": "https://github.com/laravel/tinker/tree/v2.8.2" @@ -2113,9 +1988,7 @@ "dev-master": "3.x-dev" }, "laravel": { - "providers": [ - "Laravel\\Ui\\UiServiceProvider" - ] + "providers": ["Laravel\\Ui\\UiServiceProvider"] } }, "autoload": { @@ -2125,9 +1998,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Taylor Otwell", @@ -2135,10 +2006,7 @@ } ], "description": "Laravel UI utilities and presets.", - "keywords": [ - "laravel", - "ui" - ], + "keywords": ["laravel", "ui"], "support": { "source": "https://github.com/laravel/ui/tree/v3.4.6" }, @@ -2182,9 +2050,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Luís Cobucci", @@ -2251,9 +2117,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "authors": [ { "name": "Luís Cobucci", @@ -2262,10 +2126,7 @@ } ], "description": "A simple library to work with JSON Web Token and JSON Web Signature", - "keywords": [ - "JWS", - "jwt" - ], + "keywords": ["JWS", "jwt"], "support": { "issues": "https://github.com/lcobucci/jwt/issues", "source": "https://github.com/lcobucci/jwt/tree/4.3.0" @@ -2338,9 +2199,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "authors": [ { "name": "Colin O'Dell", @@ -2426,9 +2285,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "authors": [ { "name": "Colin O'Dell", @@ -2521,9 +2378,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Frank de Jonge", @@ -2587,9 +2442,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Frank de Jonge", @@ -2597,13 +2450,7 @@ } ], "description": "Local filesystem adapter for Flysystem.", - "keywords": [ - "Flysystem", - "file", - "files", - "filesystem", - "local" - ], + "keywords": ["Flysystem", "file", "files", "filesystem", "local"], "support": { "issues": "https://github.com/thephpleague/flysystem-local/issues", "source": "https://github.com/thephpleague/flysystem-local/tree/3.21.0" @@ -2650,9 +2497,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Frank de Jonge", @@ -2715,9 +2560,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Paul Duncan", @@ -2737,10 +2580,7 @@ } ], "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.", - "keywords": [ - "stream", - "zip" - ], + "keywords": ["stream", "zip"], "support": { "issues": "https://github.com/maennchen/ZipStream-PHP/issues", "source": "https://github.com/maennchen/ZipStream-PHP/tree/3.1.0" @@ -2787,9 +2627,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Mark Baker", @@ -2798,10 +2636,7 @@ ], "description": "PHP Class for working with complex numbers", "homepage": "https://github.com/MarkBaker/PHPComplex", - "keywords": [ - "complex", - "mathematics" - ], + "keywords": ["complex", "mathematics"], "support": { "issues": "https://github.com/MarkBaker/PHPComplex/issues", "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2" @@ -2842,9 +2677,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Mark Baker", @@ -2853,11 +2686,7 @@ ], "description": "PHP Class for working with matrices", "homepage": "https://github.com/MarkBaker/PHPMatrix", - "keywords": [ - "mathematics", - "matrix", - "vector" - ], + "keywords": ["mathematics", "matrix", "vector"], "support": { "issues": "https://github.com/MarkBaker/PHPMatrix/issues", "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1" @@ -2897,9 +2726,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Matt Butcher", @@ -3000,9 +2827,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Jordi Boggiano", @@ -3012,11 +2837,7 @@ ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", "homepage": "https://github.com/Seldaek/monolog", - "keywords": [ - "log", - "logging", - "psr-3" - ], + "keywords": ["log", "logging", "psr-3"], "support": { "issues": "https://github.com/Seldaek/monolog/issues", "source": "https://github.com/Seldaek/monolog/tree/2.9.2" @@ -3072,9 +2893,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Alessandro Nadalin", @@ -3138,9 +2957,7 @@ "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20", "squizlabs/php_codesniffer": "^3.4" }, - "bin": [ - "bin/carbon" - ], + "bin": ["bin/carbon"], "type": "library", "extra": { "branch-alias": { @@ -3148,14 +2965,10 @@ "dev-master": "2.x-dev" }, "laravel": { - "providers": [ - "Carbon\\Laravel\\ServiceProvider" - ] + "providers": ["Carbon\\Laravel\\ServiceProvider"] }, "phpstan": { - "includes": [ - "extension.neon" - ] + "includes": ["extension.neon"] } }, "autoload": { @@ -3164,9 +2977,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Brian Nesbitt", @@ -3180,11 +2991,7 @@ ], "description": "An API extension for DateTime that supports 281 different languages.", "homepage": "https://carbon.nesbot.com", - "keywords": [ - "date", - "datetime", - "time" - ], + "keywords": ["date", "datetime", "time"], "support": { "docs": "https://carbon.nesbot.com/docs", "issues": "https://github.com/briannesbitt/Carbon/issues", @@ -3236,16 +3043,10 @@ } }, "autoload": { - "classmap": [ - "src/" - ] + "classmap": ["src/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause", - "GPL-2.0-only", - "GPL-3.0-only" - ], + "license": ["BSD-3-Clause", "GPL-2.0-only", "GPL-3.0-only"], "authors": [ { "name": "David Grudl", @@ -3258,10 +3059,7 @@ ], "description": "📐 Nette Schema: validating data structures against a given Schema.", "homepage": "https://nette.org", - "keywords": [ - "config", - "nette" - ], + "keywords": ["config", "nette"], "support": { "issues": "https://github.com/nette/schema/issues", "source": "https://github.com/nette/schema/tree/v1.2.5" @@ -3310,16 +3108,10 @@ } }, "autoload": { - "classmap": [ - "src/" - ] + "classmap": ["src/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause", - "GPL-2.0-only", - "GPL-3.0-only" - ], + "license": ["BSD-3-Clause", "GPL-2.0-only", "GPL-3.0-only"], "authors": [ { "name": "David Grudl", @@ -3376,9 +3168,7 @@ "ircmaxell/php-yacc": "^0.0.7", "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" }, - "bin": [ - "bin/php-parse" - ], + "bin": ["bin/php-parse"], "type": "library", "extra": { "branch-alias": { @@ -3391,19 +3181,14 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "authors": [ { "name": "Nikita Popov" } ], "description": "A PHP parser written in PHP", - "keywords": [ - "parser", - "php" - ], + "keywords": ["parser", "php"], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1" @@ -3444,23 +3229,17 @@ "type": "library", "extra": { "laravel": { - "providers": [ - "Termwind\\Laravel\\TermwindServiceProvider" - ] + "providers": ["Termwind\\Laravel\\TermwindServiceProvider"] } }, "autoload": { - "files": [ - "src/Functions.php" - ], + "files": ["src/Functions.php"], "psr-4": { "Termwind\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Nuno Maduro", @@ -3468,14 +3247,7 @@ } ], "description": "Its like Tailwind CSS, but for the console.", - "keywords": [ - "cli", - "console", - "css", - "package", - "php", - "style" - ], + "keywords": ["cli", "console", "css", "package", "php", "style"], "support": { "issues": "https://github.com/nunomaduro/termwind/issues", "source": "https://github.com/nunomaduro/termwind/tree/v1.15.1" @@ -3522,9 +3294,7 @@ }, "type": "library", "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Paragon Initiative Enterprises", @@ -3533,12 +3303,7 @@ } ], "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", - "keywords": [ - "csprng", - "polyfill", - "pseudorandom", - "random" - ], + "keywords": ["csprng", "polyfill", "pseudorandom", "random"], "support": { "email": "info@paragonie.com", "issues": "https://github.com/paragonie/random_compat/issues", @@ -3573,14 +3338,10 @@ }, "type": "library", "autoload": { - "files": [ - "autoload.php" - ] + "files": ["autoload.php"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "ISC" - ], + "license": ["ISC"], "authors": [ { "name": "Paragon Initiative Enterprises", @@ -3668,9 +3429,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Jim Myhrberg", @@ -3723,9 +3482,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "LGPL-3.0" - ], + "license": ["LGPL-3.0"], "authors": [ { "name": "Fabien Ménager", @@ -3769,9 +3526,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "LGPL-3.0" - ], + "license": ["LGPL-3.0"], "authors": [ { "name": "Fabien Ménager", @@ -3834,9 +3589,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "LGPL-2.1-only" - ], + "license": ["LGPL-2.1-only"], "authors": [ { "name": "Marcus Bointon", @@ -3931,9 +3684,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Maarten Balliauw", @@ -4009,9 +3760,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], + "license": ["Apache-2.0"], "authors": [ { "name": "Johannes M. Schmitt", @@ -4025,12 +3774,7 @@ } ], "description": "Option Type for PHP", - "keywords": [ - "language", - "option", - "php", - "type" - ], + "keywords": ["language", "option", "php", "type"], "support": { "issues": "https://github.com/schmittjoh/php-option/issues", "source": "https://github.com/schmittjoh/php-option/tree/1.9.2" @@ -4078,9 +3822,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Daniele Alessandri", @@ -4096,11 +3838,7 @@ ], "description": "Flexible and feature-complete Redis client for PHP and HHVM", "homepage": "http://github.com/predis/predis", - "keywords": [ - "nosql", - "predis", - "redis" - ], + "keywords": ["nosql", "predis", "redis"], "support": { "issues": "https://github.com/predis/predis/issues", "source": "https://github.com/predis/predis/tree/v1.1.10" @@ -4142,9 +3880,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "PHP-FIG", @@ -4152,11 +3888,7 @@ } ], "description": "Common interface for caching libraries", - "keywords": [ - "cache", - "psr", - "psr-6" - ], + "keywords": ["cache", "psr", "psr-6"], "support": { "source": "https://github.com/php-fig/cache/tree/3.0.0" }, @@ -4186,9 +3918,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "PHP-FIG", @@ -4197,13 +3927,7 @@ ], "description": "Common interface for reading the clock.", "homepage": "https://github.com/php-fig/clock", - "keywords": [ - "clock", - "now", - "psr", - "psr-20", - "time" - ], + "keywords": ["clock", "now", "psr", "psr-20", "time"], "support": { "issues": "https://github.com/php-fig/clock/issues", "source": "https://github.com/php-fig/clock/tree/1.0.0" @@ -4239,9 +3963,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "PHP-FIG", @@ -4292,9 +4014,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "PHP-FIG", @@ -4302,11 +4022,7 @@ } ], "description": "Standard interfaces for event handling.", - "keywords": [ - "events", - "psr", - "psr-14" - ], + "keywords": ["events", "psr", "psr-14"], "support": { "issues": "https://github.com/php-fig/event-dispatcher/issues", "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" @@ -4343,9 +4059,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "PHP-FIG", @@ -4354,12 +4068,7 @@ ], "description": "Common interface for HTTP clients", "homepage": "https://github.com/php-fig/http-client", - "keywords": [ - "http", - "http-client", - "psr", - "psr-18" - ], + "keywords": ["http", "http-client", "psr", "psr-18"], "support": { "source": "https://github.com/php-fig/http-client" }, @@ -4395,9 +4104,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "PHP-FIG", @@ -4449,9 +4156,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "PHP-FIG", @@ -4502,9 +4207,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "PHP-FIG", @@ -4513,11 +4216,7 @@ ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", - "keywords": [ - "log", - "psr", - "psr-3" - ], + "keywords": ["log", "psr", "psr-3"], "support": { "source": "https://github.com/php-fig/log/tree/1.1.4" }, @@ -4552,9 +4251,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "PHP-FIG", @@ -4562,13 +4259,7 @@ } ], "description": "Common interfaces for simple caching", - "keywords": [ - "cache", - "caching", - "psr", - "psr-16", - "simple-cache" - ], + "keywords": ["cache", "caching", "psr", "psr-16", "simple-cache"], "support": { "source": "https://github.com/php-fig/simple-cache/tree/3.0.0" }, @@ -4608,9 +4299,7 @@ "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history." }, - "bin": [ - "bin/psysh" - ], + "bin": ["bin/psysh"], "type": "library", "extra": { "branch-alias": { @@ -4622,17 +4311,13 @@ } }, "autoload": { - "files": [ - "src/functions.php" - ], + "files": ["src/functions.php"], "psr-4": { "Psy\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Justin Hileman", @@ -4642,12 +4327,7 @@ ], "description": "An interactive shell for modern PHP.", "homepage": "http://psysh.org", - "keywords": [ - "REPL", - "console", - "interactive", - "shell" - ], + "keywords": ["REPL", "console", "interactive", "shell"], "support": { "issues": "https://github.com/bobthecow/psysh/issues", "source": "https://github.com/bobthecow/psysh/tree/v0.11.22" @@ -4690,9 +4370,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "description": "Library for interacting with the Pusher REST API", "keywords": [ "events", @@ -4736,14 +4414,10 @@ }, "type": "library", "autoload": { - "files": [ - "src/getallheaders.php" - ] + "files": ["src/getallheaders.php"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Ralph Khattar", @@ -4811,9 +4485,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Ben Ramsey", @@ -4822,14 +4494,7 @@ } ], "description": "A PHP library for representing and manipulating collections.", - "keywords": [ - "array", - "collection", - "hash", - "map", - "queue", - "set" - ], + "keywords": ["array", "collection", "hash", "map", "queue", "set"], "support": { "issues": "https://github.com/ramsey/collection/issues", "source": "https://github.com/ramsey/collection/tree/2.0.0" @@ -4905,23 +4570,15 @@ } }, "autoload": { - "files": [ - "src/functions.php" - ], + "files": ["src/functions.php"], "psr-4": { "Ramsey\\Uuid\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).", - "keywords": [ - "guid", - "identifier", - "uuid" - ], + "keywords": ["guid", "identifier", "uuid"], "support": { "issues": "https://github.com/ramsey/uuid/issues", "source": "https://github.com/ramsey/uuid/tree/4.7.5" @@ -4970,9 +4627,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Raphael Schweikert" @@ -4980,11 +4635,7 @@ ], "description": "Parser for CSS Files written in PHP", "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser", - "keywords": [ - "css", - "parser", - "stylesheet" - ], + "keywords": ["css", "parser", "stylesheet"], "support": { "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues", "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.4.0" @@ -5019,9 +4670,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Freek Van der Herten", @@ -5080,9 +4729,7 @@ "type": "library", "extra": { "laravel": { - "providers": [ - "Spatie\\Geocoder\\GeocoderServiceProvider" - ], + "providers": ["Spatie\\Geocoder\\GeocoderServiceProvider"], "aliases": { "Geocoder": "Spatie\\Geocoder\\Facades\\Geocoder" } @@ -5094,9 +4741,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Freek Van der Herten", @@ -5105,13 +4750,7 @@ ], "description": "Geocoding addresses to coordinates", "homepage": "https://github.com/spatie/geocoder", - "keywords": [ - "coordinate", - "geocode", - "laravel", - "location", - "map" - ], + "keywords": ["coordinate", "geocode", "laravel", "location", "map"], "support": { "source": "https://github.com/spatie/geocoder/tree/3.15.0" }, @@ -5173,23 +4812,17 @@ "type": "library", "extra": { "laravel": { - "providers": [ - "Spatie\\Backup\\BackupServiceProvider" - ] + "providers": ["Spatie\\Backup\\BackupServiceProvider"] } }, "autoload": { - "files": [ - "src/Helpers/functions.php" - ], + "files": ["src/Helpers/functions.php"], "psr-4": { "Spatie\\Backup\\": "src" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Freek Van der Herten", @@ -5200,12 +4833,7 @@ ], "description": "A Laravel package to backup your application", "homepage": "https://github.com/spatie/laravel-backup", - "keywords": [ - "backup", - "database", - "laravel-backup", - "spatie" - ], + "keywords": ["backup", "database", "laravel-backup", "spatie"], "support": { "issues": "https://github.com/spatie/laravel-backup/issues", "source": "https://github.com/spatie/laravel-backup/tree/8.2.0" @@ -5254,9 +4882,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Freek Van der Herten", @@ -5266,10 +4892,7 @@ ], "description": "Tools for creating Laravel packages", "homepage": "https://github.com/spatie/laravel-package-tools", - "keywords": [ - "laravel-package-tools", - "spatie" - ], + "keywords": ["laravel-package-tools", "spatie"], "support": { "issues": "https://github.com/spatie/laravel-package-tools/issues", "source": "https://github.com/spatie/laravel-package-tools/tree/1.16.1" @@ -5327,9 +4950,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Freek Van der Herten", @@ -5339,11 +4960,7 @@ ], "description": "Handle signals in artisan commands", "homepage": "https://github.com/spatie/laravel-signal-aware-command", - "keywords": [ - "laravel", - "laravel-signal-aware-command", - "spatie" - ], + "keywords": ["laravel", "laravel-signal-aware-command", "spatie"], "support": { "issues": "https://github.com/spatie/laravel-signal-aware-command/issues", "source": "https://github.com/spatie/laravel-signal-aware-command/tree/1.3.0" @@ -5383,9 +5000,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Alex Vanderbist", @@ -5396,11 +5011,7 @@ ], "description": "Easily create, use and destroy temporary directories", "homepage": "https://github.com/spatie/temporary-directory", - "keywords": [ - "php", - "spatie", - "temporary-directory" - ], + "keywords": ["php", "spatie", "temporary-directory"], "support": { "issues": "https://github.com/spatie/temporary-directory/issues", "source": "https://github.com/spatie/temporary-directory/tree/2.2.0" @@ -5466,14 +5077,10 @@ "psr-4": { "Symfony\\Component\\Console\\": "" }, - "exclude-from-classmap": [ - "/Tests/" - ] + "exclude-from-classmap": ["/Tests/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Fabien Potencier", @@ -5486,12 +5093,7 @@ ], "description": "Eases the creation of beautiful and testable command line interfaces", "homepage": "https://symfony.com", - "keywords": [ - "cli", - "command-line", - "console", - "terminal" - ], + "keywords": ["cli", "command-line", "console", "terminal"], "support": { "source": "https://github.com/symfony/console/tree/v6.4.0" }, @@ -5533,14 +5135,10 @@ "psr-4": { "Symfony\\Component\\CssSelector\\": "" }, - "exclude-from-classmap": [ - "/Tests/" - ] + "exclude-from-classmap": ["/Tests/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Fabien Potencier", @@ -5604,14 +5202,10 @@ } }, "autoload": { - "files": [ - "function.php" - ] + "files": ["function.php"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Nicolas Grekas", @@ -5671,22 +5265,16 @@ "symfony/http-kernel": "^6.4|^7.0", "symfony/serializer": "^5.4|^6.0|^7.0" }, - "bin": [ - "Resources/bin/patch-type-declarations" - ], + "bin": ["Resources/bin/patch-type-declarations"], "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\ErrorHandler\\": "" }, - "exclude-from-classmap": [ - "/Tests/" - ] + "exclude-from-classmap": ["/Tests/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Fabien Potencier", @@ -5759,14 +5347,10 @@ "psr-4": { "Symfony\\Component\\EventDispatcher\\": "" }, - "exclude-from-classmap": [ - "/Tests/" - ] + "exclude-from-classmap": ["/Tests/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Fabien Potencier", @@ -5832,9 +5416,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Nicolas Grekas", @@ -5899,14 +5481,10 @@ "psr-4": { "Symfony\\Component\\Finder\\": "" }, - "exclude-from-classmap": [ - "/Tests/" - ] + "exclude-from-classmap": ["/Tests/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Fabien Potencier", @@ -5976,14 +5554,10 @@ "psr-4": { "Symfony\\Component\\HttpFoundation\\": "" }, - "exclude-from-classmap": [ - "/Tests/" - ] + "exclude-from-classmap": ["/Tests/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Fabien Potencier", @@ -6089,14 +5663,10 @@ "psr-4": { "Symfony\\Component\\HttpKernel\\": "" }, - "exclude-from-classmap": [ - "/Tests/" - ] + "exclude-from-classmap": ["/Tests/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Fabien Potencier", @@ -6169,14 +5739,10 @@ "psr-4": { "Symfony\\Component\\Mailer\\": "" }, - "exclude-from-classmap": [ - "/Tests/" - ] + "exclude-from-classmap": ["/Tests/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Fabien Potencier", @@ -6249,14 +5815,10 @@ "psr-4": { "Symfony\\Component\\Mime\\": "" }, - "exclude-from-classmap": [ - "/Tests/" - ] + "exclude-from-classmap": ["/Tests/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Fabien Potencier", @@ -6269,10 +5831,7 @@ ], "description": "Allows manipulating MIME messages", "homepage": "https://symfony.com", - "keywords": [ - "mime", - "mime-type" - ], + "keywords": ["mime", "mime-type"], "support": { "source": "https://github.com/symfony/mime/tree/v6.4.0" }, @@ -6326,17 +5885,13 @@ } }, "autoload": { - "files": [ - "bootstrap.php" - ], + "files": ["bootstrap.php"], "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Gert de Pagter", @@ -6349,12 +5904,7 @@ ], "description": "Symfony polyfill for ctype functions", "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "ctype", - "polyfill", - "portable" - ], + "keywords": ["compatibility", "ctype", "polyfill", "portable"], "support": { "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0" }, @@ -6405,17 +5955,13 @@ } }, "autoload": { - "files": [ - "bootstrap.php" - ], + "files": ["bootstrap.php"], "psr-4": { "Symfony\\Polyfill\\Intl\\Grapheme\\": "" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Nicolas Grekas", @@ -6488,17 +6034,13 @@ } }, "autoload": { - "files": [ - "bootstrap.php" - ], + "files": ["bootstrap.php"], "psr-4": { "Symfony\\Polyfill\\Intl\\Idn\\": "" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Laurent Bassin", @@ -6573,20 +6115,14 @@ } }, "autoload": { - "files": [ - "bootstrap.php" - ], + "files": ["bootstrap.php"], "psr-4": { "Symfony\\Polyfill\\Intl\\Normalizer\\": "" }, - "classmap": [ - "Resources/stubs" - ] + "classmap": ["Resources/stubs"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Nicolas Grekas", @@ -6660,17 +6196,13 @@ } }, "autoload": { - "files": [ - "bootstrap.php" - ], + "files": ["bootstrap.php"], "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Nicolas Grekas", @@ -6737,9 +6269,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Nicolas Grekas", @@ -6752,12 +6282,7 @@ ], "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], + "keywords": ["compatibility", "polyfill", "portable", "shim"], "support": { "source": "https://github.com/symfony/polyfill-php56/tree/v1.20.0" }, @@ -6805,17 +6330,13 @@ } }, "autoload": { - "files": [ - "bootstrap.php" - ], + "files": ["bootstrap.php"], "psr-4": { "Symfony\\Polyfill\\Php72\\": "" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Nicolas Grekas", @@ -6828,12 +6349,7 @@ ], "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], + "keywords": ["compatibility", "polyfill", "portable", "shim"], "support": { "source": "https://github.com/symfony/polyfill-php72/tree/v1.28.0" }, @@ -6881,20 +6397,14 @@ } }, "autoload": { - "files": [ - "bootstrap.php" - ], + "files": ["bootstrap.php"], "psr-4": { "Symfony\\Polyfill\\Php80\\": "" }, - "classmap": [ - "Resources/stubs" - ] + "classmap": ["Resources/stubs"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Ion Bazan", @@ -6911,12 +6421,7 @@ ], "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], + "keywords": ["compatibility", "polyfill", "portable", "shim"], "support": { "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0" }, @@ -6965,20 +6470,14 @@ } }, "autoload": { - "files": [ - "bootstrap.php" - ], + "files": ["bootstrap.php"], "psr-4": { "Symfony\\Polyfill\\Php83\\": "" }, - "classmap": [ - "Resources/stubs" - ] + "classmap": ["Resources/stubs"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Nicolas Grekas", @@ -6991,12 +6490,7 @@ ], "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions", "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], + "keywords": ["compatibility", "polyfill", "portable", "shim"], "support": { "source": "https://github.com/symfony/polyfill-php83/tree/v1.28.0" }, @@ -7050,17 +6544,13 @@ } }, "autoload": { - "files": [ - "bootstrap.php" - ], + "files": ["bootstrap.php"], "psr-4": { "Symfony\\Polyfill\\Uuid\\": "" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Grégoire Pineau", @@ -7073,12 +6563,7 @@ ], "description": "Symfony polyfill for uuid functions", "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "uuid" - ], + "keywords": ["compatibility", "polyfill", "portable", "uuid"], "support": { "source": "https://github.com/symfony/polyfill-uuid/tree/v1.28.0" }, @@ -7120,14 +6605,10 @@ "psr-4": { "Symfony\\Component\\Process\\": "" }, - "exclude-from-classmap": [ - "/Tests/" - ] + "exclude-from-classmap": ["/Tests/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Fabien Potencier", @@ -7197,14 +6678,10 @@ "psr-4": { "Symfony\\Component\\Routing\\": "" }, - "exclude-from-classmap": [ - "/Tests/" - ] + "exclude-from-classmap": ["/Tests/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Fabien Potencier", @@ -7217,12 +6694,7 @@ ], "description": "Maps an HTTP request to a set of configuration variables", "homepage": "https://symfony.com", - "keywords": [ - "router", - "routing", - "uri", - "url" - ], + "keywords": ["router", "routing", "uri", "url"], "support": { "source": "https://github.com/symfony/routing/tree/v6.4.0" }, @@ -7277,14 +6749,10 @@ "psr-4": { "Symfony\\Contracts\\Service\\": "" }, - "exclude-from-classmap": [ - "/Test/" - ] + "exclude-from-classmap": ["/Test/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Nicolas Grekas", @@ -7357,20 +6825,14 @@ }, "type": "library", "autoload": { - "files": [ - "Resources/functions.php" - ], + "files": ["Resources/functions.php"], "psr-4": { "Symfony\\Component\\String\\": "" }, - "exclude-from-classmap": [ - "/Tests/" - ] + "exclude-from-classmap": ["/Tests/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Nicolas Grekas", @@ -7460,20 +6922,14 @@ }, "type": "library", "autoload": { - "files": [ - "Resources/functions.php" - ], + "files": ["Resources/functions.php"], "psr-4": { "Symfony\\Component\\Translation\\": "" }, - "exclude-from-classmap": [ - "/Tests/" - ] + "exclude-from-classmap": ["/Tests/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Fabien Potencier", @@ -7536,14 +6992,10 @@ "psr-4": { "Symfony\\Contracts\\Translation\\": "" }, - "exclude-from-classmap": [ - "/Test/" - ] + "exclude-from-classmap": ["/Test/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Nicolas Grekas", @@ -7609,14 +7061,10 @@ "psr-4": { "Symfony\\Component\\Uid\\": "" }, - "exclude-from-classmap": [ - "/Tests/" - ] + "exclude-from-classmap": ["/Tests/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Grégoire Pineau", @@ -7633,11 +7081,7 @@ ], "description": "Provides an object-oriented API to generate and represent UIDs", "homepage": "https://symfony.com", - "keywords": [ - "UID", - "ulid", - "uuid" - ], + "keywords": ["UID", "ulid", "uuid"], "support": { "source": "https://github.com/symfony/uid/tree/v6.4.0" }, @@ -7688,25 +7132,17 @@ "symfony/uid": "^5.4|^6.0|^7.0", "twig/twig": "^2.13|^3.0.4" }, - "bin": [ - "Resources/bin/var-dump-server" - ], + "bin": ["Resources/bin/var-dump-server"], "type": "library", "autoload": { - "files": [ - "Resources/functions/dump.php" - ], + "files": ["Resources/functions/dump.php"], "psr-4": { "Symfony\\Component\\VarDumper\\": "" }, - "exclude-from-classmap": [ - "/Tests/" - ] + "exclude-from-classmap": ["/Tests/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Nicolas Grekas", @@ -7719,10 +7155,7 @@ ], "description": "Provides mechanisms for walking through any arbitrary PHP variable", "homepage": "https://symfony.com", - "keywords": [ - "debug", - "dump" - ], + "keywords": ["debug", "dump"], "support": { "source": "https://github.com/symfony/var-dumper/tree/v6.4.0" }, @@ -7777,9 +7210,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "authors": [ { "name": "Tijs Verkoyen", @@ -7849,9 +7280,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Sean Tymon", @@ -7928,9 +7357,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "authors": [ { "name": "Graham Campbell", @@ -7944,11 +7371,7 @@ } ], "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", - "keywords": [ - "dotenv", - "env", - "environment" - ], + "keywords": ["dotenv", "env", "environment"], "support": { "issues": "https://github.com/vlucas/phpdotenv/issues", "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.0" @@ -7995,9 +7418,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Lars Moelleken", @@ -8006,11 +7427,7 @@ ], "description": "Portable ASCII library - performance optimized (ascii) string functions for php.", "homepage": "https://github.com/voku/portable-ascii", - "keywords": [ - "ascii", - "clean", - "php" - ], + "keywords": ["ascii", "clean", "php"], "support": { "issues": "https://github.com/voku/portable-ascii/issues", "source": "https://github.com/voku/portable-ascii/tree/2.0.1" @@ -8076,9 +7493,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Bernhard Schussek", @@ -8086,11 +7501,7 @@ } ], "description": "Assertions to validate method input/output with nice error messages.", - "keywords": [ - "assert", - "check", - "validate" - ], + "keywords": ["assert", "check", "validate"], "support": { "issues": "https://github.com/webmozarts/assert/issues", "source": "https://github.com/webmozarts/assert/tree/1.11.0" @@ -8121,9 +7532,7 @@ "type": "library", "extra": { "laravel": { - "providers": [ - "Webpatser\\Uuid\\UuidServiceProvider" - ], + "providers": ["Webpatser\\Uuid\\UuidServiceProvider"], "aliases": { "Uuid": "Webpatser\\Uuid\\Uuid" } @@ -8135,9 +7544,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Christoph Kempen", @@ -8146,9 +7553,7 @@ ], "description": "Laravel package to generate and to validate a universally unique identifier (UUID) according to the RFC 4122 standard. Support for version 1, 3, 4 and 5 UUIDs are built-in.", "homepage": "https://github.com/webpatser/laravel-uuid", - "keywords": [ - "UUID RFC4122" - ], + "keywords": ["UUID RFC4122"], "support": { "issues": "https://github.com/webpatser/laravel-uuid/issues", "source": "https://github.com/webpatser/laravel-uuid" @@ -8190,18 +7595,13 @@ } }, "autoload": { - "files": [ - "lib/functions.php", - "lib/Internal/functions.php" - ], + "files": ["lib/functions.php", "lib/Internal/functions.php"], "psr-4": { "Amp\\": "lib" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Daniel Lowrey", @@ -8279,17 +7679,13 @@ } }, "autoload": { - "files": [ - "lib/functions.php" - ], + "files": ["lib/functions.php"], "psr-4": { "Amp\\ByteStream\\": "lib" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Aaron Piotrowski", @@ -8357,26 +7753,20 @@ "dev-master": "3.8-dev" }, "laravel": { - "providers": [ - "Barryvdh\\Debugbar\\ServiceProvider" - ], + "providers": ["Barryvdh\\Debugbar\\ServiceProvider"], "aliases": { "Debugbar": "Barryvdh\\Debugbar\\Facades\\Debugbar" } } }, "autoload": { - "files": [ - "src/helpers.php" - ], + "files": ["src/helpers.php"], "psr-4": { "Barryvdh\\Debugbar\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Barry vd. Heuvel", @@ -8441,17 +7831,13 @@ } }, "autoload": { - "files": [ - "helpers.php" - ], + "files": ["helpers.php"], "psr-4": { "BeyondCode\\DumpServer\\": "src" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Marcel Pociot", @@ -8462,10 +7848,7 @@ ], "description": "Symfony Var-Dump Server for Laravel", "homepage": "https://github.com/beyondcode/laravel-dump-server", - "keywords": [ - "beyondcode", - "laravel-dump-server" - ], + "keywords": ["beyondcode", "laravel-dump-server"], "support": { "issues": "https://github.com/beyondcode/laravel-dump-server/issues", "source": "https://github.com/beyondcode/laravel-dump-server/tree/1.9.0" @@ -8501,9 +7884,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Christian Lück", @@ -8570,9 +7951,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Jordi Boggiano", @@ -8581,12 +7960,7 @@ } ], "description": "PCRE wrapping library that offers type-safe preg_* replacements.", - "keywords": [ - "PCRE", - "preg", - "regex", - "regular expression" - ], + "keywords": ["PCRE", "preg", "regex", "regular expression"], "support": { "issues": "https://github.com/composer/pcre/issues", "source": "https://github.com/composer/pcre/tree/3.1.1" @@ -8640,9 +8014,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Nils Adermann", @@ -8661,12 +8033,7 @@ } ], "description": "Semver library that offers utilities, version constraint parsing and validation.", - "keywords": [ - "semantic", - "semver", - "validation", - "versioning" - ], + "keywords": ["semantic", "semver", "validation", "versioning"], "support": { "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/semver/issues", @@ -8719,9 +8086,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "John Stevenson", @@ -8729,10 +8094,7 @@ } ], "description": "Restarts a process without Xdebug.", - "keywords": [ - "Xdebug", - "performance" - ], + "keywords": ["Xdebug", "performance"], "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/xdebug-handler/issues", @@ -8781,9 +8143,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "description": "implementation of xdg base directory specification for php", "support": { "issues": "https://github.com/dnoegel/php-xdg-base-dir/issues", @@ -8825,9 +8185,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Marco Pivetta", @@ -8837,10 +8195,7 @@ ], "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", "homepage": "https://www.doctrine-project.org/projects/instantiator.html", - "keywords": [ - "constructor", - "instantiate" - ], + "keywords": ["constructor", "instantiate"], "support": { "issues": "https://github.com/doctrine/instantiator/issues", "source": "https://github.com/doctrine/instantiator/tree/2.0.0" @@ -8888,9 +8243,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Igor Wiedler", @@ -8898,10 +8251,7 @@ } ], "description": "Événement is a very simple event dispatching library for PHP", - "keywords": [ - "event-dispatcher", - "event-emitter" - ], + "keywords": ["event-dispatcher", "event-emitter"], "support": { "issues": "https://github.com/igorw/evenement/issues", "source": "https://github.com/igorw/evenement/tree/v3.0.2" @@ -8937,9 +8287,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "ISC" - ], + "license": ["ISC"], "authors": [ { "name": "Felix Becker", @@ -8987,9 +8335,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "ISC" - ], + "license": ["ISC"], "authors": [ { "name": "Felix Becker", @@ -8997,12 +8343,7 @@ } ], "description": "PHP classes for the Language Server Protocol", - "keywords": [ - "language", - "microsoft", - "php", - "server" - ], + "keywords": ["language", "microsoft", "php", "server"], "support": { "issues": "https://github.com/felixfbecker/php-language-server-protocol/issues", "source": "https://github.com/felixfbecker/php-language-server-protocol/tree/v1.5.2" @@ -9044,9 +8385,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Théo FIDRY", @@ -9054,10 +8393,7 @@ } ], "description": "Tiny utility to get the number of CPU cores.", - "keywords": [ - "CPU", - "core" - ], + "keywords": ["CPU", "core"], "support": { "issues": "https://github.com/theofidry/cpu-core-counter/issues", "source": "https://github.com/theofidry/cpu-core-counter/tree/1.1.0" @@ -9109,9 +8445,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Filipe Dobreira", @@ -9199,9 +8533,7 @@ "ext-dom": "For handling output formats in XML", "ext-mbstring": "For handling non-UTF8 characters." }, - "bin": [ - "php-cs-fixer" - ], + "bin": ["php-cs-fixer"], "type": "application", "autoload": { "psr-4": { @@ -9209,9 +8541,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Fabien Potencier", @@ -9276,20 +8606,14 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "François Zaninotto" } ], "description": "Faker is a PHP library that generates fake data for you.", - "keywords": [ - "data", - "faker", - "fixtures" - ], + "keywords": ["data", "faker", "fixtures"], "support": { "issues": "https://github.com/fzaninotto/Faker/issues", "source": "https://github.com/fzaninotto/Faker/tree/master" @@ -9330,18 +8654,12 @@ } }, "autoload": { - "classmap": [ - "hamcrest" - ] + "classmap": ["hamcrest"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "description": "This is the PHP port of Hamcrest Matchers", - "keywords": [ - "test" - ], + "keywords": ["test"], "support": { "issues": "https://github.com/hamcrest/hamcrest-php/issues", "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1" @@ -9391,9 +8709,7 @@ "dev-master": "2.0-dev" }, "phpstan": { - "includes": [ - "extension.neon" - ] + "includes": ["extension.neon"] } }, "autoload": { @@ -9402,9 +8718,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Can Vural", @@ -9490,9 +8804,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Maxime Bouroumeau-Fuseau", @@ -9506,10 +8818,7 @@ ], "description": "Debug bar in the browser for php application", "homepage": "https://github.com/maximebf/php-debugbar", - "keywords": [ - "debug", - "debugbar" - ], + "keywords": ["debug", "debugbar"], "support": { "issues": "https://github.com/maximebf/php-debugbar/issues", "source": "https://github.com/maximebf/php-debugbar/tree/v1.19.1" @@ -9546,18 +8855,13 @@ }, "type": "library", "autoload": { - "files": [ - "library/helpers.php", - "library/Mockery.php" - ], + "files": ["library/helpers.php", "library/Mockery.php"], "psr-4": { "Mockery\\": "library/Mockery" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "authors": [ { "name": "Pádraic Brady", @@ -9629,17 +8933,13 @@ }, "type": "library", "autoload": { - "files": [ - "src/DeepCopy/deep_copy.php" - ], + "files": ["src/DeepCopy/deep_copy.php"], "psr-4": { "DeepCopy\\": "src/DeepCopy/" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "description": "Create deep copies (clones) of your objects", "keywords": [ "clone", @@ -9692,9 +8992,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "OSL-3.0" - ], + "license": ["OSL-3.0"], "authors": [ { "name": "Christian Weiske", @@ -9757,9 +9055,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Nuno Maduro", @@ -9827,14 +9123,10 @@ } }, "autoload": { - "classmap": [ - "src/" - ] + "classmap": ["src/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "authors": [ { "name": "Arne Blankerts", @@ -9878,14 +9170,10 @@ }, "type": "library", "autoload": { - "classmap": [ - "src/" - ] + "classmap": ["src/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "authors": [ { "name": "Arne Blankerts", @@ -9939,9 +9227,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Jaap van Otterdijk", @@ -10000,9 +9286,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Mike van Riel", @@ -10062,9 +9346,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Mike van Riel", @@ -10130,9 +9412,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], + "license": ["GPL-2.0-or-later"], "authors": [ { "name": "The phpMyAdmin Team", @@ -10197,15 +9477,11 @@ "type": "library", "autoload": { "psr-4": { - "PHPStan\\PhpDocParser\\": [ - "src/" - ] + "PHPStan\\PhpDocParser\\": ["src/"] } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", @@ -10233,25 +9509,15 @@ "conflict": { "phpstan/phpstan-shim": "*" }, - "bin": [ - "phpstan", - "phpstan.phar" - ], + "bin": ["phpstan", "phpstan.phar"], "type": "library", "autoload": { - "files": [ - "bootstrap.php" - ] + "files": ["bootstrap.php"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "description": "PHPStan - PHP Static Analysis Tool", - "keywords": [ - "dev", - "static analysis" - ], + "keywords": ["dev", "static analysis"], "support": { "docs": "https://phpstan.org/user-guide/getting-started", "forum": "https://github.com/phpstan/phpstan/discussions", @@ -10314,14 +9580,10 @@ } }, "autoload": { - "classmap": [ - "src/" - ] + "classmap": ["src/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "authors": [ { "name": "Sebastian Bergmann", @@ -10331,11 +9593,7 @@ ], "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", "homepage": "https://github.com/sebastianbergmann/php-code-coverage", - "keywords": [ - "coverage", - "testing", - "xunit" - ], + "keywords": ["coverage", "testing", "xunit"], "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", @@ -10376,14 +9634,10 @@ } }, "autoload": { - "classmap": [ - "src/" - ] + "classmap": ["src/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "authors": [ { "name": "Sebastian Bergmann", @@ -10393,10 +9647,7 @@ ], "description": "FilterIterator implementation that filters files based on a list of suffixes.", "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", - "keywords": [ - "filesystem", - "iterator" - ], + "keywords": ["filesystem", "iterator"], "support": { "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" @@ -10440,14 +9691,10 @@ } }, "autoload": { - "classmap": [ - "src/" - ] + "classmap": ["src/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "authors": [ { "name": "Sebastian Bergmann", @@ -10457,9 +9704,7 @@ ], "description": "Invoke callables with a timeout", "homepage": "https://github.com/sebastianbergmann/php-invoker/", - "keywords": [ - "process" - ], + "keywords": ["process"], "support": { "issues": "https://github.com/sebastianbergmann/php-invoker/issues", "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" @@ -10499,14 +9744,10 @@ } }, "autoload": { - "classmap": [ - "src/" - ] + "classmap": ["src/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "authors": [ { "name": "Sebastian Bergmann", @@ -10516,9 +9757,7 @@ ], "description": "Simple template engine.", "homepage": "https://github.com/sebastianbergmann/php-text-template/", - "keywords": [ - "template" - ], + "keywords": ["template"], "support": { "issues": "https://github.com/sebastianbergmann/php-text-template/issues", "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" @@ -10558,14 +9797,10 @@ } }, "autoload": { - "classmap": [ - "src/" - ] + "classmap": ["src/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "authors": [ { "name": "Sebastian Bergmann", @@ -10575,9 +9810,7 @@ ], "description": "Utility class for timing", "homepage": "https://github.com/sebastianbergmann/php-timer/", - "keywords": [ - "timer" - ], + "keywords": ["timer"], "support": { "issues": "https://github.com/sebastianbergmann/php-timer/issues", "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" @@ -10637,9 +9870,7 @@ "ext-soap": "To be able to generate mocks based on WSDL files", "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" }, - "bin": [ - "phpunit" - ], + "bin": ["phpunit"], "type": "library", "extra": { "branch-alias": { @@ -10647,17 +9878,11 @@ } }, "autoload": { - "files": [ - "src/Framework/Assert/Functions.php" - ], - "classmap": [ - "src/" - ] + "files": ["src/Framework/Assert/Functions.php"], + "classmap": ["src/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "authors": [ { "name": "Sebastian Bergmann", @@ -10667,11 +9892,7 @@ ], "description": "The PHP Unit Testing framework.", "homepage": "https://phpunit.de/", - "keywords": [ - "phpunit", - "testing", - "xunit" - ], + "keywords": ["phpunit", "testing", "xunit"], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", @@ -10721,9 +9942,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Christian Lück", @@ -10747,12 +9966,7 @@ } ], "description": "Async, Promise-based cache interface for ReactPHP", - "keywords": [ - "cache", - "caching", - "promise", - "reactphp" - ], + "keywords": ["cache", "caching", "promise", "reactphp"], "support": { "issues": "https://github.com/reactphp/cache/issues", "source": "https://github.com/reactphp/cache/tree/v1.2.0" @@ -10797,9 +10011,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Christian Lück", @@ -10823,11 +10035,7 @@ } ], "description": "Event-driven library for executing child processes with ReactPHP.", - "keywords": [ - "event-driven", - "process", - "reactphp" - ], + "keywords": ["event-driven", "process", "reactphp"], "support": { "issues": "https://github.com/reactphp/child-process/issues", "source": "https://github.com/reactphp/child-process/tree/v0.6.5" @@ -10876,9 +10084,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Christian Lück", @@ -10902,12 +10108,7 @@ } ], "description": "Async DNS resolver for ReactPHP", - "keywords": [ - "async", - "dns", - "dns-resolver", - "reactphp" - ], + "keywords": ["async", "dns", "dns-resolver", "reactphp"], "support": { "issues": "https://github.com/reactphp/dns/issues", "source": "https://github.com/reactphp/dns/tree/v1.12.0" @@ -10950,9 +10151,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Christian Lück", @@ -10976,10 +10175,7 @@ } ], "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.", - "keywords": [ - "asynchronous", - "event-loop" - ], + "keywords": ["asynchronous", "event-loop"], "support": { "issues": "https://github.com/reactphp/event-loop/issues", "source": "https://github.com/reactphp/event-loop/tree/v1.5.0" @@ -11015,17 +10211,13 @@ }, "type": "library", "autoload": { - "files": [ - "src/functions_include.php" - ], + "files": ["src/functions_include.php"], "psr-4": { "React\\Promise\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Jan Sorgalla", @@ -11049,10 +10241,7 @@ } ], "description": "A lightweight implementation of CommonJS Promises/A for PHP", - "keywords": [ - "promise", - "promises" - ], + "keywords": ["promise", "promises"], "support": { "issues": "https://github.com/reactphp/promise/issues", "source": "https://github.com/reactphp/promise/tree/v3.1.0" @@ -11100,9 +10289,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Christian Lück", @@ -11126,13 +10313,7 @@ } ], "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP", - "keywords": [ - "Connection", - "Socket", - "async", - "reactphp", - "stream" - ], + "keywords": ["Connection", "Socket", "async", "reactphp", "stream"], "support": { "issues": "https://github.com/reactphp/socket/issues", "source": "https://github.com/reactphp/socket/tree/v1.15.0" @@ -11175,9 +10356,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Christian Lück", @@ -11896,9 +11075,7 @@ "default-branch": true, "type": "metapackage", "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Marco Pivetta", @@ -11912,9 +11089,7 @@ } ], "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it", - "keywords": [ - "dev" - ], + "keywords": ["dev"], "support": { "issues": "https://github.com/Roave/SecurityAdvisories/issues", "source": "https://github.com/Roave/SecurityAdvisories/tree/latest" @@ -11958,14 +11133,10 @@ } }, "autoload": { - "classmap": [ - "src/" - ] + "classmap": ["src/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "authors": [ { "name": "Sebastian Bergmann", @@ -12014,14 +11185,10 @@ } }, "autoload": { - "classmap": [ - "src/" - ] + "classmap": ["src/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "authors": [ { "name": "Sebastian Bergmann", @@ -12070,14 +11237,10 @@ } }, "autoload": { - "classmap": [ - "src/" - ] + "classmap": ["src/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "authors": [ { "name": "Sebastian Bergmann", @@ -12127,14 +11290,10 @@ } }, "autoload": { - "classmap": [ - "src/" - ] + "classmap": ["src/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "authors": [ { "name": "Sebastian Bergmann", @@ -12155,11 +11314,7 @@ ], "description": "Provides the functionality to compare PHP values for equality", "homepage": "https://github.com/sebastianbergmann/comparator", - "keywords": [ - "comparator", - "compare", - "equality" - ], + "keywords": ["comparator", "compare", "equality"], "support": { "issues": "https://github.com/sebastianbergmann/comparator/issues", "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8" @@ -12200,14 +11355,10 @@ } }, "autoload": { - "classmap": [ - "src/" - ] + "classmap": ["src/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "authors": [ { "name": "Sebastian Bergmann", @@ -12257,14 +11408,10 @@ } }, "autoload": { - "classmap": [ - "src/" - ] + "classmap": ["src/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "authors": [ { "name": "Sebastian Bergmann", @@ -12277,12 +11424,7 @@ ], "description": "Diff implementation", "homepage": "https://github.com/sebastianbergmann/diff", - "keywords": [ - "diff", - "udiff", - "unidiff", - "unified diff" - ], + "keywords": ["diff", "udiff", "unidiff", "unified diff"], "support": { "issues": "https://github.com/sebastianbergmann/diff/issues", "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5" @@ -12325,14 +11467,10 @@ } }, "autoload": { - "classmap": [ - "src/" - ] + "classmap": ["src/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "authors": [ { "name": "Sebastian Bergmann", @@ -12341,11 +11479,7 @@ ], "description": "Provides functionality to handle HHVM/PHP environments", "homepage": "http://www.github.com/sebastianbergmann/environment", - "keywords": [ - "Xdebug", - "environment", - "hhvm" - ], + "keywords": ["Xdebug", "environment", "hhvm"], "support": { "issues": "https://github.com/sebastianbergmann/environment/issues", "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5" @@ -12387,14 +11521,10 @@ } }, "autoload": { - "classmap": [ - "src/" - ] + "classmap": ["src/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "authors": [ { "name": "Sebastian Bergmann", @@ -12419,10 +11549,7 @@ ], "description": "Provides the functionality to export PHP variables for visualization", "homepage": "https://www.github.com/sebastianbergmann/exporter", - "keywords": [ - "export", - "exporter" - ], + "keywords": ["export", "exporter"], "support": { "issues": "https://github.com/sebastianbergmann/exporter/issues", "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5" @@ -12468,14 +11595,10 @@ } }, "autoload": { - "classmap": [ - "src/" - ] + "classmap": ["src/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "authors": [ { "name": "Sebastian Bergmann", @@ -12484,9 +11607,7 @@ ], "description": "Snapshotting of global state", "homepage": "http://www.github.com/sebastianbergmann/global-state", - "keywords": [ - "global state" - ], + "keywords": ["global state"], "support": { "issues": "https://github.com/sebastianbergmann/global-state/issues", "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.6" @@ -12527,14 +11648,10 @@ } }, "autoload": { - "classmap": [ - "src/" - ] + "classmap": ["src/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "authors": [ { "name": "Sebastian Bergmann", @@ -12585,14 +11702,10 @@ } }, "autoload": { - "classmap": [ - "src/" - ] + "classmap": ["src/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "authors": [ { "name": "Sebastian Bergmann", @@ -12640,14 +11753,10 @@ } }, "autoload": { - "classmap": [ - "src/" - ] + "classmap": ["src/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "authors": [ { "name": "Sebastian Bergmann", @@ -12695,14 +11804,10 @@ } }, "autoload": { - "classmap": [ - "src/" - ] + "classmap": ["src/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "authors": [ { "name": "Sebastian Bergmann", @@ -12758,14 +11863,10 @@ } }, "autoload": { - "classmap": [ - "src/" - ] + "classmap": ["src/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "authors": [ { "name": "Sebastian Bergmann", @@ -12813,14 +11914,10 @@ } }, "autoload": { - "classmap": [ - "src/" - ] + "classmap": ["src/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "authors": [ { "name": "Sebastian Bergmann", @@ -12866,14 +11963,10 @@ } }, "autoload": { - "classmap": [ - "src/" - ] + "classmap": ["src/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "authors": [ { "name": "Sebastian Bergmann", @@ -12930,9 +12023,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Freek Van der Herten", @@ -12943,11 +12034,7 @@ ], "description": "Convert an array to xml", "homepage": "https://github.com/spatie/array-to-xml", - "keywords": [ - "array", - "convert", - "xml" - ], + "keywords": ["array", "convert", "xml"], "support": { "source": "https://github.com/spatie/array-to-xml/tree/3.3.0" }, @@ -12993,9 +12080,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Freek Van de Herten", @@ -13006,10 +12091,7 @@ ], "description": "A better backtrace", "homepage": "https://github.com/spatie/backtrace", - "keywords": [ - "Backtrace", - "spatie" - ], + "keywords": ["Backtrace", "spatie"], "support": { "source": "https://github.com/spatie/backtrace/tree/1.5.3" }, @@ -13064,25 +12146,16 @@ } }, "autoload": { - "files": [ - "src/helpers.php" - ], + "files": ["src/helpers.php"], "psr-4": { "Spatie\\FlareClient\\": "src" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "description": "Send PHP errors to Flare", "homepage": "https://github.com/spatie/flare-client-php", - "keywords": [ - "exception", - "flare", - "reporting", - "spatie" - ], + "keywords": ["exception", "flare", "reporting", "spatie"], "support": { "issues": "https://github.com/spatie/flare-client-php/issues", "source": "https://github.com/spatie/flare-client-php/tree/1.4.3" @@ -13146,9 +12219,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Spatie", @@ -13158,12 +12229,7 @@ ], "description": "A beautiful error page for PHP applications.", "homepage": "https://flareapp.io/ignition", - "keywords": [ - "error", - "flare", - "laravel", - "page" - ], + "keywords": ["error", "flare", "laravel", "page"], "support": { "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction", "forum": "https://twitter.com/flareappio", @@ -13228,17 +12294,13 @@ } }, "autoload": { - "files": [ - "src/helpers.php" - ], + "files": ["src/helpers.php"], "psr-4": { "Spatie\\LaravelIgnition\\": "src" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Spatie", @@ -13248,12 +12310,7 @@ ], "description": "A beautiful error page for Laravel applications.", "homepage": "https://flareapp.io/ignition", - "keywords": [ - "error", - "flare", - "laravel", - "page" - ], + "keywords": ["error", "flare", "laravel", "page"], "support": { "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction", "forum": "https://twitter.com/flareappio", @@ -13296,9 +12353,7 @@ "type": "library", "extra": { "laravel": { - "providers": [ - "Spatie\\WebTinker\\WebTinkerServiceProvider" - ] + "providers": ["Spatie\\WebTinker\\WebTinkerServiceProvider"] } }, "autoload": { @@ -13307,9 +12362,7 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Freek Van der Herten", @@ -13364,14 +12417,10 @@ "psr-4": { "Symfony\\Component\\Filesystem\\": "" }, - "exclude-from-classmap": [ - "/Tests/" - ] + "exclude-from-classmap": ["/Tests/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Fabien Potencier", @@ -13426,14 +12475,10 @@ "psr-4": { "Symfony\\Component\\OptionsResolver\\": "" }, - "exclude-from-classmap": [ - "/Tests/" - ] + "exclude-from-classmap": ["/Tests/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Fabien Potencier", @@ -13446,11 +12491,7 @@ ], "description": "Provides an improved replacement for the array_replace PHP function", "homepage": "https://symfony.com", - "keywords": [ - "config", - "configuration", - "options" - ], + "keywords": ["config", "configuration", "options"], "support": { "source": "https://github.com/symfony/options-resolver/tree/v7.1.1" }, @@ -13498,20 +12539,14 @@ } }, "autoload": { - "files": [ - "bootstrap.php" - ], + "files": ["bootstrap.php"], "psr-4": { "Symfony\\Polyfill\\Php81\\": "" }, - "classmap": [ - "Resources/stubs" - ] + "classmap": ["Resources/stubs"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Nicolas Grekas", @@ -13524,12 +12559,7 @@ ], "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], + "keywords": ["compatibility", "polyfill", "portable", "shim"], "support": { "source": "https://github.com/symfony/polyfill-php81/tree/v1.28.0" }, @@ -13572,14 +12602,10 @@ "psr-4": { "Symfony\\Component\\Stopwatch\\": "" }, - "exclude-from-classmap": [ - "/Tests/" - ] + "exclude-from-classmap": ["/Tests/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Fabien Potencier", @@ -13633,14 +12659,10 @@ }, "type": "library", "autoload": { - "classmap": [ - "src/" - ] + "classmap": ["src/"] }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], + "license": ["BSD-3-Clause"], "authors": [ { "name": "Arne Blankerts", @@ -13749,21 +12771,14 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "license": ["MIT"], "authors": [ { "name": "Matthew Brown" } ], "description": "A static analysis tool for finding errors in PHP applications", - "keywords": [ - "code", - "inspection", - "php", - "static analysis" - ], + "keywords": ["code", "inspection", "php", "static analysis"], "support": { "docs": "https://psalm.dev/docs", "issues": "https://github.com/vimeo/psalm/issues", diff --git a/Website/htdocs/mpmanager/hooks/hooks.json b/Website/htdocs/mpmanager/hooks/hooks.json index e3897b68a..76d4a47bb 100644 --- a/Website/htdocs/mpmanager/hooks/hooks.json +++ b/Website/htdocs/mpmanager/hooks/hooks.json @@ -1,4 +1,4 @@ { - "last_remote_check": 1530610168, - "hooks": [] + "last_remote_check": 1530610168, + "hooks": [] } diff --git a/Website/htdocs/mpmanager/packages/inensus/bulk-registration/composer.json b/Website/htdocs/mpmanager/packages/inensus/bulk-registration/composer.json index 4e40678d3..72191af7d 100644 --- a/Website/htdocs/mpmanager/packages/inensus/bulk-registration/composer.json +++ b/Website/htdocs/mpmanager/packages/inensus/bulk-registration/composer.json @@ -1,30 +1,30 @@ { - "name": "inensus/bulk-registration", - "description": "Package description", - "type": "package", - "require": { - "parsecsv/php-parsecsv": "^1.3", - "spatie/geocoder": "^3.10" - }, - "license": "MIT", - "authors": [ - { - "name": "Kamuran Engin", - "email": "ke@inensus.com", - "role": "developer" - } - ], - "minimum-stability": "dev", - "autoload": { - "psr-4": { - "Inensus\\BulkRegistration\\": "src" - } - }, - "extra": { - "laravel": { - "providers": [ - "Inensus\\BulkRegistration\\Providers\\BulkRegistrationServiceProvider" - ] - } + "name": "inensus/bulk-registration", + "description": "Package description", + "type": "package", + "require": { + "parsecsv/php-parsecsv": "^1.3", + "spatie/geocoder": "^3.10" + }, + "license": "MIT", + "authors": [ + { + "name": "Kamuran Engin", + "email": "ke@inensus.com", + "role": "developer" } + ], + "minimum-stability": "dev", + "autoload": { + "psr-4": { + "Inensus\\BulkRegistration\\": "src" + } + }, + "extra": { + "laravel": { + "providers": [ + "Inensus\\BulkRegistration\\Providers\\BulkRegistrationServiceProvider" + ] + } + } } diff --git a/Website/htdocs/mpmanager/packages/inensus/calin-smart-meter/README.md b/Website/htdocs/mpmanager/packages/inensus/calin-smart-meter/README.md index f7f9e040c..65a10fa73 100644 --- a/Website/htdocs/mpmanager/packages/inensus/calin-smart-meter/README.md +++ b/Website/htdocs/mpmanager/packages/inensus/calin-smart-meter/README.md @@ -6,7 +6,7 @@ This plugin integrates Calin meters to Micropowermanager. It uses company_name, ## Sms Sending -This plugin use Micropowermanager's Sms-Gateway application for notifying customers. +This plugin use Micropowermanager's Sms-Gateway application for notifying customers. ## Installation diff --git a/Website/htdocs/mpmanager/packages/inensus/kelin-meter/composer.json b/Website/htdocs/mpmanager/packages/inensus/kelin-meter/composer.json index 8ce1c3f1d..806817278 100644 --- a/Website/htdocs/mpmanager/packages/inensus/kelin-meter/composer.json +++ b/Website/htdocs/mpmanager/packages/inensus/kelin-meter/composer.json @@ -2,8 +2,7 @@ "name": "inensus/kelin-meter", "description": "Kelin meter integration for MicroPowerManager.", "type": "package", - "require": { - }, + "require": {}, "license": "AGPL-3.0", "authors": [ { diff --git a/Website/htdocs/mpmanager/packages/inensus/spark-meter/composer.json b/Website/htdocs/mpmanager/packages/inensus/spark-meter/composer.json index be5871958..330716650 100644 --- a/Website/htdocs/mpmanager/packages/inensus/spark-meter/composer.json +++ b/Website/htdocs/mpmanager/packages/inensus/spark-meter/composer.json @@ -2,8 +2,7 @@ "name": "inensus/spark-meter", "description": "Spark meter integration for MicroPowerManager Mini-Grid management system.", "type": "package", - "require": { - }, + "require": {}, "license": "MIT", "authors": [ { diff --git a/Website/htdocs/mpmanager/packages/inensus/ticket/composer.json b/Website/htdocs/mpmanager/packages/inensus/ticket/composer.json index da70acdc2..057bc4a5a 100644 --- a/Website/htdocs/mpmanager/packages/inensus/ticket/composer.json +++ b/Website/htdocs/mpmanager/packages/inensus/ticket/composer.json @@ -1,25 +1,25 @@ { - "name": "inensus/ticket", - "type": "package", - "license": "MIT", - "authors": [ - { - "name": "Kemal", - "email": "alchalade@gmail.com" - } - ], - "require": {}, - "minimum-stability": "dev", - "autoload": { - "psr-4": { - "Inensus\\Ticket\\": "src" - } - }, - "extra": { - "laravel": { - "providers": [ - "Inensus\\Ticket\\TicketServiceProvider" - ] - } + "name": "inensus/ticket", + "type": "package", + "license": "MIT", + "authors": [ + { + "name": "Kemal", + "email": "alchalade@gmail.com" } + ], + "require": {}, + "minimum-stability": "dev", + "autoload": { + "psr-4": { + "Inensus\\Ticket\\": "src" + } + }, + "extra": { + "laravel": { + "providers": [ + "Inensus\\Ticket\\TicketServiceProvider" + ] + } + } } diff --git a/Website/htdocs/mpmanager/storage/responses/meterparameters/meterparameter.connectiontype.list.json b/Website/htdocs/mpmanager/storage/responses/meterparameters/meterparameter.connectiontype.list.json index 14c16d6a5..7e29ff745 100644 --- a/Website/htdocs/mpmanager/storage/responses/meterparameters/meterparameter.connectiontype.list.json +++ b/Website/htdocs/mpmanager/storage/responses/meterparameters/meterparameter.connectiontype.list.json @@ -1,16 +1,16 @@ { - "data": [ - { - "connection_type_id": 1, - "total": 4796 - }, - { - "connection_type_id": 2, - "total": 46 - }, - { - "connection_type_id": 17, - "total": 9 - } - ] + "data": [ + { + "connection_type_id": 1, + "total": 4796 + }, + { + "connection_type_id": 2, + "total": 46 + }, + { + "connection_type_id": 17, + "total": 9 + } + ] } diff --git a/Website/htdocs/mpmanager/storage/responses/meterparameters/meterparameter.detail.json b/Website/htdocs/mpmanager/storage/responses/meterparameters/meterparameter.detail.json index 72d961eda..a782357bd 100644 --- a/Website/htdocs/mpmanager/storage/responses/meterparameters/meterparameter.detail.json +++ b/Website/htdocs/mpmanager/storage/responses/meterparameters/meterparameter.detail.json @@ -1,46 +1,46 @@ { - "data": [ - { - "id": 1, - "connection_type_id": 1, - "created_at": "2018-06-22 11:59:46", - "updated_at": "2018-12-17 14:20:23", - "connection_group_id": 1, - "owner": { - "id": 1, - "title": null, - "education": null, - "name": "John", - "surname": "Doe", - "birth_date": "1970-01-01", - "sex": null, - "nationality": null, - "created_at": "2018-06-22 11:49:57", - "updated_at": "2020-03-31 09:59:08", - "customer_group_id": null, - "is_customer": 1, - "deleted_at": null - }, - "meter": { - "id": 1, - "serial_number": "123123", - "meter_type_id": 1, - "in_use": 1, - "manufacturer_id": 1, - "created_at": "2018-06-22 11:50:09", - "updated_at": "2018-12-17 14:20:23", - "deleted_at": null - }, - "tariff": { - "id": 1, - "name": "Productive Usage", - "price": 350, - "currency": "EUR", - "factor": 1, - "created_at": "2018-07-27 15:32:42", - "updated_at": "2018-07-27 15:32:42", - "deleted_at": null - } - } - ] + "data": [ + { + "id": 1, + "connection_type_id": 1, + "created_at": "2018-06-22 11:59:46", + "updated_at": "2018-12-17 14:20:23", + "connection_group_id": 1, + "owner": { + "id": 1, + "title": null, + "education": null, + "name": "John", + "surname": "Doe", + "birth_date": "1970-01-01", + "sex": null, + "nationality": null, + "created_at": "2018-06-22 11:49:57", + "updated_at": "2020-03-31 09:59:08", + "customer_group_id": null, + "is_customer": 1, + "deleted_at": null + }, + "meter": { + "id": 1, + "serial_number": "123123", + "meter_type_id": 1, + "in_use": 1, + "manufacturer_id": 1, + "created_at": "2018-06-22 11:50:09", + "updated_at": "2018-12-17 14:20:23", + "deleted_at": null + }, + "tariff": { + "id": 1, + "name": "Productive Usage", + "price": 350, + "currency": "EUR", + "factor": 1, + "created_at": "2018-07-27 15:32:42", + "updated_at": "2018-07-27 15:32:42", + "deleted_at": null + } + } + ] } diff --git a/Website/htdocs/mpmanager/storage/responses/meterparameters/meterparameters.list.json b/Website/htdocs/mpmanager/storage/responses/meterparameters/meterparameters.list.json index e390566a8..fa552aa37 100644 --- a/Website/htdocs/mpmanager/storage/responses/meterparameters/meterparameters.list.json +++ b/Website/htdocs/mpmanager/storage/responses/meterparameters/meterparameters.list.json @@ -1,25 +1,25 @@ { - "data": [ - { - "id": 1, - "connection_type_id": 1, - "created_at": "2018-06-22 11:59:46", - "updated_at": "2018-12-17 14:20:23", - "connection_group_id": 1 - }, - { - "id": 3, - "connection_type_id": 17, - "created_at": "2018-06-22 12:27:58", - "updated_at": "2019-06-18 09:33:42", - "connection_group_id": 19 - }, - { - "id": 9, - "connection_type_id": 1, - "created_at": "2018-07-30 12:02:52", - "updated_at": "2018-12-06 14:51:44", - "connection_group_id": 1 - } - ] + "data": [ + { + "id": 1, + "connection_type_id": 1, + "created_at": "2018-06-22 11:59:46", + "updated_at": "2018-12-17 14:20:23", + "connection_group_id": 1 + }, + { + "id": 3, + "connection_type_id": 17, + "created_at": "2018-06-22 12:27:58", + "updated_at": "2019-06-18 09:33:42", + "connection_group_id": 19 + }, + { + "id": 9, + "connection_type_id": 1, + "created_at": "2018-07-30 12:02:52", + "updated_at": "2018-12-06 14:51:44", + "connection_group_id": 1 + } + ] } diff --git a/Website/htdocs/mpmanager/storage/responses/meters/meter.consumption.list.json b/Website/htdocs/mpmanager/storage/responses/meters/meter.consumption.list.json index e65c252a3..7c0c630fe 100644 --- a/Website/htdocs/mpmanager/storage/responses/meters/meter.consumption.list.json +++ b/Website/htdocs/mpmanager/storage/responses/meters/meter.consumption.list.json @@ -1,24 +1,24 @@ { - "data": [ - { - "id": 7, - "meter_id": 165, - "total_consumption": 64.31, - "consumption": 64.31, - "credit_on_meter": 0.81, - "reading_date": "2018-10-03", - "created_at": "2018-11-26 14:27:39", - "updated_at": "2018-11-26 14:27:39" - }, - { - "id": 13, - "meter_id": 165, - "total_consumption": 67.58, - "consumption": 3.269999999999996, - "credit_on_meter": 6.82, - "reading_date": "2018-10-04", - "created_at": "2018-11-26 14:28:55", - "updated_at": "2018-11-26 14:28:55" - } - ] + "data": [ + { + "id": 7, + "meter_id": 165, + "total_consumption": 64.31, + "consumption": 64.31, + "credit_on_meter": 0.81, + "reading_date": "2018-10-03", + "created_at": "2018-11-26 14:27:39", + "updated_at": "2018-11-26 14:27:39" + }, + { + "id": 13, + "meter_id": 165, + "total_consumption": 67.58, + "consumption": 3.269999999999996, + "credit_on_meter": 6.82, + "reading_date": "2018-10-04", + "created_at": "2018-11-26 14:28:55", + "updated_at": "2018-11-26 14:28:55" + } + ] } diff --git a/Website/htdocs/mpmanager/storage/responses/meters/meter.detail.json b/Website/htdocs/mpmanager/storage/responses/meters/meter.detail.json index 604957f10..26d8915b6 100644 --- a/Website/htdocs/mpmanager/storage/responses/meters/meter.detail.json +++ b/Website/htdocs/mpmanager/storage/responses/meters/meter.detail.json @@ -1,74 +1,74 @@ { - "data": { + "data": { + "id": 3, + "serial_number": "123123123", + "meter_type_id": 2, + "in_use": 1, + "manufacturer_id": 1, + "created_at": "2018-06-22 12:27:29", + "updated_at": "2018-12-05 11:50:31", + "deleted_at": null, + "meter_parameter": { + "id": 3, + "connection_type_id": 17, + "created_at": "2018-06-22 12:27:58", + "updated_at": "2019-06-18 09:33:42", + "connection_group_id": 19, + "tariff": { + "id": 4, + "name": "Productive Usage", + "price": 350, + "currency": "EUR", + "factor": 1, + "created_at": "2019-01-18 09:17:30", + "updated_at": "2019-01-18 09:17:30", + "deleted_at": null + }, + "owner": { "id": 3, - "serial_number": "123123123", - "meter_type_id": 2, - "in_use": 1, - "manufacturer_id": 1, - "created_at": "2018-06-22 12:27:29", - "updated_at": "2018-12-05 11:50:31", - "deleted_at": null, - "meter_parameter": { - "id": 3, - "connection_type_id": 17, - "created_at": "2018-06-22 12:27:58", - "updated_at": "2019-06-18 09:33:42", - "connection_group_id": 19, - "tariff": { - "id": 4, - "name": "Productive Usage", - "price": 350, - "currency": "EUR", - "factor": 1, - "created_at": "2019-01-18 09:17:30", - "updated_at": "2019-01-18 09:17:30", - "deleted_at": null - }, - "owner": { - "id": 3, - "title": "Mr", - "education": "-", - "name": "John", - "surname": "Doe", - "birth_date": "1970-01-01", - "sex": "male", - "nationality": 215, - "created_at": "2018-06-22 12:27:00", - "updated_at": "2020-03-23 10:49:49", - "customer_group_id": null, - "is_customer": 1, - "deleted_at": null - }, - "connection_type": { - "id": 17, - "name": "House Hold", - "connection_type_id": 1, - "tariff_id": 2, - "created_at": null, - "updated_at": null - }, - "connection_group": { - "id": 19, - "name": "Mills", - "created_at": "2019-06-17 16:22:53", - "updated_at": "2019-06-17 16:22:53" - } - }, - "meter_type": { - "id": 2, - "online": 0, - "phase": 3, - "max_current": 20, - "created_at": "2018-07-27 10:25:15", - "updated_at": "2018-07-27 10:25:15" - }, - "manufacturer": { - "id": 1, - "name": "Calin Meters", - "website": "http://www.calinmeter.com/", - "contact_person": null, - "created_at": "2018-06-22 08:14:26", - "updated_at": "2018-06-22 08:14:26" - } + "title": "Mr", + "education": "-", + "name": "John", + "surname": "Doe", + "birth_date": "1970-01-01", + "sex": "male", + "nationality": 215, + "created_at": "2018-06-22 12:27:00", + "updated_at": "2020-03-23 10:49:49", + "customer_group_id": null, + "is_customer": 1, + "deleted_at": null + }, + "connection_type": { + "id": 17, + "name": "House Hold", + "connection_type_id": 1, + "tariff_id": 2, + "created_at": null, + "updated_at": null + }, + "connection_group": { + "id": 19, + "name": "Mills", + "created_at": "2019-06-17 16:22:53", + "updated_at": "2019-06-17 16:22:53" + } + }, + "meter_type": { + "id": 2, + "online": 0, + "phase": 3, + "max_current": 20, + "created_at": "2018-07-27 10:25:15", + "updated_at": "2018-07-27 10:25:15" + }, + "manufacturer": { + "id": 1, + "name": "Calin Meters", + "website": "http://www.calinmeter.com/", + "contact_person": null, + "created_at": "2018-06-22 08:14:26", + "updated_at": "2018-06-22 08:14:26" } + } } diff --git a/Website/htdocs/mpmanager/storage/responses/meters/meter.revenue.json b/Website/htdocs/mpmanager/storage/responses/meters/meter.revenue.json index 62e9637d8..9ae9e5ec2 100644 --- a/Website/htdocs/mpmanager/storage/responses/meters/meter.revenue.json +++ b/Website/htdocs/mpmanager/storage/responses/meters/meter.revenue.json @@ -1,5 +1,5 @@ { - "data": { - "revenue": "373750" - } + "data": { + "revenue": "373750" + } } diff --git a/Website/htdocs/mpmanager/storage/responses/meters/meter.transaction.list.json b/Website/htdocs/mpmanager/storage/responses/meters/meter.transaction.list.json index 459f9df64..464d6ba22 100644 --- a/Website/htdocs/mpmanager/storage/responses/meters/meter.transaction.list.json +++ b/Website/htdocs/mpmanager/storage/responses/meters/meter.transaction.list.json @@ -1,49 +1,49 @@ { - "current_page": 1, - "data": [ - { - "id": 27024, - "amount": 24500, - "payment_service": "mobile_provider_transaction", - "sender": "11111111", - "payment_type": "energy", - "paid_for_type": "token", - "paid_for_id": 26578, - "payer_type": "person", - "payer_id": 3, - "transaction_id": 29608, - "created_at": "2019-10-09 05:17:17", - "updated_at": "2019-10-09 05:17:17", - "transaction": { - "id": 29608, - "original_transaction_id": 27905, - "original_transaction_type": "mobile_provider_transaction", - "amount": 24500, - "type": "energy", - "sender": "11111111", - "message": "123123123", - "created_at": "2019-10-09 05:17:15", - "updated_at": "2019-10-09 05:17:16" - }, - "paid_for": { - "id": 26578, - "transaction_id": 29608, - "meter_id": 3, - "token": "564118566033243372179", - "energy": 32.7, - "created_at": "2019-10-09 05:17:17", - "updated_at": "2019-10-09 05:17:17" - } - } - ], - "first_page_url": "http://mpmanager.local/api/meters/47000268822/transactions?page=1", - "from": 1, - "last_page": 13, - "last_page_url": "http://mpmanager.local/api/meters/47000268822/transactions?page=13", - "next_page_url": "http://mpmanager.local/api/meters/47000268822/transactions?page=2", - "path": "http://mpmanager.local/api/meters/47000268822/transactions", - "per_page": 5, - "prev_page_url": null, - "to": 5, - "total": 63 + "current_page": 1, + "data": [ + { + "id": 27024, + "amount": 24500, + "payment_service": "mobile_provider_transaction", + "sender": "11111111", + "payment_type": "energy", + "paid_for_type": "token", + "paid_for_id": 26578, + "payer_type": "person", + "payer_id": 3, + "transaction_id": 29608, + "created_at": "2019-10-09 05:17:17", + "updated_at": "2019-10-09 05:17:17", + "transaction": { + "id": 29608, + "original_transaction_id": 27905, + "original_transaction_type": "mobile_provider_transaction", + "amount": 24500, + "type": "energy", + "sender": "11111111", + "message": "123123123", + "created_at": "2019-10-09 05:17:15", + "updated_at": "2019-10-09 05:17:16" + }, + "paid_for": { + "id": 26578, + "transaction_id": 29608, + "meter_id": 3, + "token": "564118566033243372179", + "energy": 32.7, + "created_at": "2019-10-09 05:17:17", + "updated_at": "2019-10-09 05:17:17" + } + } + ], + "first_page_url": "http://mpmanager.local/api/meters/47000268822/transactions?page=1", + "from": 1, + "last_page": 13, + "last_page_url": "http://mpmanager.local/api/meters/47000268822/transactions?page=13", + "next_page_url": "http://mpmanager.local/api/meters/47000268822/transactions?page=2", + "path": "http://mpmanager.local/api/meters/47000268822/transactions", + "per_page": 5, + "prev_page_url": null, + "to": 5, + "total": 63 } diff --git a/Website/htdocs/mpmanager/storage/responses/meters/meter.with.all.relations.json b/Website/htdocs/mpmanager/storage/responses/meters/meter.with.all.relations.json index 1b82f6b40..bebcdf4f9 100644 --- a/Website/htdocs/mpmanager/storage/responses/meters/meter.with.all.relations.json +++ b/Website/htdocs/mpmanager/storage/responses/meters/meter.with.all.relations.json @@ -1,45 +1,45 @@ { - "data": { + "data": { + "id": 3, + "serial_number": "1312312", + "meter_type_id": 2, + "in_use": 1, + "manufacturer_id": 1, + "created_at": "2018-06-22 12:27:29", + "updated_at": "2018-12-05 11:50:31", + "deleted_at": null, + "meter_parameter": { + "id": 3, + "connection_type_id": 17, + "created_at": "2018-06-22 12:27:58", + "updated_at": "2019-06-18 09:33:42", + "connection_group_id": 19, + "tariff": { + "id": 4, + "name": "Productive Usage", + "price": 350, + "currency": "EUR", + "factor": 1, + "created_at": "2019-01-18 09:17:30", + "updated_at": "2019-01-18 09:17:30", + "deleted_at": null + }, + "geo": { "id": 3, - "serial_number": "1312312", - "meter_type_id": 2, - "in_use": 1, - "manufacturer_id": 1, - "created_at": "2018-06-22 12:27:29", - "updated_at": "2018-12-05 11:50:31", - "deleted_at": null, - "meter_parameter": { - "id": 3, - "connection_type_id": 17, - "created_at": "2018-06-22 12:27:58", - "updated_at": "2019-06-18 09:33:42", - "connection_group_id": 19, - "tariff": { - "id": 4, - "name": "Productive Usage", - "price": 350, - "currency": "EUR", - "factor": 1, - "created_at": "2019-01-18 09:17:30", - "updated_at": "2019-01-18 09:17:30", - "deleted_at": null - }, - "geo": { - "id": 3, - "owner_id": 3, - "owner_type": "meter_parameter", - "points": "1.4742079081521,23.12448925781", - "created_at": "2018-06-22 09:27:58", - "updated_at": "2019-07-18 09:31:37" - } - }, - "meter_type": { - "id": 2, - "online": 0, - "phase": 3, - "max_current": 20, - "created_at": "2018-07-27 10:25:15", - "updated_at": "2018-07-27 10:25:15" - } + "owner_id": 3, + "owner_type": "meter_parameter", + "points": "1.4742079081521,23.12448925781", + "created_at": "2018-06-22 09:27:58", + "updated_at": "2019-07-18 09:31:37" + } + }, + "meter_type": { + "id": 2, + "online": 0, + "phase": 3, + "max_current": 20, + "created_at": "2018-07-27 10:25:15", + "updated_at": "2018-07-27 10:25:15" } + } } diff --git a/Website/htdocs/mpmanager/storage/responses/meters/meters.geo.list.json b/Website/htdocs/mpmanager/storage/responses/meters/meters.geo.list.json index 1626ef7c5..878785670 100644 --- a/Website/htdocs/mpmanager/storage/responses/meters/meters.geo.list.json +++ b/Website/htdocs/mpmanager/storage/responses/meters/meters.geo.list.json @@ -1,50 +1,50 @@ { - "data": [ - { + "data": [ + { + "id": 1, + "serial_number": "47000124512", + "meter_type_id": 1, + "in_use": 1, + "manufacturer_id": 1, + "created_at": "2018-06-22 11:50:09", + "updated_at": "2018-12-17 14:20:23", + "deleted_at": null, + "meter_parameter": { + "id": 1, + "connection_type_id": 1, + "created_at": "2018-06-22 11:59:46", + "updated_at": "2018-12-17 14:20:23", + "connection_group_id": 1, + "address": { + "id": 25504, + "is_primary": 0, + "email": null, + "phone": null, + "street": null, + "city_id": 1, + "geo_id": 1, + "created_at": "2020-01-09 07:05:49", + "updated_at": "2020-01-09 07:05:49", + "geo": { "id": 1, - "serial_number": "47000124512", - "meter_type_id": 1, - "in_use": 1, - "manufacturer_id": 1, - "created_at": "2018-06-22 11:50:09", - "updated_at": "2018-12-17 14:20:23", - "deleted_at": null, - "meter_parameter": { - "id": 1, - "connection_type_id": 1, - "created_at": "2018-06-22 11:59:46", - "updated_at": "2018-12-17 14:20:23", - "connection_group_id": 1, - "address": { - "id": 25504, - "is_primary": 0, - "email": null, - "phone": null, - "street": null, - "city_id": 1, - "geo_id": 1, - "created_at": "2020-01-09 07:05:49", - "updated_at": "2020-01-09 07:05:49", - "geo": { - "id": 1, - "owner_id": 1, - "owner_type": "meter_parameter", - "points": "-1.8733656526963,33.03208090947", - "created_at": "2018-06-22 08:59:46", - "updated_at": "2019-08-09 09:47:54" - } - } - }, - "access_rate_payment": { - "id": 1, - "meter_id": 1, - "access_rate_id": 1, - "due_date": "2020-03-01 18:00:02", - "debt": 589500, - "unpaid_in_row": 73, - "created_at": "2018-07-27 15:46:09", - "updated_at": "2020-02-23 18:00:02" - } + "owner_id": 1, + "owner_type": "meter_parameter", + "points": "-1.8733656526963,33.03208090947", + "created_at": "2018-06-22 08:59:46", + "updated_at": "2019-08-09 09:47:54" + } } - ] + }, + "access_rate_payment": { + "id": 1, + "meter_id": 1, + "access_rate_id": 1, + "due_date": "2020-03-01 18:00:02", + "debt": 589500, + "unpaid_in_row": 73, + "created_at": "2018-07-27 15:46:09", + "updated_at": "2020-02-23 18:00:02" + } + } + ] } diff --git a/Website/htdocs/mpmanager/storage/responses/meters/meters.list.json b/Website/htdocs/mpmanager/storage/responses/meters/meters.list.json index 65f0dbbbc..10efb0171 100644 --- a/Website/htdocs/mpmanager/storage/responses/meters/meters.list.json +++ b/Website/htdocs/mpmanager/storage/responses/meters/meters.list.json @@ -1,50 +1,50 @@ { - "current_page": 1, - "data": [ - { - "id": 1, - "serial_number": "12312123", - "meter_type_id": 1, - "in_use": 1, - "manufacturer_id": 1, - "created_at": "2018-06-22 11:50:09", - "updated_at": "2018-12-17 14:20:23", - "deleted_at": null, - "meter_type": { - "id": 1, - "online": 0, - "phase": 1, - "max_current": 10, - "created_at": "2018-06-22 08:15:12", - "updated_at": "2018-06-22 08:15:12" - }, - "meter_parameter": { - "id": 1, - "connection_type_id": 1, - "created_at": "2018-06-22 11:59:46", - "updated_at": "2018-12-17 14:20:23", - "connection_group_id": 1, - "tariff": { - "id": 1, - "name": "Productiove Usage", - "price": 200, - "currency": "EUR", - "factor": 1, - "created_at": "2018-07-27 15:32:42", - "updated_at": "2018-07-27 15:32:42", - "deleted_at": null - } - } + "current_page": 1, + "data": [ + { + "id": 1, + "serial_number": "12312123", + "meter_type_id": 1, + "in_use": 1, + "manufacturer_id": 1, + "created_at": "2018-06-22 11:50:09", + "updated_at": "2018-12-17 14:20:23", + "deleted_at": null, + "meter_type": { + "id": 1, + "online": 0, + "phase": 1, + "max_current": 10, + "created_at": "2018-06-22 08:15:12", + "updated_at": "2018-06-22 08:15:12" + }, + "meter_parameter": { + "id": 1, + "connection_type_id": 1, + "created_at": "2018-06-22 11:59:46", + "updated_at": "2018-12-17 14:20:23", + "connection_group_id": 1, + "tariff": { + "id": 1, + "name": "Productiove Usage", + "price": 200, + "currency": "EUR", + "factor": 1, + "created_at": "2018-07-27 15:32:42", + "updated_at": "2018-07-27 15:32:42", + "deleted_at": null } - ], - "first_page_url": "http://mpmanager.local/api/meters?page=1", - "from": 1, - "last_page": 324, - "last_page_url": "http://mpmanager.local/api/meters?page=324", - "next_page_url": "http://mpmanager.local/api/meters?page=2", - "path": "http://mpmanager.local/api/meters", - "per_page": 15, - "prev_page_url": null, - "to": 15, - "total": 4852 + } + } + ], + "first_page_url": "http://mpmanager.local/api/meters?page=1", + "from": 1, + "last_page": 324, + "last_page_url": "http://mpmanager.local/api/meters?page=324", + "next_page_url": "http://mpmanager.local/api/meters?page=2", + "path": "http://mpmanager.local/api/meters", + "per_page": 15, + "prev_page_url": null, + "to": 15, + "total": 4852 } diff --git a/Website/htdocs/mpmanager/storage/responses/meters/meters.search.json b/Website/htdocs/mpmanager/storage/responses/meters/meters.search.json index 9cdcdc144..2d277b343 100644 --- a/Website/htdocs/mpmanager/storage/responses/meters/meters.search.json +++ b/Website/htdocs/mpmanager/storage/responses/meters/meters.search.json @@ -1,40 +1,40 @@ { - "current_page": 1, - "data": [ - { - "id": 1, - "serial_number": "11213312", - "meter_type_id": 1, - "in_use": 1, - "manufacturer_id": 1, - "created_at": "2018-06-22 11:50:09", - "updated_at": "2018-12-17 14:20:23", - "deleted_at": null, - "meter_type": { - "id": 1, - "online": 0, - "phase": 1, - "max_current": 10, - "created_at": "2018-06-22 08:15:12", - "updated_at": "2018-06-22 08:15:12" - }, - "meter_parameter": { - "id": 1, - "connection_type_id": 1, - "created_at": "2018-06-22 11:59:46", - "updated_at": "2018-12-17 14:20:23", - "connection_group_id": 1, - "tariff": { - "id": 1, - "name": "Productive User", - "price": 200, - "currency": "EUR", - "factor": 1, - "created_at": "2018-07-27 15:32:42", - "updated_at": "2018-07-27 15:32:42", - "deleted_at": null - } - } + "current_page": 1, + "data": [ + { + "id": 1, + "serial_number": "11213312", + "meter_type_id": 1, + "in_use": 1, + "manufacturer_id": 1, + "created_at": "2018-06-22 11:50:09", + "updated_at": "2018-12-17 14:20:23", + "deleted_at": null, + "meter_type": { + "id": 1, + "online": 0, + "phase": 1, + "max_current": 10, + "created_at": "2018-06-22 08:15:12", + "updated_at": "2018-06-22 08:15:12" + }, + "meter_parameter": { + "id": 1, + "connection_type_id": 1, + "created_at": "2018-06-22 11:59:46", + "updated_at": "2018-12-17 14:20:23", + "connection_group_id": 1, + "tariff": { + "id": 1, + "name": "Productive User", + "price": 200, + "currency": "EUR", + "factor": 1, + "created_at": "2018-07-27 15:32:42", + "updated_at": "2018-07-27 15:32:42", + "deleted_at": null } - ] + } + } + ] } diff --git a/Website/htdocs/mpmanager/storage/responses/metertypes/meter.types.list.json b/Website/htdocs/mpmanager/storage/responses/metertypes/meter.types.list.json index 4556c8526..b3359ad16 100644 --- a/Website/htdocs/mpmanager/storage/responses/metertypes/meter.types.list.json +++ b/Website/htdocs/mpmanager/storage/responses/metertypes/meter.types.list.json @@ -1,36 +1,36 @@ { - "data": [ - { - "id": 1, - "online": 0, - "phase": 1, - "max_current": 10, - "created_at": "2018-06-22 08:15:12", - "updated_at": "2018-06-22 08:15:12" - }, - { - "id": 2, - "online": 0, - "phase": 3, - "max_current": 20, - "created_at": "2018-07-27 10:25:15", - "updated_at": "2018-07-27 10:25:15" - }, - { - "id": 3, - "online": 1, - "phase": 1, - "max_current": 10, - "created_at": null, - "updated_at": null - }, - { - "id": 4, - "online": 1, - "phase": 3, - "max_current": 20, - "created_at": null, - "updated_at": null - } - ] + "data": [ + { + "id": 1, + "online": 0, + "phase": 1, + "max_current": 10, + "created_at": "2018-06-22 08:15:12", + "updated_at": "2018-06-22 08:15:12" + }, + { + "id": 2, + "online": 0, + "phase": 3, + "max_current": 20, + "created_at": "2018-07-27 10:25:15", + "updated_at": "2018-07-27 10:25:15" + }, + { + "id": 3, + "online": 1, + "phase": 1, + "max_current": 10, + "created_at": null, + "updated_at": null + }, + { + "id": 4, + "online": 1, + "phase": 3, + "max_current": 20, + "created_at": null, + "updated_at": null + } + ] } diff --git a/Website/htdocs/mpmanager/storage/responses/metertypes/metertypes.meter.list.json b/Website/htdocs/mpmanager/storage/responses/metertypes/metertypes.meter.list.json index 22e97ca1b..9665f2b4e 100644 --- a/Website/htdocs/mpmanager/storage/responses/metertypes/metertypes.meter.list.json +++ b/Website/htdocs/mpmanager/storage/responses/metertypes/metertypes.meter.list.json @@ -1,32 +1,32 @@ { - "data": { + "data": { + "id": 1, + "online": 0, + "phase": 1, + "max_current": 10, + "created_at": "2018-06-22 08:15:12", + "updated_at": "2018-06-22 08:15:12", + "meters": [ + { "id": 1, - "online": 0, - "phase": 1, - "max_current": 10, - "created_at": "2018-06-22 08:15:12", - "updated_at": "2018-06-22 08:15:12", - "meters": [ - { - "id": 1, - "serial_number": "1231321231", - "meter_type_id": 1, - "in_use": 1, - "manufacturer_id": 1, - "created_at": "2018-06-22 11:50:09", - "updated_at": "2018-12-17 14:20:23", - "deleted_at": null - }, - { - "id": 4, - "serial_number": "23123123132", - "meter_type_id": 1, - "in_use": 1, - "manufacturer_id": 1, - "created_at": "2018-06-22 15:43:32", - "updated_at": "2018-06-22 15:43:37", - "deleted_at": null - } - ] - } + "serial_number": "1231321231", + "meter_type_id": 1, + "in_use": 1, + "manufacturer_id": 1, + "created_at": "2018-06-22 11:50:09", + "updated_at": "2018-12-17 14:20:23", + "deleted_at": null + }, + { + "id": 4, + "serial_number": "23123123132", + "meter_type_id": 1, + "in_use": 1, + "manufacturer_id": 1, + "created_at": "2018-06-22 15:43:32", + "updated_at": "2018-06-22 15:43:37", + "deleted_at": null + } + ] + } } diff --git a/Website/htdocs/mpmanager/storage/responses/people/people.detail.json b/Website/htdocs/mpmanager/storage/responses/people/people.detail.json index f6ae56d6d..0ae57a217 100644 --- a/Website/htdocs/mpmanager/storage/responses/people/people.detail.json +++ b/Website/htdocs/mpmanager/storage/responses/people/people.detail.json @@ -1,75 +1,75 @@ { - "data": { - "id": 1, - "title": null, - "education": null, - "name": "John", - "surname": "Doe", - "birth_date": "1970-01-01", - "sex": "male", - "nationality": null, + "data": { + "id": 1, + "title": null, + "education": null, + "name": "John", + "surname": "Doe", + "birth_date": "1970-01-01", + "sex": "male", + "nationality": null, + "created_at": "2018-06-22 11:49:57", + "updated_at": "2019-07-02 06:45:01", + "customer_group_id": null, + "is_customer": 1, + "deleted_at": null, + "addresses": [ + { + "id": 5, + "is_primary": 0, + "email": "", + "phone": "+1111111111", + "street": "-", + "city_id": 1, + "geo_id": null, "created_at": "2018-06-22 11:49:57", - "updated_at": "2019-07-02 06:45:01", - "customer_group_id": null, - "is_customer": 1, - "deleted_at": null, - "addresses": [ - { - "id": 5, - "is_primary": 0, - "email": "", - "phone": "+1111111111", - "street": "-", - "city_id": 1, - "geo_id": null, - "created_at": "2018-06-22 11:49:57", - "updated_at": "2018-11-22 09:37:07" - }, - { - "id": 209, - "is_primary": 0, - "email": "", - "phone": "+1111111112", - "street": "", - "city_id": 1, - "geo_id": null, - "created_at": "2018-11-15 08:57:47", - "updated_at": "2020-03-21 13:47:36" - } - ], - "citizenship": null, - "role_owner": [ - { - "id": 2, - "role_owner_type": "person", - "role_owner_id": 1, - "role_definition_id": 1, - "created_at": "2018-07-27 15:29:03", - "updated_at": "2018-07-27 15:29:03", - "definitions": { - "id": 1, - "role_name": "customer" - } - } - ], - "meters": [ - { - "id": 1, - "connection_type_id": 1, - "created_at": "2018-06-22 11:59:46", - "updated_at": "2018-12-17 14:20:23", - "connection_group_id": 1, - "meter": { - "id": 1, - "serial_number": "123123123123", - "meter_type_id": 1, - "in_use": 1, - "manufacturer_id": 1, - "created_at": "2018-06-22 11:50:09", - "updated_at": "2018-12-17 14:20:23", - "deleted_at": null - } - } - ] - } + "updated_at": "2018-11-22 09:37:07" + }, + { + "id": 209, + "is_primary": 0, + "email": "", + "phone": "+1111111112", + "street": "", + "city_id": 1, + "geo_id": null, + "created_at": "2018-11-15 08:57:47", + "updated_at": "2020-03-21 13:47:36" + } + ], + "citizenship": null, + "role_owner": [ + { + "id": 2, + "role_owner_type": "person", + "role_owner_id": 1, + "role_definition_id": 1, + "created_at": "2018-07-27 15:29:03", + "updated_at": "2018-07-27 15:29:03", + "definitions": { + "id": 1, + "role_name": "customer" + } + } + ], + "meters": [ + { + "id": 1, + "connection_type_id": 1, + "created_at": "2018-06-22 11:59:46", + "updated_at": "2018-12-17 14:20:23", + "connection_group_id": 1, + "meter": { + "id": 1, + "serial_number": "123123123123", + "meter_type_id": 1, + "in_use": 1, + "manufacturer_id": 1, + "created_at": "2018-06-22 11:50:09", + "updated_at": "2018-12-17 14:20:23", + "deleted_at": null + } + } + ] + } } diff --git a/Website/htdocs/mpmanager/storage/responses/people/people.list.all.json b/Website/htdocs/mpmanager/storage/responses/people/people.list.all.json index f5e2ce988..6adfc6d6c 100644 --- a/Website/htdocs/mpmanager/storage/responses/people/people.list.all.json +++ b/Website/htdocs/mpmanager/storage/responses/people/people.list.all.json @@ -1,49 +1,49 @@ { - "data": [ - { - "id": 1, - "title": "{Outsourcing Tickets)", - "education": "University", - "name": "Dummy", - "surname": "Customer", - "birth_date": "1983-02-02", - "sex": "male", - "nationality": null, - "created_at": "2018-06-22 11:49:57", - "updated_at": "2020-03-25 09:34:36", - "customer_group_id": null, - "is_customer": 1, - "deleted_at": null - }, - { - "id": 3, - "title": "Mr", - "education": "-", - "name": "Kapali", - "surname": "Kalima-Miller", - "birth_date": "2020-03-25", - "sex": "male", - "nationality": 215, - "created_at": "2018-06-22 12:27:00", - "updated_at": "2020-03-23 10:49:49", - "customer_group_id": null, - "is_customer": 1, - "deleted_at": null - }, - { - "id": 27, - "title": null, - "education": null, - "name": "Deogratias", - "surname": "Malima", - "birth_date": null, - "sex": null, - "nationality": null, - "created_at": "2018-07-30 12:02:33", - "updated_at": "2018-07-30 12:02:33", - "customer_group_id": null, - "is_customer": 1, - "deleted_at": null - } - ] + "data": [ + { + "id": 1, + "title": "{Outsourcing Tickets)", + "education": "University", + "name": "Dummy", + "surname": "Customer", + "birth_date": "1983-02-02", + "sex": "male", + "nationality": null, + "created_at": "2018-06-22 11:49:57", + "updated_at": "2020-03-25 09:34:36", + "customer_group_id": null, + "is_customer": 1, + "deleted_at": null + }, + { + "id": 3, + "title": "Mr", + "education": "-", + "name": "Kapali", + "surname": "Kalima-Miller", + "birth_date": "2020-03-25", + "sex": "male", + "nationality": 215, + "created_at": "2018-06-22 12:27:00", + "updated_at": "2020-03-23 10:49:49", + "customer_group_id": null, + "is_customer": 1, + "deleted_at": null + }, + { + "id": 27, + "title": null, + "education": null, + "name": "Deogratias", + "surname": "Malima", + "birth_date": null, + "sex": null, + "nationality": null, + "created_at": "2018-07-30 12:02:33", + "updated_at": "2018-07-30 12:02:33", + "customer_group_id": null, + "is_customer": 1, + "deleted_at": null + } + ] } diff --git a/Website/htdocs/mpmanager/storage/responses/people/people.list.json b/Website/htdocs/mpmanager/storage/responses/people/people.list.json index d250ab386..609dab1d4 100644 --- a/Website/htdocs/mpmanager/storage/responses/people/people.list.json +++ b/Website/htdocs/mpmanager/storage/responses/people/people.list.json @@ -1,50 +1,50 @@ { - "current_page": 1, - "data": [ + "current_page": 1, + "data": [ + { + "id": 1, + "title": null, + "education": null, + "name": "John", + "surname": "Doe", + "birth_date": "1970-01-01", + "sex": "male", + "nationality": null, + "created_at": "2018-06-22 11:49:57", + "updated_at": "2019-07-02 06:45:01", + "customer_group_id": null, + "is_customer": 1, + "deleted_at": null, + "addresses": [], + "meters": [ { + "id": 1, + "connection_type_id": 1, + "created_at": "2018-06-22 11:59:46", + "updated_at": "2018-12-17 14:20:23", + "connection_group_id": 1, + "meter": { "id": 1, - "title": null, - "education": null, - "name": "John", - "surname": "Doe", - "birth_date": "1970-01-01", - "sex": "male", - "nationality": null, - "created_at": "2018-06-22 11:49:57", - "updated_at": "2019-07-02 06:45:01", - "customer_group_id": null, - "is_customer": 1, - "deleted_at": null, - "addresses": [], - "meters": [ - { - "id": 1, - "connection_type_id": 1, - "created_at": "2018-06-22 11:59:46", - "updated_at": "2018-12-17 14:20:23", - "connection_group_id": 1, - "meter": { - "id": 1, - "serial_number": "47000124512", - "meter_type_id": 1, - "in_use": 1, - "manufacturer_id": 1, - "created_at": "2018-06-22 11:50:09", - "updated_at": "2018-12-17 14:20:23", - "deleted_at": null - } - } - ] + "serial_number": "47000124512", + "meter_type_id": 1, + "in_use": 1, + "manufacturer_id": 1, + "created_at": "2018-06-22 11:50:09", + "updated_at": "2018-12-17 14:20:23", + "deleted_at": null + } } - ], - "first_page_url": "http:\/\/mpmanager.com\/api\/people?page=1", - "from": 1, - "last_page": 331, - "last_page_url": "http:\/\/mpmanager.com\/api\/people?page=331", - "next_page_url": "http:\/\/mpmanager.com\/api\/people?page=2", - "path": "http:\/\/mpmanager.com\/api\/people", - "per_page": 15, - "prev_page_url": null, - "to": 15, - "total": 4963 + ] + } + ], + "first_page_url": "http://mpmanager.com/api/people?page=1", + "from": 1, + "last_page": 331, + "last_page_url": "http://mpmanager.com/api/people?page=331", + "next_page_url": "http://mpmanager.com/api/people?page=2", + "path": "http://mpmanager.com/api/people", + "per_page": 15, + "prev_page_url": null, + "to": 15, + "total": 4963 } diff --git a/Website/htdocs/mpmanager/storage/responses/people/people.search.json b/Website/htdocs/mpmanager/storage/responses/people/people.search.json index e90201f98..6dddfc3f9 100644 --- a/Website/htdocs/mpmanager/storage/responses/people/people.search.json +++ b/Website/htdocs/mpmanager/storage/responses/people/people.search.json @@ -1,91 +1,91 @@ { - "current_page": 1, - "data": [ + "current_page": 1, + "data": [ + { + "id": 1, + "title": null, + "education": null, + "name": "John", + "surname": "Doe", + "birth_date": "1970-01-01", + "sex": null, + "nationality": null, + "created_at": "2018-06-22 11:49:57", + "updated_at": "2020-03-31 09:59:08", + "customer_group_id": null, + "is_customer": 1, + "deleted_at": null, + "addresses": [ { + "id": 5, + "is_primary": 1, + "email": "", + "phone": "+11111", + "street": "-", + "city_id": 1, + "geo_id": null, + "created_at": "2018-06-22 11:49:57", + "updated_at": "2020-03-24 13:02:02", + "city": { "id": 1, - "title": null, - "education": null, - "name": "John", - "surname": "Doe", - "birth_date": "1970-01-01", - "sex": null, - "nationality": null, - "created_at": "2018-06-22 11:49:57", - "updated_at": "2020-03-31 09:59:08", - "customer_group_id": null, - "is_customer": 1, - "deleted_at": null, - "addresses": [ - { - "id": 5, - "is_primary": 1, - "email": "", - "phone": "+11111", - "street": "-", - "city_id": 1, - "geo_id": null, - "created_at": "2018-06-22 11:49:57", - "updated_at": "2020-03-24 13:02:02", - "city": { - "id": 1, - "name": "Some Village", - "country_id": 215, - "created_at": "2018-06-22 08:14:10", - "updated_at": "2019-06-21 14:07:28", - "cluster_id": 10, - "mini_grid_id": 1 - } - }, - { - "id": 209, - "is_primary": 0, - "email": "", - "phone": "+11111111", - "street": "", - "city_id": 1, - "geo_id": null, - "created_at": "2018-11-15 08:57:47", - "updated_at": "2020-03-24 13:01:57", - "city": { - "id": 1, - "name": "Some Village", - "country_id": 215, - "created_at": "2018-06-22 08:14:10", - "updated_at": "2019-06-21 14:07:28", - "cluster_id": 10, - "mini_grid_id": 1 - } - } - ], - "meters": [ - { - "id": 1, - "connection_type_id": 1, - "created_at": "2018-06-22 11:59:46", - "updated_at": "2018-12-17 14:20:23", - "connection_group_id": 1, - "meter": { - "id": 1, - "serial_number": "1231321231", - "meter_type_id": 1, - "in_use": 1, - "manufacturer_id": 1, - "created_at": "2018-06-22 11:50:09", - "updated_at": "2018-12-17 14:20:23", - "deleted_at": null - } - } - ] + "name": "Some Village", + "country_id": 215, + "created_at": "2018-06-22 08:14:10", + "updated_at": "2019-06-21 14:07:28", + "cluster_id": 10, + "mini_grid_id": 1 + } + }, + { + "id": 209, + "is_primary": 0, + "email": "", + "phone": "+11111111", + "street": "", + "city_id": 1, + "geo_id": null, + "created_at": "2018-11-15 08:57:47", + "updated_at": "2020-03-24 13:01:57", + "city": { + "id": 1, + "name": "Some Village", + "country_id": 215, + "created_at": "2018-06-22 08:14:10", + "updated_at": "2019-06-21 14:07:28", + "cluster_id": 10, + "mini_grid_id": 1 + } + } + ], + "meters": [ + { + "id": 1, + "connection_type_id": 1, + "created_at": "2018-06-22 11:59:46", + "updated_at": "2018-12-17 14:20:23", + "connection_group_id": 1, + "meter": { + "id": 1, + "serial_number": "1231321231", + "meter_type_id": 1, + "in_use": 1, + "manufacturer_id": 1, + "created_at": "2018-06-22 11:50:09", + "updated_at": "2018-12-17 14:20:23", + "deleted_at": null + } } - ], - "first_page_url": "http:\/\/mpmanager.local\/api\/people\/search?page=1", - "from": 1, - "last_page": 1, - "last_page_url": "http:\/\/mpmanager.local\/api\/people\/search?page=1", - "next_page_url": null, - "path": "http:\/\/mpmanager.local\/api\/people\/search", - "per_page": 15, - "prev_page_url": null, - "to": 1, - "total": 1 + ] + } + ], + "first_page_url": "http://mpmanager.local/api/people/search?page=1", + "from": 1, + "last_page": 1, + "last_page_url": "http://mpmanager.local/api/people/search?page=1", + "next_page_url": null, + "path": "http://mpmanager.local/api/people/search", + "per_page": 15, + "prev_page_url": null, + "to": 1, + "total": 1 } diff --git a/Website/htdocs/mpmanager/storage/responses/people/person.addresses.list.json b/Website/htdocs/mpmanager/storage/responses/people/person.addresses.list.json index 8ff12bf17..78ea53643 100644 --- a/Website/htdocs/mpmanager/storage/responses/people/person.addresses.list.json +++ b/Website/htdocs/mpmanager/storage/responses/people/person.addresses.list.json @@ -1,57 +1,57 @@ { - "current_page": 1, - "data": [ - { - "id": 5, - "is_primary": 1, - "email": "", - "phone": "+111111", - "street": "-", - "city_id": 1, - "geo_id": null, - "created_at": "2018-06-22 11:49:57", - "updated_at": "2020-03-24 13:02:02", - "city": { - "id": 1, - "name": "Some Village", - "country_id": 1, - "created_at": "2018-06-22 08:14:10", - "updated_at": "2019-06-21 14:07:28", - "cluster_id": 1, - "mini_grid_id": 1 - }, - "geo": null - }, - { - "id": 209, - "is_primary": 0, - "email": "", - "phone": "+11111111111", - "street": "", - "city_id": 1, - "geo_id": null, - "created_at": "2018-11-15 08:57:47", - "updated_at": "2020-03-24 13:01:57", - "city": { - "id": 1, - "name": "Some Village", - "country_id": 1, - "created_at": "2018-06-22 08:14:10", - "updated_at": "2019-06-21 14:07:28", - "cluster_id": 1, - "mini_grid_id": 1 - }, - "geo": null - } - ], - "first_page_url": "http:\/\/mpmanager.local\/api\/people\/1\/addresses?page=1", - "from": 1, - "last_page": 1, - "last_page_url": "http:\/\/mpmanager.local\/api\/people\/1\/addresses?page=1", - "next_page_url": null, - "path": "http:\/\/mpmanager.local\/api\/people\/1\/addresses", - "per_page": 5, - "prev_page_url": null, - "to": 2, - "total": 2 + "current_page": 1, + "data": [ + { + "id": 5, + "is_primary": 1, + "email": "", + "phone": "+111111", + "street": "-", + "city_id": 1, + "geo_id": null, + "created_at": "2018-06-22 11:49:57", + "updated_at": "2020-03-24 13:02:02", + "city": { + "id": 1, + "name": "Some Village", + "country_id": 1, + "created_at": "2018-06-22 08:14:10", + "updated_at": "2019-06-21 14:07:28", + "cluster_id": 1, + "mini_grid_id": 1 + }, + "geo": null + }, + { + "id": 209, + "is_primary": 0, + "email": "", + "phone": "+11111111111", + "street": "", + "city_id": 1, + "geo_id": null, + "created_at": "2018-11-15 08:57:47", + "updated_at": "2020-03-24 13:01:57", + "city": { + "id": 1, + "name": "Some Village", + "country_id": 1, + "created_at": "2018-06-22 08:14:10", + "updated_at": "2019-06-21 14:07:28", + "cluster_id": 1, + "mini_grid_id": 1 + }, + "geo": null + } + ], + "first_page_url": "http://mpmanager.local/api/people/1/addresses?page=1", + "from": 1, + "last_page": 1, + "last_page_url": "http://mpmanager.local/api/people/1/addresses?page=1", + "next_page_url": null, + "path": "http://mpmanager.local/api/people/1/addresses", + "per_page": 5, + "prev_page_url": null, + "to": 2, + "total": 2 } diff --git a/Website/htdocs/mpmanager/storage/responses/people/person.meter.list.json b/Website/htdocs/mpmanager/storage/responses/people/person.meter.list.json index f327bfda3..29f7c5de9 100644 --- a/Website/htdocs/mpmanager/storage/responses/people/person.meter.list.json +++ b/Website/htdocs/mpmanager/storage/responses/people/person.meter.list.json @@ -1,44 +1,44 @@ { - "data": { + "data": { + "id": 1, + "title": null, + "education": null, + "name": "John", + "surname": "Doe", + "birth_date": "1970-01-01", + "sex": null, + "nationality": null, + "created_at": "2018-06-22 11:49:57", + "updated_at": "2020-03-31 09:59:08", + "customer_group_id": null, + "is_customer": 1, + "deleted_at": null, + "meters": [ + { "id": 1, - "title": null, - "education": null, - "name": "John", - "surname": "Doe", - "birth_date": "1970-01-01", - "sex": null, - "nationality": null, - "created_at": "2018-06-22 11:49:57", - "updated_at": "2020-03-31 09:59:08", - "customer_group_id": null, - "is_customer": 1, - "deleted_at": null, - "meters": [ - { - "id": 1, - "connection_type_id": 1, - "created_at": "2018-06-22 11:59:46", - "updated_at": "2018-12-17 14:20:23", - "connection_group_id": 1, - "meter": { - "id": 1, - "serial_number": "123123123", - "meter_type_id": 1, - "in_use": 1, - "manufacturer_id": 1, - "created_at": "2018-06-22 11:50:09", - "updated_at": "2018-12-17 14:20:23", - "deleted_at": null - }, - "geo": { - "id": 1, - "owner_id": 1, - "owner_type": "meter_parameter", - "points": "1.8231,14.0121", - "created_at": "2018-06-22 08:59:46", - "updated_at": "2019-08-09 09:47:54" - } - } - ] - } + "connection_type_id": 1, + "created_at": "2018-06-22 11:59:46", + "updated_at": "2018-12-17 14:20:23", + "connection_group_id": 1, + "meter": { + "id": 1, + "serial_number": "123123123", + "meter_type_id": 1, + "in_use": 1, + "manufacturer_id": 1, + "created_at": "2018-06-22 11:50:09", + "updated_at": "2018-12-17 14:20:23", + "deleted_at": null + }, + "geo": { + "id": 1, + "owner_id": 1, + "owner_type": "meter_parameter", + "points": "1.8231,14.0121", + "created_at": "2018-06-22 08:59:46", + "updated_at": "2019-08-09 09:47:54" + } + } + ] + } } diff --git a/Website/htdocs/mpmanager/storage/responses/people/person.meter.tariff.json b/Website/htdocs/mpmanager/storage/responses/people/person.meter.tariff.json index e2ff15de7..d41a4f097 100644 --- a/Website/htdocs/mpmanager/storage/responses/people/person.meter.tariff.json +++ b/Website/htdocs/mpmanager/storage/responses/people/person.meter.tariff.json @@ -1,46 +1,46 @@ { - "data": { + "data": { + "id": 1, + "title": null, + "education": null, + "name": "John", + "surname": "Doe", + "birth_date": "1970-01-01", + "sex": null, + "nationality": null, + "created_at": "2018-06-22 11:49:57", + "updated_at": "2020-03-31 09:59:08", + "customer_group_id": null, + "is_customer": 1, + "deleted_at": null, + "meters": [ + { "id": 1, - "title": null, - "education": null, - "name": "John", - "surname": "Doe", - "birth_date": "1970-01-01", - "sex": null, - "nationality": null, - "created_at": "2018-06-22 11:49:57", - "updated_at": "2020-03-31 09:59:08", - "customer_group_id": null, - "is_customer": 1, - "deleted_at": null, - "meters": [ - { - "id": 1, - "connection_type_id": 1, - "created_at": "2018-06-22 11:59:46", - "updated_at": "2018-12-17 14:20:23", - "connection_group_id": 1, - "tariff": { - "id": 1, - "name": "Productive Usage", - "price": 20, - "currency": "EUR", - "factor": 1, - "created_at": "2018-07-27 15:32:42", - "updated_at": "2018-07-27 15:32:42", - "deleted_at": null - }, - "meter": { - "id": 1, - "serial_number": "123123123", - "meter_type_id": 1, - "in_use": 1, - "manufacturer_id": 1, - "created_at": "2018-06-22 11:50:09", - "updated_at": "2018-12-17 14:20:23", - "deleted_at": null - } - } - ] - } + "connection_type_id": 1, + "created_at": "2018-06-22 11:59:46", + "updated_at": "2018-12-17 14:20:23", + "connection_group_id": 1, + "tariff": { + "id": 1, + "name": "Productive Usage", + "price": 20, + "currency": "EUR", + "factor": 1, + "created_at": "2018-07-27 15:32:42", + "updated_at": "2018-07-27 15:32:42", + "deleted_at": null + }, + "meter": { + "id": 1, + "serial_number": "123123123", + "meter_type_id": 1, + "in_use": 1, + "manufacturer_id": 1, + "created_at": "2018-06-22 11:50:09", + "updated_at": "2018-12-17 14:20:23", + "deleted_at": null + } + } + ] + } } diff --git a/Website/htdocs/mpmanager/storage/responses/people/person.transaction.list.json b/Website/htdocs/mpmanager/storage/responses/people/person.transaction.list.json index 69f3f2eba..cb3760b84 100644 --- a/Website/htdocs/mpmanager/storage/responses/people/person.transaction.list.json +++ b/Website/htdocs/mpmanager/storage/responses/people/person.transaction.list.json @@ -1,41 +1,41 @@ { - "current_page": 1, - "data": [ - { - "id": 79474, - "amount": 10000, - "payment_service": "xyt_transaction", - "sender": "255769644521", - "payment_type": "installment", - "paid_for_type": "asset_loan", - "paid_for_id": 1, - "payer_type": "person", - "payer_id": 1, - "transaction_id": 86064, - "created_at": "2020-02-11 12:19:58", - "updated_at": "2020-02-11 12:19:58", - "transaction": { - "id": 86064, - "original_transaction_id": 80277, - "original_transaction_type": "xyt_transaction", - "amount": 10000, - "type": "energy", - "sender": "111111111", - "message": "123123123", - "created_at": "2020-02-11 12:19:56", - "updated_at": "2020-02-11 12:19:57", - "token": null - } - } - ], - "first_page_url": "http:\/\/mpmanager.local\/api\/people\/1\/transactions?page=1", - "from": 1, - "last_page": 1, - "last_page_url": "http:\/\/mpmanager.local\/api\/people\/1\/transactions?page=1", - "next_page_url": null, - "path": "http:\/\/mpmanager.local\/api\/people\/1\/transactions", - "per_page": 7, - "prev_page_url": null, - "to": 6, - "total": 6 + "current_page": 1, + "data": [ + { + "id": 79474, + "amount": 10000, + "payment_service": "xyt_transaction", + "sender": "255769644521", + "payment_type": "installment", + "paid_for_type": "asset_loan", + "paid_for_id": 1, + "payer_type": "person", + "payer_id": 1, + "transaction_id": 86064, + "created_at": "2020-02-11 12:19:58", + "updated_at": "2020-02-11 12:19:58", + "transaction": { + "id": 86064, + "original_transaction_id": 80277, + "original_transaction_type": "xyt_transaction", + "amount": 10000, + "type": "energy", + "sender": "111111111", + "message": "123123123", + "created_at": "2020-02-11 12:19:56", + "updated_at": "2020-02-11 12:19:57", + "token": null + } + } + ], + "first_page_url": "http://mpmanager.local/api/people/1/transactions?page=1", + "from": 1, + "last_page": 1, + "last_page_url": "http://mpmanager.local/api/people/1/transactions?page=1", + "next_page_url": null, + "path": "http://mpmanager.local/api/people/1/transactions", + "per_page": 7, + "prev_page_url": null, + "to": 6, + "total": 6 } diff --git a/Website/htdocs/mpmanager/storage/responses/people/person.update.json b/Website/htdocs/mpmanager/storage/responses/people/person.update.json index 44dca1b2a..f8513b915 100644 --- a/Website/htdocs/mpmanager/storage/responses/people/person.update.json +++ b/Website/htdocs/mpmanager/storage/responses/people/person.update.json @@ -1,17 +1,17 @@ { - "data": { - "id": 1, - "title": null, - "education": null, - "name": "John", - "surname": "Doe", - "birth_date": "1970-01-01", - "sex": null, - "nationality": null, - "created_at": "2018-06-22 11:49:57", - "updated_at": "2020-03-31 09:59:08", - "customer_group_id": null, - "is_customer": 1, - "deleted_at": null - } + "data": { + "id": 1, + "title": null, + "education": null, + "name": "John", + "surname": "Doe", + "birth_date": "1970-01-01", + "sex": null, + "nationality": null, + "created_at": "2018-06-22 11:49:57", + "updated_at": "2020-03-31 09:59:08", + "customer_group_id": null, + "is_customer": 1, + "deleted_at": null + } } diff --git a/Website/htdocs/mpmanager/storage/responses/tariffs/tariff.detail.json b/Website/htdocs/mpmanager/storage/responses/tariffs/tariff.detail.json index 7ca764431..d6e86e5fc 100644 --- a/Website/htdocs/mpmanager/storage/responses/tariffs/tariff.detail.json +++ b/Website/htdocs/mpmanager/storage/responses/tariffs/tariff.detail.json @@ -1,12 +1,12 @@ { - "data": { - "id": 1, - "name": "Productive Usage", - "price": 350, - "currency": "EUR", - "factor": 1, - "created_at": "2018-07-27 15:32:42", - "updated_at": "2018-07-27 15:32:42", - "deleted_at": null - } + "data": { + "id": 1, + "name": "Productive Usage", + "price": 350, + "currency": "EUR", + "factor": 1, + "created_at": "2018-07-27 15:32:42", + "updated_at": "2018-07-27 15:32:42", + "deleted_at": null + } } diff --git a/Website/htdocs/mpmanager/storage/responses/tariffs/tariffs.list.json b/Website/htdocs/mpmanager/storage/responses/tariffs/tariffs.list.json index 32a713333..b792d1910 100644 --- a/Website/htdocs/mpmanager/storage/responses/tariffs/tariffs.list.json +++ b/Website/htdocs/mpmanager/storage/responses/tariffs/tariffs.list.json @@ -1,69 +1,69 @@ { - "current_page": 1, - "data": [ - { - "id": 1, - "name": "Productive Usage", - "price": 350, - "currency": "EUR", - "factor": 1, - "created_at": "2018-07-27 15:32:42", - "updated_at": "2018-07-27 15:32:42", - "deleted_at": null, - "access_rate": { - "id": 1, - "tariff_id": 1, - "amount": 10000, - "period": 7, - "created_at": "2018-07-27 15:32:42", - "updated_at": "2018-07-27 15:32:42" - } - }, - { - "id": 2, - "name": "House Hold", - "price": 450, - "currency": "EUR", - "factor": 1, - "created_at": "2018-07-27 15:32:59", - "updated_at": "2018-07-27 15:32:59", - "deleted_at": null, - "access_rate": { - "id": 2, - "tariff_id": 2, - "amount": 0, - "period": 7, - "created_at": "2018-07-27 15:32:59", - "updated_at": "2018-07-27 15:32:59" - } - }, - { - "id": 3, - "name": "Comercial Usage", - "price": 550, - "currency": "EUR", - "factor": 1, - "created_at": "2018-07-27 15:33:09", - "updated_at": "2018-07-27 15:33:09", - "deleted_at": null, - "access_rate": { - "id": 3, - "tariff_id": 3, - "amount": 0, - "period": 7, - "created_at": "2018-07-27 15:33:09", - "updated_at": "2018-07-27 15:33:09" - } - } - ], - "first_page_url": "http://mpmanager.local/api/tariffs?page=1", - "from": 1, - "last_page": 1, - "last_page_url": "http://mpmanager.local/api/tariffs?page=1", - "next_page_url": null, - "path": "http://mpmanager.local/api/tariffs", - "per_page": 15, - "prev_page_url": null, - "to": 4, - "total": 4 + "current_page": 1, + "data": [ + { + "id": 1, + "name": "Productive Usage", + "price": 350, + "currency": "EUR", + "factor": 1, + "created_at": "2018-07-27 15:32:42", + "updated_at": "2018-07-27 15:32:42", + "deleted_at": null, + "access_rate": { + "id": 1, + "tariff_id": 1, + "amount": 10000, + "period": 7, + "created_at": "2018-07-27 15:32:42", + "updated_at": "2018-07-27 15:32:42" + } + }, + { + "id": 2, + "name": "House Hold", + "price": 450, + "currency": "EUR", + "factor": 1, + "created_at": "2018-07-27 15:32:59", + "updated_at": "2018-07-27 15:32:59", + "deleted_at": null, + "access_rate": { + "id": 2, + "tariff_id": 2, + "amount": 0, + "period": 7, + "created_at": "2018-07-27 15:32:59", + "updated_at": "2018-07-27 15:32:59" + } + }, + { + "id": 3, + "name": "Comercial Usage", + "price": 550, + "currency": "EUR", + "factor": 1, + "created_at": "2018-07-27 15:33:09", + "updated_at": "2018-07-27 15:33:09", + "deleted_at": null, + "access_rate": { + "id": 3, + "tariff_id": 3, + "amount": 0, + "period": 7, + "created_at": "2018-07-27 15:33:09", + "updated_at": "2018-07-27 15:33:09" + } + } + ], + "first_page_url": "http://mpmanager.local/api/tariffs?page=1", + "from": 1, + "last_page": 1, + "last_page_url": "http://mpmanager.local/api/tariffs?page=1", + "next_page_url": null, + "path": "http://mpmanager.local/api/tariffs", + "per_page": 15, + "prev_page_url": null, + "to": 4, + "total": 4 } diff --git a/Website/htdocs/mpmanager/storage/responses/transactions/transaction.detail.json b/Website/htdocs/mpmanager/storage/responses/transactions/transaction.detail.json index 04d8c84b2..6fb55b832 100644 --- a/Website/htdocs/mpmanager/storage/responses/transactions/transaction.detail.json +++ b/Website/htdocs/mpmanager/storage/responses/transactions/transaction.detail.json @@ -1,88 +1,88 @@ { - "data": { - "id": 116705, - "original_transaction_id": 106713, - "original_transaction_type": "mobile_money_provider_transaction", + "data": { + "id": 116705, + "original_transaction_id": 106713, + "original_transaction_type": "mobile_money_provider_transaction", + "amount": 3500, + "type": "energy", + "sender": "32424543523523", + "message": "24325436475643", + "created_at": "2020-03-26 10:16:00", + "updated_at": "2020-03-26 10:16:01", + "token": { + "id": 107078, + "transaction_id": 116705, + "meter_id": 4846, + "token": "64368569223996495744", + "energy": 1, + "created_at": "2020-03-26 10:16:04", + "updated_at": "2020-03-26 10:16:04", + "meter": { + "id": 4846, + "serial_number": "24325436475643", + "meter_type_id": 1, + "in_use": 1, + "manufacturer_id": 1, + "created_at": "2019-11-07 13:28:17", + "updated_at": "2019-11-07 13:28:17", + "deleted_at": null, + "meter_parameter": { + "id": 4727, + "connection_type_id": 1, + "created_at": "2019-11-07 13:28:17", + "updated_at": "2019-11-07 13:28:17", + "connection_group_id": 23 + }, + "meter_type": { + "id": 1, + "online": 0, + "phase": 1, + "max_current": 10, + "created_at": "2018-06-22 08:15:12", + "updated_at": "2018-06-22 08:15:12" + } + } + }, + "original_transaction": { + "id": 106713, + "conversation_id": "7SDFA6WE6GS4", + "originator_conversation_id": "456wer4fs564w65", + "mpesa_receipt": "12F3A1FEW3", + "transaction_date": "2020-03-26 13:15:59", + "transaction_id": "128156_34243", + "status": 1, + "created_at": "2020-03-26 10:16:00", + "updated_at": "2020-03-26 10:16:05", + "conflicts": [] + }, + "sms": { + "id": 149604, + "receiver": "+32424543523523", + "trigger_type": "transaction", + "trigger_id": 116705, + "body": "Meter: {24325436475643}, Token for 1kWh. 64368569223996495744. Service Charge: 0 EUR. VAT 18% \\t63 EUR \\n\n Total \\t 2870", + "status": 0, + "uuid": "98635408-a3ef-400b-b9db-68b5c6727f41", + "direction": 1, + "sender_id": null, + "created_at": "2020-03-26 10:16:06", + "updated_at": "2020-03-26 10:16:06" + }, + "payment_histories": [ + { + "id": 109389, "amount": 3500, - "type": "energy", + "payment_service": "mobile_money_provider_transaction", "sender": "32424543523523", - "message": "24325436475643", - "created_at": "2020-03-26 10:16:00", - "updated_at": "2020-03-26 10:16:01", - "token": { - "id": 107078, - "transaction_id": 116705, - "meter_id": 4846, - "token": "64368569223996495744", - "energy": 1, - "created_at": "2020-03-26 10:16:04", - "updated_at": "2020-03-26 10:16:04", - "meter": { - "id": 4846, - "serial_number": "24325436475643", - "meter_type_id": 1, - "in_use": 1, - "manufacturer_id": 1, - "created_at": "2019-11-07 13:28:17", - "updated_at": "2019-11-07 13:28:17", - "deleted_at": null, - "meter_parameter": { - "id": 4727, - "connection_type_id": 1, - "created_at": "2019-11-07 13:28:17", - "updated_at": "2019-11-07 13:28:17", - "connection_group_id": 23 - }, - "meter_type": { - "id": 1, - "online": 0, - "phase": 1, - "max_current": 10, - "created_at": "2018-06-22 08:15:12", - "updated_at": "2018-06-22 08:15:12" - } - } - }, - "original_transaction": { - "id": 106713, - "conversation_id": "7SDFA6WE6GS4", - "originator_conversation_id": "456wer4fs564w65", - "mpesa_receipt": "12F3A1FEW3", - "transaction_date": "2020-03-26 13:15:59", - "transaction_id": "128156_34243", - "status": 1, - "created_at": "2020-03-26 10:16:00", - "updated_at": "2020-03-26 10:16:05", - "conflicts": [] - }, - "sms": { - "id": 149604, - "receiver": "+32424543523523", - "trigger_type": "transaction", - "trigger_id": 116705, - "body": "Meter: {24325436475643}, Token for 1kWh. 64368569223996495744. Service Charge: 0 EUR. VAT 18% \\t63 EUR \\n\n Total \\t 2870", - "status": 0, - "uuid": "98635408-a3ef-400b-b9db-68b5c6727f41", - "direction": 1, - "sender_id": null, - "created_at": "2020-03-26 10:16:06", - "updated_at": "2020-03-26 10:16:06" - }, - "payment_histories": [ - { - "id": 109389, - "amount": 3500, - "payment_service": "mobile_money_provider_transaction", - "sender": "32424543523523", - "payment_type": "energy", - "paid_for_type": "token", - "paid_for_id": 107078, - "payer_type": "person", - "payer_id": 4890, - "transaction_id": 116705, - "created_at": "2020-03-26 10:16:04", - "updated_at": "2020-03-26 10:16:04" - } - ] - } + "payment_type": "energy", + "paid_for_type": "token", + "paid_for_id": 107078, + "payer_type": "person", + "payer_id": 4890, + "transaction_id": 116705, + "created_at": "2020-03-26 10:16:04", + "updated_at": "2020-03-26 10:16:04" + } + ] + } } diff --git a/Website/htdocs/mpmanager/storage/responses/transactions/transactions.cancelled.list.json b/Website/htdocs/mpmanager/storage/responses/transactions/transactions.cancelled.list.json index b4312ae42..fd158c55f 100644 --- a/Website/htdocs/mpmanager/storage/responses/transactions/transactions.cancelled.list.json +++ b/Website/htdocs/mpmanager/storage/responses/transactions/transactions.cancelled.list.json @@ -1,61 +1,61 @@ { - "current_page": 1, - "data": [ - { - "id": 94361, - "original_transaction_id": 87483, - "original_transaction_type": "mobile_money_1_transaction", - "amount": 150, - "type": "energy", - "sender": "3213123213", - "message": "435344124", - "created_at": "2020-02-24 14:50:56", - "updated_at": "2020-02-24 14:50:56", - "original_mobile_money_1": null, - "original_mobile_money_1": { - "id": 87483, - "conversation_id": "2343423", - "originator_conversation_id": "43432423", - "mpesa_receipt": "432423", - "transaction_date": "2020-02-24 17:50:55", - "transaction_id": "423423432", - "status": -1, - "created_at": "2020-02-24 14:50:56", - "updated_at": "2020-02-24 14:50:59" - } - }, - { - "id": 94108, - "original_transaction_id": 87254, - "original_transaction_type": "mobile_money_2_transaction", - "amount": 5000, - "type": "energy", - "sender": "34324324", - "message": "5467465432", - "created_at": "2020-02-24 07:47:04", - "updated_at": "2020-02-24 07:47:04", - "original_mobile_money_1": null, - "original_mobile_money_2": { - "id": 87254, - "conversation_id": "78SDFA456A", - "originator_conversation_id": "48w45d6f4w98456ds", - "mpesa_receipt": "489EWSDF498AWEDS45", - "transaction_date": "2020-02-24 10:47:03", - "transaction_id": "456464144564_423", - "status": -1, - "created_at": "2020-02-24 07:47:04", - "updated_at": "2020-02-24 07:47:06" - } - } - ], - "first_page_url": "http:\/\/mpmanager.local\/api\/transactions\/cancelled?page=1", - "from": 1, - "last_page": 521, - "last_page_url": "http:\/\/mpmanager.local\/api\/transactions\/cancelled?page=521", - "next_page_url": "http:\/\/mpmanager.local\/api\/transactions\/cancelled?page=2", - "path": "http:\/\/mpmanager.local\/api\/transactions\/cancelled", - "per_page": 15, - "prev_page_url": null, - "to": 15, - "total": 7809 + "current_page": 1, + "data": [ + { + "id": 94361, + "original_transaction_id": 87483, + "original_transaction_type": "mobile_money_1_transaction", + "amount": 150, + "type": "energy", + "sender": "3213123213", + "message": "435344124", + "created_at": "2020-02-24 14:50:56", + "updated_at": "2020-02-24 14:50:56", + "original_mobile_money_1": null, + "original_mobile_money_1": { + "id": 87483, + "conversation_id": "2343423", + "originator_conversation_id": "43432423", + "mpesa_receipt": "432423", + "transaction_date": "2020-02-24 17:50:55", + "transaction_id": "423423432", + "status": -1, + "created_at": "2020-02-24 14:50:56", + "updated_at": "2020-02-24 14:50:59" + } + }, + { + "id": 94108, + "original_transaction_id": 87254, + "original_transaction_type": "mobile_money_2_transaction", + "amount": 5000, + "type": "energy", + "sender": "34324324", + "message": "5467465432", + "created_at": "2020-02-24 07:47:04", + "updated_at": "2020-02-24 07:47:04", + "original_mobile_money_1": null, + "original_mobile_money_2": { + "id": 87254, + "conversation_id": "78SDFA456A", + "originator_conversation_id": "48w45d6f4w98456ds", + "mpesa_receipt": "489EWSDF498AWEDS45", + "transaction_date": "2020-02-24 10:47:03", + "transaction_id": "456464144564_423", + "status": -1, + "created_at": "2020-02-24 07:47:04", + "updated_at": "2020-02-24 07:47:06" + } + } + ], + "first_page_url": "http://mpmanager.local/api/transactions/cancelled?page=1", + "from": 1, + "last_page": 521, + "last_page_url": "http://mpmanager.local/api/transactions/cancelled?page=521", + "next_page_url": "http://mpmanager.local/api/transactions/cancelled?page=2", + "path": "http://mpmanager.local/api/transactions/cancelled", + "per_page": 15, + "prev_page_url": null, + "to": 15, + "total": 7809 } diff --git a/Website/htdocs/mpmanager/storage/responses/transactions/transactions.compare.json b/Website/htdocs/mpmanager/storage/responses/transactions/transactions.compare.json index cf3a17046..00dd55d43 100644 --- a/Website/htdocs/mpmanager/storage/responses/transactions/transactions.compare.json +++ b/Website/htdocs/mpmanager/storage/responses/transactions/transactions.compare.json @@ -1,37 +1,37 @@ { - "success": true, - "current": { - "total": 634, - "amount": "1655045", - "confirmed": 605, - "confirmedPercentage": 95.42586750788644, - "cancelled": 29, - "cancelledPercentage": 4.574132492113565 + "success": true, + "current": { + "total": 634, + "amount": "1655045", + "confirmed": 605, + "confirmedPercentage": 95.42586750788644, + "cancelled": 29, + "cancelledPercentage": 4.574132492113565 + }, + "past": { + "total": 789, + "amount": "1572390", + "confirmed": 754, + "confirmedPercentage": 95.56400506970849, + "cancelled": 35, + "cancelledPercentage": 4.435994930291508 + }, + "analytics": { + "totalPercentage": { + "percentage": -19.65, + "color": "red" }, - "past": { - "total": 789, - "amount": "1572390", - "confirmed": 754, - "confirmedPercentage": 95.56400506970849, - "cancelled": 35, - "cancelledPercentage": 4.435994930291508 + "confirmationPercentage": { + "percentage": -0.14, + "color": "red" }, - "analytics": { - "totalPercentage": { - "percentage": -19.65, - "color": "red" - }, - "confirmationPercentage": { - "percentage": -0.14, - "color": "red" - }, - "cancelationPercentage": { - "percentage": 0.14, - "color": "red" - }, - "amountPercentage": { - "percentage": 5.26, - "color": "green" - } + "cancelationPercentage": { + "percentage": 0.14, + "color": "red" + }, + "amountPercentage": { + "percentage": 5.26, + "color": "green" } + } } diff --git a/Website/htdocs/mpmanager/storage/responses/transactions/transactions.confirmed.list.json b/Website/htdocs/mpmanager/storage/responses/transactions/transactions.confirmed.list.json index 3f83d8502..64823e12b 100644 --- a/Website/htdocs/mpmanager/storage/responses/transactions/transactions.confirmed.list.json +++ b/Website/htdocs/mpmanager/storage/responses/transactions/transactions.confirmed.list.json @@ -1,61 +1,61 @@ { - "current_page": 1, - "data": [ - { - "id": 94361, - "original_transaction_id": 87483, - "original_transaction_type": "mobile_money_1_transaction", - "amount": 150, - "type": "energy", - "sender": "3213123213", - "message": "435344124", - "created_at": "2020-02-24 14:50:56", - "updated_at": "2020-02-24 14:50:56", - "original_mobile_money_1": null, - "original_mobile_money_1": { - "id": 87483, - "conversation_id": "2343423", - "originator_conversation_id": "43432423", - "mpesa_receipt": "432423", - "transaction_date": "2020-02-24 17:50:55", - "transaction_id": "423423432", - "status": 1, - "created_at": "2020-02-24 14:50:56", - "updated_at": "2020-02-24 14:50:59" - } - }, - { - "id": 94108, - "original_transaction_id": 87254, - "original_transaction_type": "mobile_money_2_transaction", - "amount": 5000, - "type": "energy", - "sender": "34324324", - "message": "5467465432", - "created_at": "2020-02-24 07:47:04", - "updated_at": "2020-02-24 07:47:04", - "original_mobile_money_1": null, - "original_mobile_money_2": { - "id": 87254, - "conversation_id": "78SDFA456A", - "originator_conversation_id": "48w45d6f4w98456ds", - "mpesa_receipt": "489EWSDF498AWEDS45", - "transaction_date": "2020-02-24 10:47:03", - "transaction_id": "456464144564_423", - "status": 1, - "created_at": "2020-02-24 07:47:04", - "updated_at": "2020-02-24 07:47:06" - } - } - ], - "first_page_url": "http:\/\/mpmanager.local\/api\/transactions\/cancelled?page=1", - "from": 1, - "last_page": 521, - "last_page_url": "http:\/\/mpmanager.local\/api\/transactions\/cancelled?page=521", - "next_page_url": "http:\/\/mpmanager.local\/api\/transactions\/cancelled?page=2", - "path": "http:\/\/mpmanager.local\/api\/transactions\/cancelled", - "per_page": 15, - "prev_page_url": null, - "to": 15, - "total": 7809 + "current_page": 1, + "data": [ + { + "id": 94361, + "original_transaction_id": 87483, + "original_transaction_type": "mobile_money_1_transaction", + "amount": 150, + "type": "energy", + "sender": "3213123213", + "message": "435344124", + "created_at": "2020-02-24 14:50:56", + "updated_at": "2020-02-24 14:50:56", + "original_mobile_money_1": null, + "original_mobile_money_1": { + "id": 87483, + "conversation_id": "2343423", + "originator_conversation_id": "43432423", + "mpesa_receipt": "432423", + "transaction_date": "2020-02-24 17:50:55", + "transaction_id": "423423432", + "status": 1, + "created_at": "2020-02-24 14:50:56", + "updated_at": "2020-02-24 14:50:59" + } + }, + { + "id": 94108, + "original_transaction_id": 87254, + "original_transaction_type": "mobile_money_2_transaction", + "amount": 5000, + "type": "energy", + "sender": "34324324", + "message": "5467465432", + "created_at": "2020-02-24 07:47:04", + "updated_at": "2020-02-24 07:47:04", + "original_mobile_money_1": null, + "original_mobile_money_2": { + "id": 87254, + "conversation_id": "78SDFA456A", + "originator_conversation_id": "48w45d6f4w98456ds", + "mpesa_receipt": "489EWSDF498AWEDS45", + "transaction_date": "2020-02-24 10:47:03", + "transaction_id": "456464144564_423", + "status": 1, + "created_at": "2020-02-24 07:47:04", + "updated_at": "2020-02-24 07:47:06" + } + } + ], + "first_page_url": "http://mpmanager.local/api/transactions/cancelled?page=1", + "from": 1, + "last_page": 521, + "last_page_url": "http://mpmanager.local/api/transactions/cancelled?page=521", + "next_page_url": "http://mpmanager.local/api/transactions/cancelled?page=2", + "path": "http://mpmanager.local/api/transactions/cancelled", + "per_page": 15, + "prev_page_url": null, + "to": 15, + "total": 7809 } diff --git a/Website/htdocs/mpmanager/storage/responses/transactions/transactions.list.json b/Website/htdocs/mpmanager/storage/responses/transactions/transactions.list.json index 540ce13ae..66fd55639 100644 --- a/Website/htdocs/mpmanager/storage/responses/transactions/transactions.list.json +++ b/Website/htdocs/mpmanager/storage/responses/transactions/transactions.list.json @@ -1,59 +1,59 @@ { - "current_page": 1, - "data": [ - { - "id": 94372, - "original_transaction_id": 87491, - "original_transaction_type": "mobile_money_providertransaction", - "amount": 500, - "type": "energy", - "sender": "4324432424314", - "message": "64654123213", - "created_at": "2020-02-24 15:03:16", - "updated_at": "2020-02-24 15:03:17", - "original_transaction": { - "id": 87491, - "conversation_id": "43534HFH2WIDFA", - "originator_conversation_id": "aew4322fsjkln32m,fds", - "mpesa_receipt": "54XI1EDF89QL", - "transaction_date": "2020-02-24 18:03:15", - "transaction_id": "324432_324", - "status": 1, - "created_at": "2020-02-24 15:03:16", - "updated_at": "2020-02-24 15:03:22" - } - }, - { - "id": 94371, - "original_transaction_id": 87490, - "original_transaction_type": "mobile_money_providertransaction", - "amount": 5000, - "type": "energy", - "sender": "11111111", - "message": "12312323123", - "created_at": "2020-02-24 14:59:35", - "updated_at": "2020-02-24 14:59:38", - "original_transaction": { - "id": 87490, - "conversation_id": "543FEEG674", - "originator_conversation_id": "46c8032hjfgvdh48f93fdz9", - "mpesa_receipt": "5438844FDGBHHH654", - "transaction_date": "2020-02-24 17:59:34", - "transaction_id": "423423_12223", - "status": 1, - "created_at": "2020-02-24 14:59:35", - "updated_at": "2020-02-24 14:59:43" - } - } - ], - "first_page_url": "http:\/\/mpmanager.loca\/api\/transactions?page=1", - "from": 1, - "last_page": 6292, - "last_page_url": "http:\/\/mpmanager.loca\/api\/transactions?page=6292", - "next_page_url": "http:\/\/mpmanager.loca\/api\/transactions?page=2", - "path": "http:\/\/mpmanager.loca\/api\/transactions", - "per_page": 15, - "prev_page_url": null, - "to": 15, - "total": 94372 + "current_page": 1, + "data": [ + { + "id": 94372, + "original_transaction_id": 87491, + "original_transaction_type": "mobile_money_providertransaction", + "amount": 500, + "type": "energy", + "sender": "4324432424314", + "message": "64654123213", + "created_at": "2020-02-24 15:03:16", + "updated_at": "2020-02-24 15:03:17", + "original_transaction": { + "id": 87491, + "conversation_id": "43534HFH2WIDFA", + "originator_conversation_id": "aew4322fsjkln32m,fds", + "mpesa_receipt": "54XI1EDF89QL", + "transaction_date": "2020-02-24 18:03:15", + "transaction_id": "324432_324", + "status": 1, + "created_at": "2020-02-24 15:03:16", + "updated_at": "2020-02-24 15:03:22" + } + }, + { + "id": 94371, + "original_transaction_id": 87490, + "original_transaction_type": "mobile_money_providertransaction", + "amount": 5000, + "type": "energy", + "sender": "11111111", + "message": "12312323123", + "created_at": "2020-02-24 14:59:35", + "updated_at": "2020-02-24 14:59:38", + "original_transaction": { + "id": 87490, + "conversation_id": "543FEEG674", + "originator_conversation_id": "46c8032hjfgvdh48f93fdz9", + "mpesa_receipt": "5438844FDGBHHH654", + "transaction_date": "2020-02-24 17:59:34", + "transaction_id": "423423_12223", + "status": 1, + "created_at": "2020-02-24 14:59:35", + "updated_at": "2020-02-24 14:59:43" + } + } + ], + "first_page_url": "http://mpmanager.loca/api/transactions?page=1", + "from": 1, + "last_page": 6292, + "last_page_url": "http://mpmanager.loca/api/transactions?page=6292", + "next_page_url": "http://mpmanager.loca/api/transactions?page=2", + "path": "http://mpmanager.loca/api/transactions", + "per_page": 15, + "prev_page_url": null, + "to": 15, + "total": 94372 } diff --git a/Website/htdocs/mpmanager/storage/responses/transactions/transactions.search.json b/Website/htdocs/mpmanager/storage/responses/transactions/transactions.search.json index d9d6bb57b..0e6a3ea68 100644 --- a/Website/htdocs/mpmanager/storage/responses/transactions/transactions.search.json +++ b/Website/htdocs/mpmanager/storage/responses/transactions/transactions.search.json @@ -1,59 +1,59 @@ { - "current_page": 1, - "data": [ - { - "id": 116705, - "original_transaction_id": 106713, - "original_transaction_type": "mobile_money_transaction", - "amount": 3500, - "type": "energy", - "sender": "111111111111", - "message": "3452452343,", - "created_at": "2020-03-26 10:16:00", - "updated_at": "2020-03-26 10:16:01", - "original_transaction": { - "id": 106713, - "conversation_id": "7FDSGJHK40D", - "originator_conversation_id": "438flfsda23fs", - "mpesa_receipt": "13DEXKFHWJ", - "transaction_date": "2020-03-26 13:15:59", - "transaction_id": "243423423_3152", - "status": 1, - "created_at": "2020-03-26 10:16:00", - "updated_at": "2020-03-26 10:16:05" - } - }, - { - "id": 104821, - "original_transaction_id": 96449, - "original_transaction_type": "mobile_money_transaction", - "amount": 3500, - "type": "energy", - "sender": "111111111111", - "message": "3452452343,", - "created_at": "2020-03-10 11:01:27", - "updated_at": "2020-03-10 11:01:28", - "original_transaction": { - "id": 96449, - "conversation_id": "355523GFEFFGDW3", - "originator_conversation_id": "47ckwdsui43788fdsbhj3", - "mpesa_receipt": "123TZGDF123ESD6", - "transaction_date": "2020-03-10 14:01:26", - "transaction_id": "12386468_7895", - "status": 1, - "created_at": "2020-03-10 11:01:27", - "updated_at": "2020-03-10 11:01:30" - } - } - ], - "first_page_url": "http:\/\/mpmanager.local\/api\/transactions\/advanced?page=1", - "from": 1, - "last_page": 1, - "last_page_url": "http:\/\/mpmanager.local\/api\/transactions\/advanced?page=1", - "next_page_url": null, - "path": "http:\/\/mpmanager.local\/api\/transactions\/advanced", - "per_page": 15, - "prev_page_url": null, - "to": 5, - "total": 5 + "current_page": 1, + "data": [ + { + "id": 116705, + "original_transaction_id": 106713, + "original_transaction_type": "mobile_money_transaction", + "amount": 3500, + "type": "energy", + "sender": "111111111111", + "message": "3452452343,", + "created_at": "2020-03-26 10:16:00", + "updated_at": "2020-03-26 10:16:01", + "original_transaction": { + "id": 106713, + "conversation_id": "7FDSGJHK40D", + "originator_conversation_id": "438flfsda23fs", + "mpesa_receipt": "13DEXKFHWJ", + "transaction_date": "2020-03-26 13:15:59", + "transaction_id": "243423423_3152", + "status": 1, + "created_at": "2020-03-26 10:16:00", + "updated_at": "2020-03-26 10:16:05" + } + }, + { + "id": 104821, + "original_transaction_id": 96449, + "original_transaction_type": "mobile_money_transaction", + "amount": 3500, + "type": "energy", + "sender": "111111111111", + "message": "3452452343,", + "created_at": "2020-03-10 11:01:27", + "updated_at": "2020-03-10 11:01:28", + "original_transaction": { + "id": 96449, + "conversation_id": "355523GFEFFGDW3", + "originator_conversation_id": "47ckwdsui43788fdsbhj3", + "mpesa_receipt": "123TZGDF123ESD6", + "transaction_date": "2020-03-10 14:01:26", + "transaction_id": "12386468_7895", + "status": 1, + "created_at": "2020-03-10 11:01:27", + "updated_at": "2020-03-10 11:01:30" + } + } + ], + "first_page_url": "http://mpmanager.local/api/transactions/advanced?page=1", + "from": 1, + "last_page": 1, + "last_page_url": "http://mpmanager.local/api/transactions/advanced?page=1", + "next_page_url": null, + "path": "http://mpmanager.local/api/transactions/advanced", + "per_page": 15, + "prev_page_url": null, + "to": 5, + "total": 5 } diff --git a/docker-compose.yml b/docker-compose.yml index d8e0d2a68..5be2db3e5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -75,7 +75,6 @@ services: ports: - 3306:3306 - volumes: frontend_node_modules: mariadb_data: diff --git a/docs/development/build-for-production.md b/docs/development/build-for-production.md index cd9f3be5b..1d7aeb7ed 100644 --- a/docs/development/build-for-production.md +++ b/docs/development/build-for-production.md @@ -19,5 +19,5 @@ cd Website/ui ``` ```bash -docker build --platform linux/amd64 -t micropowermanager-frontend-prod -f Dockerfile +docker build --platform linux/amd64 -t micropowermanager-frontend-prod -f Dockerfile ```