Skip to content

Commit 79a6ec6

Browse files
authored
Remove library conflict warning (#28)
There was a library conflict indicator in place from the project template that doesn't apply to the SDK, so it's being removed.
1 parent 1e6e575 commit 79a6ec6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@
3737
"phpunit/phpunit": "^10.0",
3838
"squizlabs/php_codesniffer": "^3.5"
3939
},
40-
"conflict": {
41-
"nikic/php-parser": "<v4.12"
42-
},
4340
"scripts": {
4441
"test": [
4542
"@phpunit",

0 commit comments

Comments
 (0)