PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Wesley Silva   Mage Developer   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mage Developer
Module to start Magento using PHP Web server
Author: By
Last change:
Date: 2 years ago
Size: 372 bytes
 

Contents

Class file image Download
{ "name": "wesleydeveloper/mage-developer", "version": "1.0.0", "description": "N/A", "type": "magento2-module", "require": { "magento/framework": "*" }, "minimum-stability": "dev-master", "license": [ "MIT" ], "autoload": { "files": [ "registration.php" ], "psr-4": { "Wesleydeveloper\\MageDeveloper\\": "" } } }