yoesoff

composer create-project symfony/framework-standard-edition

Jan 17th, 2019
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 9.22 KB | None | 0 0
  1. ╭─yoesoff@yoesoff-ThinkPad-X220 ~/Documents/labs  
  2. ╰─➤   composer create-project symfony/framework-standard-edition my_symfony_standard_edition
  3. Installing symfony/framework-standard-edition (v3.4.21)
  4.   - Installing symfony/framework-standard-edition (v3.4.21): Downloading (100%)        
  5. Created project in my_symfony_standard_edition
  6. Loading composer repositories with package information
  7. Installing dependencies (including require-dev) from lock file
  8. Package operations: 39 installs, 0 updates, 0 removals
  9.   - Installing doctrine/lexer (v1.0.1): Loading from cache
  10.   - Installing doctrine/annotations (v1.4.0): Downloading (100%)        
  11.   - Installing symfony/polyfill-ctype (v1.10.0): Loading from cache
  12.   - Installing twig/twig (v1.36.0): Downloading (100%)        
  13.   - Installing paragonie/random_compat (v2.0.18): Downloading (100%)        
  14.   - Installing symfony/polyfill-php70 (v1.10.0): Downloading (100%)        
  15.   - Installing symfony/polyfill-util (v1.10.0): Downloading (100%)        
  16.   - Installing symfony/polyfill-php56 (v1.10.0): Downloading (100%)        
  17.   - Installing symfony/polyfill-mbstring (v1.10.0): Loading from cache
  18.   - Installing symfony/symfony (v3.4.21): Downloading (100%)        
  19.   - Installing symfony/polyfill-intl-icu (v1.10.0): Downloading (100%)        
  20.   - Installing symfony/polyfill-apcu (v1.10.0): Downloading (100%)        
  21.   - Installing psr/simple-cache (1.0.1): Loading from cache
  22.   - Installing psr/log (1.1.0): Loading from cache
  23.   - Installing psr/link (1.0.0): Downloading (100%)        
  24.   - Installing psr/container (1.0.0): Loading from cache
  25.   - Installing psr/cache (1.0.1): Loading from cache
  26.   - Installing fig/link-util (1.0.0): Downloading (100%)        
  27.   - Installing doctrine/inflector (v1.1.0): Downloading (100%)        
  28.   - Installing doctrine/collections (v1.4.0): Downloading (100%)        
  29.   - Installing doctrine/cache (v1.6.2): Downloading (100%)        
  30.   - Installing doctrine/common (v2.7.3): Downloading (100%)        
  31.   - Installing jdorn/sql-formatter (v1.2.17): Downloading (100%)        
  32.   - Installing doctrine/doctrine-cache-bundle (1.3.5): Downloading (100%)        
  33.   - Installing doctrine/dbal (v2.5.13): Downloading (100%)        
  34.   - Installing doctrine/doctrine-bundle (1.10.0): Downloading (100%)        
  35.   - Installing doctrine/instantiator (1.0.5): Downloading (100%)        
  36.   - Installing doctrine/orm (v2.5.14): Downloading (100%)        
  37.   - Installing incenteev/composer-parameter-handler (v2.1.3): Downloading (100%)        
  38.   - Installing composer/ca-bundle (1.1.3): Downloading (100%)        
  39.   - Installing sensiolabs/security-checker (v5.0.3): Downloading (100%)        
  40.   - Installing sensio/distribution-bundle (v5.0.24): Downloading (100%)        
  41.   - Installing sensio/framework-extra-bundle (v5.2.4): Downloading (100%)        
  42.   - Installing monolog/monolog (1.24.0): Loading from cache
  43.   - Installing symfony/monolog-bundle (v3.3.1): Downloading (100%)        
  44.   - Installing swiftmailer/swiftmailer (v5.4.12): Downloading (100%)        
  45.   - Installing symfony/swiftmailer-bundle (v2.6.7): Downloading (100%)        
  46.   - Installing sensio/generator-bundle (v3.1.7): Downloading (100%)        
  47.   - Installing symfony/phpunit-bridge (v3.4.21): Downloading (100%)        
  48. paragonie/random_compat suggests installing ext-libsodium (Provides a modern crypto API that can be used to generate random bytes.)
  49. symfony/polyfill-intl-icu suggests installing ext-intl (For best performance)
  50. doctrine/doctrine-cache-bundle suggests installing symfony/security-acl (For using this bundle to cache ACLs)
  51. sensio/framework-extra-bundle suggests installing symfony/psr-http-message-bridge (To use the PSR-7 converters)
  52. monolog/monolog suggests installing aws/aws-sdk-php (Allow sending log messages to AWS services like DynamoDB)
  53. monolog/monolog suggests installing doctrine/couchdb (Allow sending log messages to a CouchDB server)
  54. monolog/monolog suggests installing ext-amqp (Allow sending log messages to an AMQP server (1.0+ required))
  55. monolog/monolog suggests installing ext-mongo (Allow sending log messages to a MongoDB server)
  56. monolog/monolog suggests installing graylog2/gelf-php (Allow sending log messages to a GrayLog2 server)
  57. monolog/monolog suggests installing mongodb/mongodb (Allow sending log messages to a MongoDB server via PHP Driver)
  58. monolog/monolog suggests installing php-amqplib/php-amqplib (Allow sending log messages to an AMQP server using php-amqplib)
  59. monolog/monolog suggests installing php-console/php-console (Allow sending log messages to Google Chrome)
  60. monolog/monolog suggests installing rollbar/rollbar (Allow sending log messages to Rollbar)
  61. monolog/monolog suggests installing ruflin/elastica (Allow sending log messages to an Elastic Search server)
  62. monolog/monolog suggests installing sentry/sentry (Allow sending log messages to a Sentry server)
  63. symfony/phpunit-bridge suggests installing ext-zip (Zip support is required when using bin/simple-phpunit)
  64. Generating autoload files
  65. > Incenteev\ParameterHandler\ScriptHandler::buildParameters
  66. Creating the "app/config/parameters.yml" file
  67. Some parameters are missing. Please provide them.
  68. database_host (127.0.0.1):
  69. database_port (null): 3306
  70. database_name (symfony): framework-standard-edition
  71. database_user (root):
  72. database_password (null):
  73. mailer_transport (smtp):
  74. mailer_host (127.0.0.1):
  75. mailer_user (null):
  76. mailer_password (null):
  77. secret (ThisTokenIsNotSoSecretChangeIt):
  78. > Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::buildBootstrap
  79. > Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache
  80.  
  81.  // Clearing the cache for the dev environment with debug                      
  82.  // true                                                                        
  83.  
  84.                                                                                
  85.  [OK] Cache for the "dev" environment (debug=true) was successfully cleared.    
  86.                                                                                
  87.  
  88. > Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::installAssets
  89.  
  90.  Trying to install assets as relative symbolic links.
  91.  
  92.                                                                                
  93.  [OK] No assets were provided by any bundle.                                    
  94.                                                                                
  95.  
  96. > Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::installRequirementsFile
  97. > Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::prepareDeploymentTarget
  98. ╭─yoesoff@yoesoff-ThinkPad-X220 ~/Documents/labs  
  99. ╰─➤  cd my_symfony_standard_edition
  100. ╭─yoesoff@yoesoff-ThinkPad-X220 ~/Documents/labs/my_symfony_standard_edition  
  101. ╰─➤  cat composer.json
  102. {
  103.     "name": "symfony/framework-standard-edition",
  104.     "license": "MIT",
  105.     "type": "project",
  106.     "description": "The \"Symfony Standard Edition\" distribution",
  107.     "autoload": {
  108.         "psr-4": {
  109.             "AppBundle\\": "src/AppBundle"
  110.        },
  111.        "classmap": [ "app/AppKernel.php", "app/AppCache.php" ]
  112.    },
  113.    "autoload-dev": {
  114.        "psr-4": { "Tests\\": "tests/" },
  115.         "files": [ "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php" ]
  116.     },
  117.     "require": {
  118.         "php": ">=5.5.9",
  119.         "doctrine/doctrine-bundle": "^1.6",
  120.         "doctrine/orm": "^2.5",
  121.         "incenteev/composer-parameter-handler": "^2.0",
  122.         "sensio/distribution-bundle": "^5.0.19",
  123.         "sensio/framework-extra-bundle": "^5.0.0",
  124.         "symfony/monolog-bundle": "^3.1.0",
  125.         "symfony/polyfill-apcu": "^1.0",
  126.         "symfony/swiftmailer-bundle": "^2.6.4",
  127.         "symfony/symfony": "3.4.*",
  128.         "twig/twig": "^1.0||^2.0"
  129.     },
  130.     "require-dev": {
  131.         "sensio/generator-bundle": "^3.0",
  132.         "symfony/phpunit-bridge": "^3.0"
  133.     },
  134.     "scripts": {
  135.         "symfony-scripts": [
  136.             "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
  137.             "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
  138.             "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
  139.             "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
  140.             "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
  141.             "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
  142.         ],
  143.         "post-install-cmd": [
  144.             "@symfony-scripts"
  145.         ],
  146.         "post-update-cmd": [
  147.             "@symfony-scripts"
  148.         ]
  149.     },
  150.     "config": {
  151.         "platform": {
  152.             "php": "5.6"
  153.         },
  154.         "sort-packages": true
  155.     },
  156.     "extra": {
  157.         "symfony-app-dir": "app",
  158.         "symfony-bin-dir": "bin",
  159.         "symfony-var-dir": "var",
  160.         "symfony-web-dir": "web",
  161.         "symfony-tests-dir": "tests",
  162.         "symfony-assets-install": "relative",
  163.         "incenteev-parameters": {
  164.             "file": "app/config/parameters.yml"
  165.         },
  166.         "branch-alias": {
  167.             "dev-master": "3.4-dev"
  168.         }
  169.     }
  170. }
  171. ╭─yoesoff@yoesoff-ThinkPad-X220 ~/Documents/labs/my_symfony_standard_edition  
  172. ╰─➤
Advertisement
Add Comment
Please, Sign In to add comment