Skip to content

Commit

Permalink
Updated imangazaliev/didom
Browse files Browse the repository at this point in the history
  • Loading branch information
simba77 committed Dec 17, 2023
1 parent e08534a commit accfc01
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"php": "^7.3|^8.0",
"ext-dom": "*",
"ext-libxml": "*",
"imangazaliev/didom": "^1.16"
"imangazaliev/didom": "^2.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "3.*",
Expand Down Expand Up @@ -42,5 +42,10 @@
"cs-fix": "phpcbf",
"psalm": "psalm --show-info=true",
"test": "phpunit --colors=always"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

0 comments on commit accfc01

Please sign in to comment.