PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Arnel Labarda   Laravel Env Testing   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Env Testing
Check if variables in a .env file are outdated
Author: By
Last change:
Date: 5 years ago
Size: 656 bytes
 

Contents

Class file image Download
{ "name": "aqlx86/envchecker", "description": "laravel env file checker", "homepage": "https://github.com/aqlx86/EnvChecker", "license": "MIT", "authors": [ { "name": "Arnel Labarda", "email": "aqlx86@gmail.com", "homepage": "http://aql.ph/", "role": "Maintainer" } ], "require": { "php": ">=5.5.9", "josegonzalez/dotenv": "^2.0" }, "require-dev": { "phpspec/phpspec": "~2.0" }, "autoload": { "psr-4": { "EnvChecker\\": "src/EnvChecker/" } }, "config": { "bin-dir": "bin" } }