PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ahmad Mustapha   PHP Download URL Content   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Download URL Content
Automate download of files from different sites
Author: By
Last change:
Date: 3 years ago
Size: 1,325 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": "^7.4", "ext-json": "*", "ahmard/queliwrap": "^2.0", "fabpot/goutte": "^4.0", "laravel-zero/framework": "^7.0" }, "require-dev": { "mockery/mockery": "^1.3.1", "phpunit/phpunit": "^8.5" }, "autoload": { "psr-4": { "App\\": "app/" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "config": { "preferred-install": "dist", "sort-packages": true, "optimize-autoloader": true }, "scripts": { "post-create-project-cmd": [ "@php application app:rename" ] }, "minimum-stability": "dev", "prefer-stable": true, "bin": ["application"] }