Skip to content

Commit

Permalink
Add psr4 autoload info
Browse files Browse the repository at this point in the history
This helps other tools like phpstan work in the presence of this module
without having to introduce this information into the larger project's
composer.json.
  • Loading branch information
Fred Condo committed Feb 7, 2019
1 parent 5facef2 commit 4083670
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
"client"
]
},
"autoload": {
"psr-4": {
"SilverStripe\\GridfieldQueuedExport\\": "src/"
}
},
"prefer-stable": true
}

0 comments on commit 4083670

Please sign in to comment.