PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of DeGraciaMathieu   PHP Dep Dashboard   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Dep Dashboard
Visualize PHP class dependencies in a Web page
Author: By
Last change:
Date: 10 hours ago
Size: 422 bytes
 

Contents

Class file image Download
{ "name": "degraciamathieu/php-dep-dashboard", "description": "Interactive dependency graph dashboard for PHP projects, powered by php-dep", "type": "project", "license": "MIT", "require": { "php": "^8.1", "degraciamathieu/php-dep": "^1.0" }, "bin": [ "bin/analyse" ], "config": { "optimize-autoloader": true, "preferred-install": "dist" } }