Skip to content

Commit

Permalink
Merge pull request Sylius#24 from pamil/checkout-fixes
Browse files Browse the repository at this point in the history
Make checkout great again
  • Loading branch information
pamil committed Nov 14, 2017
2 parents 82ff980 + 6d24163 commit dcca989
Show file tree
Hide file tree
Showing 5 changed files with 2,989 additions and 400 deletions.
62 changes: 0 additions & 62 deletions .travis.yml

This file was deleted.

4 changes: 0 additions & 4 deletions app/config/config.yml
Expand Up @@ -66,10 +66,6 @@ fos_rest:
- { path: '^/api', priorities: ['json', 'xml'], fallback_format: json, prefer_extension: true }
- { path: '^/', stop: true }

sylius_shop:
checkout_resolver:
pattern: "%sylius.security.shop_regex%/checkout/"

nelmio_cors:
defaults:
allow_credentials: false
Expand Down
5 changes: 1 addition & 4 deletions composer.json
Expand Up @@ -22,7 +22,7 @@
"require": {
"php": "^7.0",

"sylius/sylius": "^1.1@dev",
"sylius/sylius": "^1.0",
"sylius/shop-api-plugin": "^1.0@beta",
"snc/redis-bundle": "^2.0",
"predis/predis": "^1.0",
Expand Down Expand Up @@ -89,9 +89,6 @@
"incenteev-parameters": {
"file": "app/config/parameters.yml",
"dist-file": "vendor/sylius/sylius/app/config/parameters.yml.dist"
},
"branch-alias": {
"dev-master": "1.1-dev"
}
}
}

0 comments on commit dcca989

Please sign in to comment.