Skip to content

Commit

Permalink
Merge branch '1.3'
Browse files Browse the repository at this point in the history
* 1.3:
  Fix routing and install stripe/stripe-php
  Fix the 1.2 build
  • Loading branch information
pamil committed Jan 22, 2019
2 parents 060d162 + e4c8580 commit 89bebc6
Show file tree
Hide file tree
Showing 6 changed files with 97 additions and 24 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"phpspec/phpspec": "^5.0",
"phpunit/phpunit": "^6.5",
"sensiolabs/security-checker": "^5.0",
"stripe/stripe-php": "^6.28",
"sylius-labs/coding-standard": "^2.0",
"symfony/browser-kit": "^3.4|^4.1",
"symfony/debug-bundle": "^3.4|^4.1",
Expand Down
106 changes: 82 additions & 24 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@
Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true, 'test' => true, 'test_cached' => true],
Fidry\AliceDataFixtures\Bridge\Symfony\FidryAliceDataFixturesBundle::class => ['dev' => true, 'test' => true, 'test_cached' => true],
Nelmio\Alice\Bridge\Symfony\NelmioAliceBundle::class => ['dev' => true, 'test' => true, 'test_cached' => true],
Sylius\Behat\Application\SyliusTestPlugin\SyliusTestPlugin::class => ['test' => true, 'test_cached' => true],
];
5 changes: 5 additions & 0 deletions config/routes/test/sylius_test_plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
sylius_test_plugin_main:
path: /test/main
controller: FrameworkBundle:Template:template
defaults:
template: "@SyliusTestPlugin/main.html.twig"
5 changes: 5 additions & 0 deletions config/routes/test_cached/sylius_test_plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
sylius_test_plugin_main:
path: /test/main
controller: FrameworkBundle:Template:template
defaults:
template: "@SyliusTestPlugin/main.html.twig"
3 changes: 3 additions & 0 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,9 @@
"ref": "6c1ceb662f8997085f739cd089bfbef67f245983"
}
},
"stripe/stripe-php": {
"version": "v6.28.1"
},
"swiftmailer/swiftmailer": {
"version": "v6.1.2"
},
Expand Down

0 comments on commit 89bebc6

Please sign in to comment.