Skip to content

Commit

Permalink
Merge pull request #344 from GSadee/bump-resource
Browse files Browse the repository at this point in the history
[Composer] Bump sylius/resource-bundle dev dependency to last stable release
  • Loading branch information
GSadee authored Oct 8, 2024
2 parents 81ae8e7 + b694ee0 commit 4342556
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"phpstan/phpstan-webmozart-assert": "^1.2",
"phpunit/phpunit": "^9.5",
"sylius-labs/coding-standard": "^4.0",
"sylius/resource-bundle": "^1.12@beta",
"sylius/resource-bundle": "^1.12",
"symfony/console": "^5.4 || ^6.4 || ^7.0",
"symfony/css-selector": "^5.4 || ^6.4 || ^7.0",
"symfony/dotenv": "^5.4 || ^6.4 || ^7.0",
Expand Down
2 changes: 0 additions & 2 deletions tests/Application/config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
use Symfony\Bundle\FrameworkBundle\FrameworkBundle;
use Symfony\Bundle\MakerBundle\MakerBundle;
use Symfony\Bundle\TwigBundle\TwigBundle;
use winzou\Bundle\StateMachineBundle\winzouStateMachineBundle;

return [
FrameworkBundle::class => ['all' => true],
Expand All @@ -29,7 +28,6 @@
SyliusResourceBundle::class => ['all' => true],
SyliusGridBundle::class => ['all' => true],
BabDevPagerfantaBundle::class => ['all' => true],
winzouStateMachineBundle::class => ['all' => true],
FidryAliceDataFixturesBundle::class => ['all' => true],
NelmioAliceBundle::class => ['all' => true],
MakerBundle::class => ['all' => true, 'test_without_maker' => false],
Expand Down

0 comments on commit 4342556

Please sign in to comment.