HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/topswtwmobile.komma.pro/vendor/ufirst/lang-import-export/composer.json
{
    "name": "ufirst/lang-import-export",
    "description": "A Laravel package providing artisan commands to import and export language files from and to CSV.",
    "keywords": ["laravel", "localization", "translation", "messages", "import", "export", "CSV"],
    "authors": [
        {
            "name": "Michael Ruoss",
            "email": "michael.ruoss@ufirstgroup.com"
        }
    ],
    "license": "MIT",
    "require": {
        "php": ">=5.3.0",
        "illuminate/support": "~4.1"
    },
    "autoload": {
        "classmap": [
            "src/migrations"
        ],
        "psr-0": {
            "UFirst\\LangImportExport\\": "src/"
        }
    },
    "extra": {
        "component": "package",
        "frameworks": ["Laravel 4"]
    },
    "minimum-stability": "stable"
}