Your IP : 216.73.217.95


Current Path : /home/rtorresani/www/dev/tests/integration/_files/Magento/TestModuleSample/
Upload File :
Current File : //home/rtorresani/www/dev/tests/integration/_files/Magento/TestModuleSample/composer.json

{
    "name": "magento/module-sample-test",
    "description": "test sample module",
    "config": {
        "sort-packages": true
    },
    "require": {
        "php": "~7.4.0||~8.0.0",
        "magento/framework": "*",
        "magento/module-integration": "*"
    },
    "type": "magento2-module",
    "extra": {
        "map": [
            [
                "*",
                "Magento/TestModuleSample"
            ]
        ]
    }
}