Commit inicial proyecto prueba
Showing
.gitignore
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
UPGRADE-2.2.md
0 → 100644
UPGRADE-2.3.md
0 → 100644
UPGRADE-2.4.md
0 → 100644
UPGRADE-2.8.md
0 → 100644
UPGRADE.md
0 → 100644
app/.htaccess
0 → 100644
app/AppCache.php
0 → 100644
app/AppKernel.php
0 → 100644
app/SymfonyRequirements.php
0 → 100644
This diff is collapsed.
app/autoload.php
0 → 100644
app/cache/.gitkeep
0 → 100644
app/check.php
0 → 100644
app/config/config.yml
0 → 100644
app/config/config_dev.yml
0 → 100644
app/config/config_prod.yml
0 → 100644
app/config/config_test.yml
0 → 100644
app/config/routing.yml
0 → 100644
app/config/routing_dev.yml
0 → 100644
app/config/security.yml
0 → 100644
app/config/services.yml
0 → 100644
app/console
0 → 100644
app/logs/.gitkeep
0 → 100644
app/phpunit.xml.dist
0 → 100644
composer.json
0 → 100644
| { | |||
| "name": "symfony/framework-standard-edition", | |||
| "license": "MIT", | |||
| "type": "project", | |||
| "description": "The \"Symfony Standard Edition\" distribution", | |||
| "autoload": { | |||
| "psr-4": { | |||
| "AppBundle\\": "src/AppBundle" | |||
| }, | |||
| "classmap": [ "app/AppKernel.php", "app/AppCache.php" ] | |||
| }, | |||
| "autoload-dev": { | |||
| "files": [ "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php" ] | |||
| }, | |||
| "require": { | |||
| "php": ">=5.3.9", | |||
| "doctrine/doctrine-bundle": "~1.4", | |||
| "doctrine/orm": "^2.4.8", | |||
| "incenteev/composer-parameter-handler": "~2.0", | |||
| "sensio/distribution-bundle": "~4.0", | |||
| "sensio/framework-extra-bundle": "^3.0.2", | |||
| "symfony/monolog-bundle": "^3.0.2", | |||
| "symfony/swiftmailer-bundle": "~2.3,>=2.3.10", | |||
| "symfony/symfony": "2.8.*", | |||
| "twig/twig": "^1.0||^2.0" | |||
| }, | |||
| "require-dev": { | |||
| "sensio/generator-bundle": "~3.0", | |||
| "symfony/phpunit-bridge": "~2.7" | |||
| }, | |||
| "scripts": { | |||
| "symfony-scripts": [ | |||
| "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", | |||
| "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", | |||
| "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", | |||
| "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", | |||
| "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile", | |||
| "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget" | |||
| ], | |||
| "post-install-cmd": [ | |||
| "@symfony-scripts" | |||
| ], | |||
| "post-update-cmd": [ | |||
| "@symfony-scripts" | |||
| ] | |||
| }, | |||
| "config": { | |||
| "bin-dir": "bin", | |||
| "platform": { | |||
| "php": "5.6" | |||
| }, | |||
| "sort-packages": true | |||
| }, | |||
| "extra": { | |||
| "symfony-app-dir": "app", | |||
| "symfony-web-dir": "web", | |||
| "symfony-assets-install": "relative", | |||
| "incenteev-parameters": { | |||
| "file": "app/config/parameters.yml" | |||
| }, | |||
| "branch-alias": { | |||
| "dev-master": "2.8-dev" | |||
| } | |||
| } | |||
| } |
composer.lock
0 → 100644
This diff is collapsed.
src/.htaccess
0 → 100644
src/AppBundle/AppBundle.php
0 → 100644
web/.htaccess
0 → 100644
web/app.php
0 → 100644
web/app_dev.php
0 → 100644
web/apple-touch-icon.png
0 → 100644
2.04 KB
web/config.php
0 → 100644
This diff is collapsed.
web/favicon.ico
0 → 100644
6.37 KB
web/robots.txt
0 → 100644