PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   Dinobot on Tabletop Game   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Dinobot on Tabletop Game
Play the Dinobot game on the terminal console
Author: By
Last change:
Date: 18 days ago
Size: 2,089 bytes
 

Contents

Class file image Download
{ "name": "asispts/toy-robot", "description": "DinoBot Toy moves on the tabletop is a simple and funny PHP console game.", "type": "project", "license": "MIT", "require": { "php": ">=7.4.0", "ext-ctype": "*", "ext-iconv": "*", "composer/package-versions-deprecated": "1.11.99.4", "doctrine/doctrine-bundle": "^2.4", "doctrine/doctrine-migrations-bundle": "^2.2", "doctrine/orm": "^2.10", "symfony/console": "4.4.*", "symfony/dotenv": "4.4.*", "symfony/flex": "^1.3.1", "symfony/framework-bundle": "4.4.*", "symfony/proxy-manager-bridge": "4.4.*", "symfony/yaml": "4.4.*" }, "require-dev": { "pattisahusiwa/coding-standard": "^0.4.0", "symfony/maker-bundle": "^1.34", "symfony/phpunit-bridge": "^5.3" }, "config": { "preferred-install": { "*": "dist" }, "sort-packages": true, "platform":{ "php":"7.4.0" }, "allow-plugins": { "symfony/flex": true, "dealerdirect/phpcodesniffer-composer-installer": 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.4.*" } } }