[
    {
        "name": "doctrine/inflector",
        "version": "1.3.1",
        "version_normalized": "1.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/inflector.git",
            "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
            "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
            "shasum": ""
        },
        "require": {
            "php": "^7.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.2"
        },
        "time": "2019-10-30T19:59:35+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Common String Manipulations with regard to casing and singular/plural rules.",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "inflection",
            "pluralize",
            "singularize",
            "string"
        ]
    },
    {
        "name": "illuminate/container",
        "version": "v5.8.36",
        "version_normalized": "5.8.36.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/container.git",
            "reference": "b42e5ef939144b77f78130918da0ce2d9ee16574"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/container/zipball/b42e5ef939144b77f78130918da0ce2d9ee16574",
            "reference": "b42e5ef939144b77f78130918da0ce2d9ee16574",
            "shasum": ""
        },
        "require": {
            "illuminate/contracts": "5.8.*",
            "illuminate/support": "5.8.*",
            "php": "^7.1.3",
            "psr/container": "^1.0"
        },
        "time": "2019-08-20T02:00:23+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Illuminate\\Container\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylor@laravel.com"
            }
        ],
        "description": "The Illuminate Container package.",
        "homepage": "https://laravel.com"
    },
    {
        "name": "illuminate/contracts",
        "version": "v5.8.36",
        "version_normalized": "5.8.36.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/contracts.git",
            "reference": "00fc6afee788fa07c311b0650ad276585f8aef96"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/contracts/zipball/00fc6afee788fa07c311b0650ad276585f8aef96",
            "reference": "00fc6afee788fa07c311b0650ad276585f8aef96",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "psr/container": "^1.0",
            "psr/simple-cache": "^1.0"
        },
        "time": "2019-07-30T13:57:21+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Illuminate\\Contracts\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylor@laravel.com"
            }
        ],
        "description": "The Illuminate Contracts package.",
        "homepage": "https://laravel.com"
    },
    {
        "name": "illuminate/database",
        "version": "v5.8.36",
        "version_normalized": "5.8.36.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/database.git",
            "reference": "ac9ae2d82b8a6137400f17b3eea258be3518daa9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/database/zipball/ac9ae2d82b8a6137400f17b3eea258be3518daa9",
            "reference": "ac9ae2d82b8a6137400f17b3eea258be3518daa9",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "illuminate/container": "5.8.*",
            "illuminate/contracts": "5.8.*",
            "illuminate/support": "5.8.*",
            "php": "^7.1.3"
        },
        "suggest": {
            "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
            "fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).",
            "illuminate/console": "Required to use the database commands (5.8.*).",
            "illuminate/events": "Required to use the observers with Eloquent (5.8.*).",
            "illuminate/filesystem": "Required to use the migrations (5.8.*).",
            "illuminate/pagination": "Required to paginate the result set (5.8.*)."
        },
        "time": "2019-10-03T16:22:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Illuminate\\Database\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylor@laravel.com"
            }
        ],
        "description": "The Illuminate Database package.",
        "homepage": "https://laravel.com",
        "keywords": [
            "database",
            "laravel",
            "orm",
            "sql"
        ]
    },
    {
        "name": "illuminate/pagination",
        "version": "v5.8.36",
        "version_normalized": "5.8.36.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/pagination.git",
            "reference": "391134bc87a47b3dfe5cf60df73e5e0080aec220"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/pagination/zipball/391134bc87a47b3dfe5cf60df73e5e0080aec220",
            "reference": "391134bc87a47b3dfe5cf60df73e5e0080aec220",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "illuminate/contracts": "5.8.*",
            "illuminate/support": "5.8.*",
            "php": "^7.1.3"
        },
        "time": "2019-03-18T14:45:00+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Illuminate\\Pagination\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylor@laravel.com"
            }
        ],
        "description": "The Illuminate Pagination package.",
        "homepage": "https://laravel.com"
    },
    {
        "name": "illuminate/support",
        "version": "v5.8.36",
        "version_normalized": "5.8.36.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/support.git",
            "reference": "df4af6a32908f1d89d74348624b57e3233eea247"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/support/zipball/df4af6a32908f1d89d74348624b57e3233eea247",
            "reference": "df4af6a32908f1d89d74348624b57e3233eea247",
            "shasum": ""
        },
        "require": {
            "doctrine/inflector": "^1.1",
            "ext-json": "*",
            "ext-mbstring": "*",
            "illuminate/contracts": "5.8.*",
            "nesbot/carbon": "^1.26.3 || ^2.0",
            "php": "^7.1.3"
        },
        "conflict": {
            "tightenco/collect": "<5.5.33"
        },
        "suggest": {
            "illuminate/filesystem": "Required to use the composer class (5.8.*).",
            "moontoast/math": "Required to use ordered UUIDs (^1.1).",
            "ramsey/uuid": "Required to use Str::uuid() (^3.7).",
            "symfony/process": "Required to use the composer class (^4.2).",
            "symfony/var-dumper": "Required to use the dd function (^4.2).",
            "vlucas/phpdotenv": "Required to use the env helper (^3.3)."
        },
        "time": "2019-12-12T14:16:47+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Illuminate\\Support\\": ""
            },
            "files": [
                "helpers.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylor@laravel.com"
            }
        ],
        "description": "The Illuminate Support package.",
        "homepage": "https://laravel.com"
    },
    {
        "name": "konekt/pdf-invoice",
        "version": "1.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/artkonekt/pdf-invoice.git",
            "reference": "21bd1128d749d5d6d08d14585000b48ae48fe96c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/artkonekt/pdf-invoice/zipball/21bd1128d749d5d6d08d14585000b48ae48fe96c",
            "reference": "21bd1128d749d5d6d08d14585000b48ae48fe96c",
            "shasum": ""
        },
        "require": {
            "ext-iconv": "*",
            "ext-mbstring": "*",
            "php": ">=5.6",
            "setasign/fpdf": "~1.8.1"
        },
        "require-dev": {
            "phpunit/phpunit": "~5.0"
        },
        "time": "2019-12-18T23:11:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Konekt\\PdfInvoice\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0-or-later"
        ],
        "authors": [
            {
                "name": "Attila Fulop",
                "homepage": "https://github.com/fulopattila122"
            }
        ],
        "description": "Library to generate PDF invoices",
        "keywords": [
            "artkonekt",
            "invoice",
            "konekt",
            "pdf"
        ]
    },
    {
        "name": "nesbot/carbon",
        "version": "2.31.0",
        "version_normalized": "2.31.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/briannesbitt/Carbon.git",
            "reference": "bbc0ab53f41a4c6f223c18efcdbd9bc725eb5d2d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/bbc0ab53f41a4c6f223c18efcdbd9bc725eb5d2d",
            "reference": "bbc0ab53f41a4c6f223c18efcdbd9bc725eb5d2d",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "php": "^7.1.8 || ^8.0",
            "symfony/translation": "^3.4 || ^4.0 || ^5.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
            "kylekatarnls/multi-tester": "^1.1",
            "phpmd/phpmd": "^2.8",
            "phpstan/phpstan": "^0.11",
            "phpunit/phpunit": "^7.5 || ^8.0",
            "squizlabs/php_codesniffer": "^3.4"
        },
        "time": "2020-03-01T11:11:58+00:00",
        "bin": [
            "bin/carbon"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            },
            "laravel": {
                "providers": [
                    "Carbon\\Laravel\\ServiceProvider"
                ]
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Carbon\\": "src/Carbon/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Brian Nesbitt",
                "email": "brian@nesbot.com",
                "homepage": "http://nesbot.com"
            },
            {
                "name": "kylekatarnls",
                "homepage": "http://github.com/kylekatarnls"
            }
        ],
        "description": "An API extension for DateTime that supports 281 different languages.",
        "homepage": "http://carbon.nesbot.com",
        "keywords": [
            "date",
            "datetime",
            "time"
        ]
    },
    {
        "name": "paypal/merchant-sdk-php",
        "version": "v3.12.0",
        "version_normalized": "3.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paypal/merchant-sdk-php.git",
            "reference": "f21fe42ad787f98ea5d7186b19e8bec97f1852ed"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paypal/merchant-sdk-php/zipball/f21fe42ad787f98ea5d7186b19e8bec97f1852ed",
            "reference": "f21fe42ad787f98ea5d7186b19e8bec97f1852ed",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "paypal/sdk-core-php": "3.*",
            "php": ">=5.3.0"
        },
        "time": "2017-10-10T19:03:05+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "PayPal\\Service": "lib/",
                "PayPal\\CoreComponentTypes": "lib/",
                "PayPal\\EBLBaseComponents": "lib/",
                "PayPal\\EnhancedDataTypes": "lib/",
                "PayPal\\PayPalAPI": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "PayPal",
                "homepage": "https://github.com/paypal/merchant-sdk-php/contributors"
            }
        ],
        "description": "PayPal Merchant SDK for PHP",
        "homepage": "https://developer.paypal.com",
        "keywords": [
            "paypal",
            "php",
            "sdk"
        ]
    },
    {
        "name": "paypal/sdk-core-php",
        "version": "3.4.0",
        "version_normalized": "3.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paypal/sdk-core-php.git",
            "reference": "d2174f69f9811a8f2e79af7498fdf89586457d76"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paypal/sdk-core-php/zipball/d2174f69f9811a8f2e79af7498fdf89586457d76",
            "reference": "d2174f69f9811a8f2e79af7498fdf89586457d76",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "3.7.*"
        },
        "time": "2017-11-13T18:53:13+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "PayPal": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "PayPal",
                "homepage": "https://github.com/paypal/sdk-core-php/contributors"
            }
        ],
        "description": "PayPal Core SDK for PHP",
        "homepage": "https://github.com/paypal/sdk-core-php",
        "keywords": [
            "paypal",
            "php",
            "sdk"
        ]
    },
    {
        "name": "psr/container",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/container.git",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-02-14T16:28:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Container\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common Container Interface (PHP FIG PSR-11)",
        "homepage": "https://github.com/php-fig/container",
        "keywords": [
            "PSR-11",
            "container",
            "container-interface",
            "container-interop",
            "psr"
        ]
    },
    {
        "name": "psr/simple-cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/simple-cache.git",
            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-10-23T01:57:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\SimpleCache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interfaces for simple caching",
        "keywords": [
            "cache",
            "caching",
            "psr",
            "psr-16",
            "simple-cache"
        ]
    },
    {
        "name": "rakit/validation",
        "version": "v1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/rakit/validation.git",
            "reference": "d7710a2c8133d89b5640b79e832f370ad2d58767"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/rakit/validation/zipball/d7710a2c8133d89b5640b79e832f370ad2d58767",
            "reference": "d7710a2c8133d89b5640b79e832f370ad2d58767",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "php": ">=7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.5",
            "squizlabs/php_codesniffer": "^3"
        },
        "time": "2019-07-10T03:20:16+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Rakit\\Validation\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Muhammad Syifa",
                "email": "emsifa@gmail.com"
            }
        ],
        "description": "PHP Laravel like standalone validation library"
    },
    {
        "name": "setasign/fpdf",
        "version": "1.8.2",
        "version_normalized": "1.8.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Setasign/FPDF.git",
            "reference": "d77904018090c17dc9f3ab6e944679a7a47e710a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Setasign/FPDF/zipball/d77904018090c17dc9f3ab6e944679a7a47e710a",
            "reference": "d77904018090c17dc9f3ab6e944679a7a47e710a",
            "shasum": ""
        },
        "time": "2019-12-08T10:32:10+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "fpdf.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Olivier Plathey",
                "email": "oliver@fpdf.org",
                "homepage": "http://fpdf.org/"
            }
        ],
        "description": "FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.",
        "homepage": "http://www.fpdf.org",
        "keywords": [
            "fpdf",
            "pdf"
        ]
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.14.0",
        "version_normalized": "1.14.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/34094cfa9abe1f0f14f48f490772db7a775559f2",
            "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2020-01-13T11:15:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.14-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Mbstring\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Mbstring extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "mbstring",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/translation",
        "version": "v5.0.5",
        "version_normalized": "5.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/translation.git",
            "reference": "e9b93f42a1fd6aec6a0872d59ee5c8219a7d584b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/translation/zipball/e9b93f42a1fd6aec6a0872d59ee5c8219a7d584b",
            "reference": "e9b93f42a1fd6aec6a0872d59ee5c8219a7d584b",
            "shasum": ""
        },
        "require": {
            "php": "^7.2.5",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/translation-contracts": "^2"
        },
        "conflict": {
            "symfony/config": "<4.4",
            "symfony/dependency-injection": "<5.0",
            "symfony/http-kernel": "<5.0",
            "symfony/twig-bundle": "<5.0",
            "symfony/yaml": "<4.4"
        },
        "provide": {
            "symfony/translation-implementation": "2.0"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "^4.4|^5.0",
            "symfony/console": "^4.4|^5.0",
            "symfony/dependency-injection": "^5.0",
            "symfony/finder": "^4.4|^5.0",
            "symfony/http-kernel": "^5.0",
            "symfony/intl": "^4.4|^5.0",
            "symfony/service-contracts": "^1.1.2|^2",
            "symfony/yaml": "^4.4|^5.0"
        },
        "suggest": {
            "psr/log-implementation": "To use logging capability in translator",
            "symfony/config": "",
            "symfony/yaml": ""
        },
        "time": "2020-02-04T07:41:34+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Translation\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Translation Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/translation-contracts",
        "version": "v2.0.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/translation-contracts.git",
            "reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/8cc682ac458d75557203b2f2f14b0b92e1c744ed",
            "reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed",
            "shasum": ""
        },
        "require": {
            "php": "^7.2.5"
        },
        "suggest": {
            "symfony/translation-implementation": ""
        },
        "time": "2019-11-18T17:27:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Contracts\\Translation\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Generic abstractions related to translation",
        "homepage": "https://symfony.com",
        "keywords": [
            "abstractions",
            "contracts",
            "decoupling",
            "interfaces",
            "interoperability",
            "standards"
        ]
    },
    {
        "name": "tareq1988/wp-eloquent",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/tareq1988/wp-eloquent.git",
            "reference": "511a2b9661cbaf5c5bbc0d536bf988f4e1d5a78f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tareq1988/wp-eloquent/zipball/511a2b9661cbaf5c5bbc0d536bf988f4e1d5a78f",
            "reference": "511a2b9661cbaf5c5bbc0d536bf988f4e1d5a78f",
            "shasum": ""
        },
        "require": {
            "illuminate/database": "^5.4",
            "illuminate/pagination": "^5.4"
        },
        "time": "2019-11-01T18:05:10+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "WeDevs\\ORM\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0-or-later"
        ],
        "authors": [
            {
                "name": "Tareq Hasan",
                "email": "tareq@wedevs.com"
            }
        ],
        "description": "Eloquent ORM for WordPress",
        "homepage": "https://github.com/tareq1988/wp-eloquent",
        "keywords": [
            "eloquent",
            "orm",
            "plugin",
            "sql",
            "wordpress"
        ]
    }
]
