Skip to content

Commit cc2464e

Browse files
author
Jeremiah VALERIE
committed
move to PSR-4 autoloader
1 parent 2168d56 commit cc2464e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"bin-dir": "bin"
1919
},
2020
"autoload": {
21-
"classmap": [
22-
"src/"
23-
]
21+
"psr-4": {
22+
"GraphQL\\": "src/"
23+
}
2424
},
2525
"autoload-dev": {
2626
"classmap": [

0 commit comments

Comments
 (0)