Skip to content

Commit

Permalink
Remove webmozart/assert since it's unused
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Jun 10, 2024
1 parent 3d1fc4f commit 919ac3d
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "setono/post-nord-php-sdk",
"type": "library",
"description": "A PHP SDK for the PostNord API",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Joachim Løvgaard",
Expand All @@ -18,8 +18,7 @@
"psr/http-factory": "^1.0",
"psr/http-factory-implementation": "^1",
"psr/http-message": "^1.0",
"psr/log": "^1.1 || ^2.0 || ^3.0",
"webmozart/assert": "^1.11"
"psr/log": "^1.1 || ^2.0 || ^3.0"
},
"require-dev": {
"infection/infection": "^0.27.11",
Expand All @@ -30,21 +29,7 @@
"psalm/plugin-phpunit": "^0.18",
"setono/code-quality-pack": "^2.7"
},
"config": {
"sort-packages": true,
"allow-plugins": {
"ergebnis/composer-normalize": true,
"phpstan/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"infection/extension-installer": true,
"php-http/discovery": true
}
},
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
"prefer-stable": true,
"autoload": {
"psr-4": {
"Setono\\PostNord\\": "src/"
Expand All @@ -55,7 +40,21 @@
"Setono\\PostNord\\": "tests/"
}
},
"prefer-stable": true,
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"ergebnis/composer-normalize": true,
"infection/extension-installer": true,
"php-http/discovery": true,
"phpstan/extension-installer": true
},
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
"scripts": {
"analyse": "vendor/bin/psalm",
"check-style": "ecs check",
Expand Down

0 comments on commit 919ac3d

Please sign in to comment.