mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-04-07 06:33:30 +03:00
move to PSR-4 autoloader
This commit is contained in:
parent
2168d56d2d
commit
cc2464ed10
1 changed files with 3 additions and 3 deletions
|
@ -18,9 +18,9 @@
|
|||
"bin-dir": "bin"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"src/"
|
||||
]
|
||||
"psr-4": {
|
||||
"GraphQL\\": "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"classmap": [
|
||||
|
|
Loading…
Add table
Reference in a new issue