mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-21 20:36:05 +03:00
move to PSR-4 autoloader
This commit is contained in:
parent
2168d56d2d
commit
cc2464ed10
@ -18,9 +18,9 @@
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"src/"
|
||||
]
|
||||
"psr-4": {
|
||||
"GraphQL\\": "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"classmap": [
|
||||
|
Loading…
Reference in New Issue
Block a user