Merge pull request #2614 from unclecheese/pulls/4/psr-sore

Move graphql legacy code to _legacy for PSR-4 compat
This commit is contained in:
Ingo Schommer 2020-11-16 13:34:34 +13:00 committed by GitHub
commit 2ad7c609d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
},
"autoload": {
"psr-4": {
"SilverStripe\\CMS\\": ["code/", "code/GraphQL/_legacy"],
"SilverStripe\\CMS\\": ["code/", "_legacy/"],
"SilverStripe\\CMS\\Tests\\": "code/php/",
"SilverStripe\\CMS\\Tests\\Behaviour\\": "tests/behat/src/"
}