forked from Setono/SyliusCatalogPromotionPlugin
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
52e0998
commit 6c1e8af
Showing
20 changed files
with
75 additions
and
258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ APP_SECRET=EDITME | |
# Format described at http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url | ||
# For a sqlite database, use: "sqlite:///%kernel.project_dir%/var/data.db" | ||
# Set "serverVersion" to your server version to avoid edge-case exceptions and extra database calls | ||
DATABASE_URL=mysql://[email protected]/setono_catalog_promotion_%kernel.environment%?serverVersion=5.7 | ||
DATABASE_URL=mysql://[email protected]/setono_catalog_promotion_%kernel.environment%?serverVersion=8.0 | ||
###< doctrine/doctrine-bundle ### | ||
|
||
###> lexik/jwt-authentication-bundle ### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
...n/config/packages/dev/jms_serializer.yaml → ...ation/config/packages/jms_serializer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
tests/Application/config/sylius/1.11/packages/dev/jms_serializer.yaml
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
tests/Application/config/sylius/1.11/packages/jms_serializer.yaml
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
tests/Application/config/sylius/1.11/packages/prod/jms_serializer.yaml
This file was deleted.
Oops, something went wrong.
138 changes: 0 additions & 138 deletions
138
tests/Application/config/sylius/1.11/packages/security.yaml
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
tests/Application/config/sylius/1.11/packages/swiftmailer.yaml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
tests/Application/config/sylius/1.12/packages/dev/jms_serializer.yaml
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
tests/Application/config/sylius/1.12/packages/jms_serializer.yaml
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
tests/Application/config/sylius/1.12/packages/prod/jms_serializer.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
return [ | ||
Sylius\Abstraction\StateMachine\SyliusStateMachineAbstractionBundle::class => ['all' => true], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
parameters: | ||
test_default_state_machine_adapter: 'symfony_workflow' | ||
test_sylius_state_machine_adapter: '%env(string:default:test_default_state_machine_adapter:TEST_SYLIUS_STATE_MACHINE_ADAPTER)%' | ||
|
||
sylius_state_machine_abstraction: | ||
graphs_to_adapters_mapping: | ||
sylius_refund_refund_payment: '%test_sylius_state_machine_adapter%' |
Oops, something went wrong.