Skip to content

Commit 41f5d77

Browse files
committed
Remove unnecessary options from composer.json
1 parent afd9d38 commit 41f5d77

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,11 @@
2929
"autoload": {
3030
"psr-0": {
3131
"Bigcommerce": "src/"
32-
},
32+
}
33+
},
34+
"autoload-dev": {
3335
"psr-4": {
3436
"Bigcommerce\\Test\\": "test/"
3537
}
36-
},
37-
"scripts": {
38-
"test": "phpunit"
3938
}
4039
}

0 commit comments

Comments
 (0)