PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Manolo Salsas   PHP Find Text in Files   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Find Text in Files
Search text in files like the Linux command
Author: By
Last change:
Date: 2 years ago
Size: 3,089 bytes
 

Contents

Class file image Download
{ "type": "project", "license": "proprietary", "minimum-stability": "stable", "prefer-stable": true, "require": { "php": ">=7.2.5", "ext-ctype": "*", "ext-iconv": "*", "composer/package-versions-deprecated": "1.11.99.4", "doctrine/annotations": "^1.0", "doctrine/doctrine-bundle": "^2.4", "doctrine/doctrine-migrations-bundle": "^3.2", "doctrine/orm": "^2.10", "phpdocumentor/reflection-docblock": "^5.3", "sensio/framework-extra-bundle": "^6.1", "symfony/asset": "5.3.*", "symfony/console": "5.3.*", "symfony/debug-bundle": "5.3.*", "symfony/dotenv": "5.3.*", "symfony/expression-language": "5.3.*", "symfony/flex": "^1.3.1", "symfony/form": "5.3.*", "symfony/framework-bundle": "5.3.*", "symfony/http-client": "5.3.*", "symfony/intl": "5.3.*", "symfony/mailer": "5.3.*", "symfony/maker-bundle": "^1.35", "symfony/mime": "5.3.*", "symfony/monolog-bundle": "^3.1", "symfony/notifier": "5.3.*", "symfony/process": "5.3.*", "symfony/property-access": "5.3.*", "symfony/property-info": "5.3.*", "symfony/proxy-manager-bridge": "5.3.*", "symfony/runtime": "5.3.*", "symfony/security-bundle": "5.3.*", "symfony/serializer": "5.3.*", "symfony/string": "5.3.*", "symfony/translation": "5.3.*", "symfony/twig-bundle": "5.3.*", "symfony/validator": "5.3.*", "symfony/web-link": "5.3.*", "symfony/web-profiler-bundle": "5.3.*", "symfony/webpack-encore-bundle": "^1.12", "symfony/yaml": "5.3.*", "twig/extra-bundle": "^2.12|^3.0", "twig/twig": "^2.12|^3.0" }, "require-dev": { "phpunit/phpunit": "^9.5", "symfony/browser-kit": "5.3.*", "symfony/css-selector": "5.3.*", "symfony/phpunit-bridge": "^5.3", "symfony/stopwatch": "5.3.*" }, "config": { "optimize-autoloader": true, "preferred-install": { "*": "dist" }, "sort-packages": true }, "autoload": { "psr-4": { "App\\": "src/" } }, "autoload-dev": { "psr-4": { "App\\Tests\\": "tests/" } }, "replace": { "symfony/polyfill-ctype": "*", "symfony/polyfill-iconv": "*", "symfony/polyfill-php72": "*" }, "scripts": { "start": "npm install", "build": "npm run build", "heroku-postbuild": "npm run build", "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": "5.3.*" } } }