PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Manolo Salsas   PHP Budget Application API   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Budget Application API
API to manage records of budget requests
Author: By
Last change:
Date: 4 years ago
Size: 1,699 bytes
 

Contents

Class file image Download
{ "type": "project", "license": "proprietary", "require": { "php": "^7.1.3", "ext-ctype": "*", "ext-iconv": "*", "doctrine/doctrine-bundle": "^1.11", "doctrine/doctrine-migrations-bundle": "^2.0", "doctrine/orm": "^2.6", "symfony/console": "4.3.*", "symfony/dotenv": "4.3.*", "symfony/flex": "^1.3.1", "symfony/framework-bundle": "4.3.*", "symfony/validator": "4.3.*", "symfony/yaml": "4.3.*" }, "require-dev": { "doctrine/doctrine-fixtures-bundle": "^3.2", "symfony/browser-kit": "4.3.*", "symfony/phpunit-bridge": "^4.3" }, "config": { "preferred-install": { "*": "dist" }, "sort-packages": true }, "autoload": { "psr-4": { "App\\": "src/" } }, "autoload-dev": { "psr-4": { "App\\Tests\\": "tests/" } }, "replace": { "paragonie/random_compat": "2.*", "symfony/polyfill-ctype": "*", "symfony/polyfill-iconv": "*", "symfony/polyfill-php71": "*", "symfony/polyfill-php70": "*", "symfony/polyfill-php56": "*" }, "scripts": { "auto-scripts": { "cache:clear": "symfony-cmd", "assets:install %PUBLIC_DIR%": "symfony-cmd" }, "post-install-cmd": [ "@auto-scripts" ], "post-update-cmd": [ "@auto-scripts" ] }, "conflict": { "symfony/symfony": "*" }, "extra": { "symfony": { "allow-contrib": false, "require": "4.3.*" } } }