PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Thiago Przyczynski   PHP Busca CEP Correios   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Busca CEP Correios
API to search for Brazilian zip codes
Author: By
Last change:
Date: 4 years ago
Size: 850 bytes
 

Contents

Class file image Download
{ "name": "laravel/lumen", "description": "The Laravel Lumen Framework.", "keywords": ["framework", "laravel", "lumen"], "license": "MIT", "type": "project", "require": { "php": ">=5.6.4", "laravel/lumen-framework": "5.4.*", "vlucas/phpdotenv": "~2.2", "doctrine/dbal": "^2.5" }, "require-dev": { "fzaninotto/faker": "~1.4", "phpunit/phpunit": "~5.0", "mockery/mockery": "~0.9" }, "autoload": { "psr-4": { "App\\": "app/" } }, "autoload-dev": { "classmap": [ "tests/", "database/" ] }, "scripts": { "post-root-package-install": [ "php -r \"copy('.env.example', '.env');\"" ] }, "minimum-stability": "dev", "prefer-stable": true }