PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Rodrigo Faustino   PHP CRUD MVC   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CRUD MVC
Develop applications that provide CRUD interfaces
Author: By
Last change:
Date: 7 months ago
Size: 351 bytes
 

Contents

Class file image Download
{ "name": "app/mini", "autoload": { "psr-4": { "App\\": "backend/" } }, "authors": [ { "name": "faustinopsy", "email": "rodrigohipnose@gmail.com" } ], "phpunit/php-code-coverage": "^4.0.3", "require-dev": { "phpunit/phpunit": "^10.4" } }