Skip to content

Commit f411784

Browse files
committed
Update composer
1 parent 5e9369a commit f411784

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,15 @@
2020
},
2121
"autoload": {
2222
"psr-4": {
23-
"Adrosoftware\\Aws3\\": "src/"
23+
"Adrosoftware\\Aws3\\": ["src/"]
2424
},
2525
"files": [
2626
]
2727
},
2828
"autoload-dev": {
2929
"psr-4": {
30-
"Adrosoftware\\Aws3\\": "tests/"
31-
},
32-
"files": [
33-
]
30+
"Adrosoftware\\Aws3\\": ["src/","tests/"]
31+
}
3432
},
3533
"extra": {
3634
"branch-alias": {

0 commit comments

Comments
 (0)