PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Julio Vergara   GitHub API   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: GitHub API
Present the most starred PHP projects in GitHub
Author: By
Last change:
Date: 6 days ago
Size: 2,970 bytes
 

Contents

Class file image Download
{ "type": "project", "license": "proprietary", "minimum-stability": "stable", "prefer-stable": true, "require": { "php": ">=8.1", "ext-ctype": "*", "ext-iconv": "*", "doctrine/dbal": "^3", "doctrine/doctrine-bundle": "^2.13", "doctrine/doctrine-migrations-bundle": "^3.3", "doctrine/orm": "^3.3", "pagerfanta/doctrine-orm-adapter": "^4.8", "pagerfanta/pagerfanta": "^2.0", "pagerfanta/twig": "^4.8", "phpdocumentor/reflection-docblock": "^5.4", "phpstan/phpdoc-parser": "^1.33", "symfony/asset": "*", "symfony/asset-mapper": "*", "symfony/console": "*", "symfony/dotenv": "*", "symfony/expression-language": "*", "symfony/flex": "^2", "symfony/form": "*", "symfony/framework-bundle": "*", "symfony/http-client": "*", "symfony/intl": "*", "symfony/mime": "*", "symfony/monolog-bundle": "^3.0", "symfony/process": "*", "symfony/property-access": "*", "symfony/property-info": "*", "symfony/runtime": "*", "symfony/security-bundle": "*", "symfony/serializer": "*", "symfony/string": "*", "symfony/translation": "*", "symfony/twig-bundle": "*", "symfony/ux-turbo": "^2.35", "symfony/validator": "*", "symfony/web-link": "*", "symfony/yaml": "*", "twig/extra-bundle": "^2.12|^3.0", "twig/twig": "^2.12|^3.0" }, "config": { "allow-plugins": { "php-http/discovery": true, "symfony/flex": true, "symfony/runtime": true }, "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": "*", "symfony/polyfill-php73": "*", "symfony/polyfill-php74": "*", "symfony/polyfill-php80": "*", "symfony/polyfill-php81": "*" }, "scripts": { "auto-scripts": { "cache:clear": "symfony-cmd", "importmap:install": "symfony-cmd" }, "post-install-cmd": [ "@auto-scripts" ], "post-update-cmd": [ "@auto-scripts" ] }, "conflict": { "symfony/symfony": "*" }, "extra": { "symfony": { "allow-contrib": false, "require": "7.4.*" } }, "require-dev": { "phpunit/phpunit": "^12.0", "symfony/browser-kit": "*", "symfony/css-selector": "*", "symfony/debug-bundle": "*", "symfony/maker-bundle": "^1.0", "symfony/stopwatch": "*", "symfony/web-profiler-bundle": "*" } }