Skip to content

Commit

Permalink
OP-554 - Change after code review
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPalen committed Oct 8, 2024
1 parent e5b9dd5 commit 5ccc08b
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"php": "^8.2",
"friendsofsymfony/elastica-bundle": "^6.4",
"sylius/grid-bundle": "^1.13@alpha",
"sylius/resource": "v1.12.x-dev",
"sylius/resource-bundle": "1.12.x-dev",
"sylius/sylius": "~v2.0.0-alpha.2",
"sylius/twig-hooks": "^0.3.0",
"symfony/ux-autocomplete": "^2.17",
Expand Down Expand Up @@ -39,8 +41,6 @@
"phpstan/phpstan-webmozart-assert": "^1.2.0",
"phpunit/phpunit": "^9.5",
"sylius-labs/coding-standard": "^4.0",
"sylius/resource": "v1.12.x-dev",
"sylius/resource-bundle": "1.12.x-dev",
"symfony/browser-kit": "^6.4 || ^7.1",
"symfony/debug-bundle": "^6.4 || ^7.1",
"symfony/dotenv": "^6.4 || ^7.1",
Expand Down
1 change: 0 additions & 1 deletion tests/Application/assets/controllers.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{
"controllers": {
"@symfony/ux-autocomplete": {
Expand Down
7 changes: 7 additions & 0 deletions tests/Application/config/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<?php

/*
* This file has been created by developers from BitBag.
* Feel free to contact us once you face any issues or want to start
* You can find more information about us on https://bitbag.io and write us
* an email on [email protected].
*/

declare(strict_types=1);

use Symfony\Component\Dotenv\Dotenv;
Expand Down
7 changes: 7 additions & 0 deletions tests/Application/config/bundles.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<?php

/*
* This file has been created by developers from BitBag.
* Feel free to contact us once you face any issues or want to start
* You can find more information about us on https://bitbag.io and write us
* an email on [email protected].
*/

declare(strict_types=1);

return [
Expand Down
1 change: 0 additions & 1 deletion tests/Application/config/routes/sylius_shop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ sylius_shop_default_locale:
live_component:
resource: "@LiveComponentBundle/config/routes.php"
prefix: /_components

7 changes: 7 additions & 0 deletions tests/Application/config/symfony/6.x/bundles.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<?php

/*
* This file has been created by developers from BitBag.
* Feel free to contact us once you face any issues or want to start
* You can find more information about us on https://bitbag.io and write us
* an email on [email protected].
*/

declare(strict_types=1);

return [
Expand Down

0 comments on commit 5ccc08b

Please sign in to comment.