Skip to content

Commit

Permalink
Merge pull request #41 from andriusvo/master
Browse files Browse the repository at this point in the history
Move dev dependency & fix issue with sorting
  • Loading branch information
bitbager authored Apr 27, 2023
2 parents f945df6 + f0f7c9c commit ee6cf8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"license": "MIT",
"require": {
"php": "^8.0",
"bitbag/coding-standard": "^1.0.1 || ^2.0.0",
"doctrine/dbal": "^2.7",
"sylius/sylius": "~1.11.0 || ~1.12.0"
},
"require-dev": {
"behat/behat": "^3.6.1",
"symfony/webpack-encore-bundle": "^1.15",
"bitbag/coding-standard": "^1.0.1 || ^2.0.0",
"behat/mink-selenium2-driver": "^1.4",
"dmore/behat-chrome-extension": "^1.3",
"dmore/chrome-mink-driver": "^2.7",
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/config/grids/bitbag_shipping_export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ sylius_grid:
type: twig
label: sylius.ui.shipping_method
path: .
sortable: ~
sortable: shipment.method
options:
template: "@BitBagSyliusShippingExportPlugin/ShippingExport/Grid/Field/shippingMethod.html.twig"
labelPath:
Expand Down

0 comments on commit ee6cf8a

Please sign in to comment.