Skip to content

Commit

Permalink
feature #328 Bump resource bundle version on dev requirements (loic425)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.13 branch.

Discussion
----------



Commits
-------

8fd1085 Bump resource bundle version on dev requirements
  • Loading branch information
GSadee authored Jun 6, 2024
2 parents d01dbfb + 8fd1085 commit e6a0d54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ jobs:

-
name: Run tests for grids with php config
if: matrix.symfony == '^5.3'
run: |
(cd tests/Application && bin/console cache:clear --env=test_grids_with_php_config)
composer test-php-config
Expand Down
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": "dev-poc-new-resource-metadata",
"sylius/resource-bundle": "^1.11@beta",
"symfony/console": "^5.4 || ^6.0",
"symfony/dotenv": "^5.4 || ^6.0",
"symfony/maker-bundle": "^1.36",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

namespace App\BoardGameBlog\Infrastructure\Sylius\Resource;

use Sylius\Component\Resource\Metadata\Index;
use Sylius\Component\Resource\Metadata\Resource;
use Sylius\Component\Resource\Model\ResourceInterface;
use Sylius\Resource\Metadata\AsResource;
use Sylius\Resource\Metadata\Index;

#[Resource(
#[AsResource(
alias: 'app.board_game',
section: 'admin',
templatesDir: 'crud',
Expand Down

0 comments on commit e6a0d54

Please sign in to comment.