PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of DeGraciaMathieu   PHP GIT Insights Analyzer   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP GIT Insights Analyzer
Present report of PHP projects in a Git repository
Author: By
Last change:
Date: 2 months ago
Size: 1,401 bytes
 

Contents

Class file image Download
{ "name": "laravel-zero/laravel-zero", "description": "The Laravel Zero Framework.", "keywords": ["framework", "laravel", "laravel zero", "console", "cli"], "homepage": "https://laravel-zero.com", "type": "project", "license": "MIT", "support": { "issues": "https://github.com/laravel-zero/laravel-zero/issues", "source": "https://github.com/laravel-zero/laravel-zero" }, "authors": [ { "name": "Nuno Maduro", "email": "enunomaduro@gmail.com" } ], "require": { "php": "^8.1", "laravel-zero/framework": "^10.2", "nunomaduro/termwind": "^1.15.1" }, "require-dev": { "laravel/pint": "^1.13", "mockery/mockery": "^1.6", "pestphp/pest": "^2.22" }, "autoload": { "psr-4": { "App\\": "app/", "Database\\Factories\\": "database/factories/", "Database\\Seeders\\": "database/seeders/" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "config": { "preferred-install": "dist", "sort-packages": true, "optimize-autoloader": true, "allow-plugins": { "pestphp/pest-plugin": true } }, "minimum-stability": "stable", "prefer-stable": true, "bin": ["php-git-insights-analyzer"] }