Skip to content

Commit

Permalink
Upgrade post nord provider
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Jun 14, 2024
1 parent 8f76be0 commit 7b8b5be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"setono/coolrunner-bundle": "^1.0",
"setono/dao-bundle": "^1.1",
"setono/gls-webservice-bundle": "^1.3",
"setono/post-nord-bundle": "^1.0",
"setono/post-nord-bundle": "^2.0@alpha",
"setono/post-nord-php-sdk": "^2.0@alpha",
"setono/sylius-behat-pack": "^0.2",
"sylius/sylius": "~1.12.13",
"symfony/debug-bundle": "^5.4 || ^6.4",
Expand Down Expand Up @@ -89,10 +90,10 @@
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true,
"symfony/thanks": false,
"dealerdirect/phpcodesniffer-composer-installer": false,
"php-http/discovery": true
"ergebnis/composer-normalize": true,
"php-http/discovery": true,
"symfony/thanks": false
},
"sort-packages": true
},
Expand Down
1 change: 1 addition & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<directory name="tests"/>
<ignoreFiles>
<directory name="tests/Application"/>
<directory name="tests/Behat"/>
<directory name="vendor"/>
</ignoreFiles>
</projectFiles>
Expand Down

0 comments on commit 7b8b5be

Please sign in to comment.