Skip to content

Commit

Permalink
Remove demo files and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Aug 28, 2016
1 parent 51d31e8 commit 72a5e4f
Show file tree
Hide file tree
Showing 15 changed files with 729 additions and 1,253 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -7,7 +7,3 @@ script:
- docker-compose build
- docker-compose run web composer install -o -n
- docker-compose run web bin/console security:check
- docker-compose run web bin/console doctrine:schema:create
- docker-compose run web bin/console doctrine:mapping:info
- docker-compose run web bin/console doctrine:schema:validate
- docker-compose run web bin/console hautelook_alice:doctrine:fixtures:load -n
1 change: 0 additions & 1 deletion app/config/config.yml
Expand Up @@ -68,7 +68,6 @@ swiftmailer:
spool: { type: memory }

# Nelmio CORS

nelmio_cors:
defaults:
allow_origin: ["%cors_allow_origin%"]
Expand Down
50 changes: 0 additions & 50 deletions app/config/schema.yml

This file was deleted.

12 changes: 7 additions & 5 deletions composer.json
Expand Up @@ -24,7 +24,7 @@
"symfony/property-info": "3.2.*@dev",
"api-platform/core": "^2.0@beta",
"doctrine/orm": "^2.5",
"doctrine/doctrine-bundle": "^1.6@dev",
"doctrine/doctrine-bundle": "^1.6",
"doctrine/doctrine-cache-bundle": "^1.2",
"symfony/swiftmailer-bundle": "^2.3",
"symfony/monolog-bundle": "^2.8",
Expand All @@ -34,19 +34,21 @@
"dunglas/action-bundle": "^0.3",
"nelmio/cors-bundle": "^1.4",
"phpdocumentor/reflection-docblock": "^3.0",
"doctrine/data-fixtures": "^1.1",
"hautelook/alice-bundle": "^1.2"
"friendsofsymfony/http-cache-bundle": "^1.3",
"lexik/jwt-authentication-bundle": "^1.7",
"friendsofsymfony/oauth-server-bundle": "^1.5"
},
"require-dev": {
"sensio/generator-bundle": "^3.0",
"symfony/phpunit-bridge": "^3.0",
"api-platform/schema-generator": "^1.1",
"behat/behat": "^3.1",
"behat/symfony2-extension": "^2.1",
"behat/mink": "^1.7",
"behat/mink-extension": "^2.2",
"behat/mink-browserkit-driver": "^1.3.1",
"behatch/contexts": "^2.5"
"behatch/contexts": "^2.5",
"doctrine/data-fixtures": "^1.1",
"hautelook/alice-bundle": "^1.2"
},
"scripts": {
"post-install-cmd": [
Expand Down

0 comments on commit 72a5e4f

Please sign in to comment.