Skip to content

Commit

Permalink
Merge pull request #1 from BitBagCommerce/update_sylius_version_to_1_7
Browse files Browse the repository at this point in the history
Update sylius version to 1 7
  • Loading branch information
patrick477 authored Oct 23, 2020
2 parents 45e2e4a + c4a988b commit 3da019b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ matrix:
php: 7.2
env:
- DEPENDENCY_VERSIONS="sylius/sylius:1.6.*"
# Sylius 1.7
- php: 7.3
env:
- DEPENDENCY_VERSIONS="sylius/sylius:1.7.*"
- php: 7.4
env:
- DEPENDENCY_VERSIONS="sylius/sylius:1.7.*"

cache:
yarn: true
Expand Down
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
"description": "MultiSafepay payment plugin for Sylius applications.",
"license": "MIT",
"require": {
"php": "^7.2",

"sylius/sylius": "^1.5",
"php": "^7.3",
"sylius/sylius": "~1.7",
"multisafepay/api": "^2.0"
},
"require-dev": {
Expand All @@ -21,7 +20,6 @@
"friends-of-behat/symfony-extension": "^2.0",
"friends-of-behat/variadic-extension": "^1.1",
"lakion/mink-debug-extension": "^1.2.3",
"phpspec/phpspec": "^5.0",
"phpstan/phpstan-doctrine": "^0.10",
"phpstan/phpstan-shim": "^0.10",
"phpstan/phpstan-webmozart-assert": "^0.10",
Expand All @@ -33,7 +31,8 @@
"symfony/dotenv": "^4.2",
"symfony/intl": "^3.4|^4.1",
"symfony/web-profiler-bundle": "^3.4|^4.1",
"symfony/web-server-bundle": "^3.4|^4.1"
"symfony/web-server-bundle": "^3.4|^4.1",
"phpspec/phpspec": "^6.2"
},
"conflict": {
"symfony/symfony": "4.1.8",
Expand Down
3 changes: 0 additions & 3 deletions tests/Application/config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@
Sylius\Bundle\ResourceBundle\SyliusResourceBundle::class => ['all' => true],
Sylius\Bundle\GridBundle\SyliusGridBundle::class => ['all' => true],
winzou\Bundle\StateMachineBundle\winzouStateMachineBundle::class => ['all' => true],
Sonata\CoreBundle\SonataCoreBundle::class => ['all' => true],
Sonata\BlockBundle\SonataBlockBundle::class => ['all' => true],
Sonata\IntlBundle\SonataIntlBundle::class => ['all' => true],
Bazinga\Bundle\HateoasBundle\BazingaHateoasBundle::class => ['all' => true],
JMS\SerializerBundle\JMSSerializerBundle::class => ['all' => true],
FOS\RestBundle\FOSRestBundle::class => ['all' => true],
Expand All @@ -44,7 +42,6 @@
Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle::class => ['all' => true],
WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle::class => ['all' => true],
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['all' => true],
Sylius\Bundle\FixturesBundle\SyliusFixturesBundle::class => ['all' => true],
Sylius\Bundle\PayumBundle\SyliusPayumBundle::class => ['all' => true],
Sylius\Bundle\ThemeBundle\SyliusThemeBundle::class => ['all' => true],
Expand Down
4 changes: 0 additions & 4 deletions tests/Application/config/packages/sonata_core.yaml

This file was deleted.

0 comments on commit 3da019b

Please sign in to comment.