Skip to content

Commit

Permalink
Meta: Use stable name for Composer-generated classes
Browse files Browse the repository at this point in the history
  • Loading branch information
mundschenk-at committed Mar 20, 2019
1 parent b60bd36 commit c43311b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@
"files": ["includes/media-credit-template.php"]
},

"config": {
"classmap-authoritative": false,
"classloader-suffix": "MediaCredit",
"autoloader-suffix": "MediaCredit",
"process-timeout": 0
},

"minimum-stability": "dev",
"prefer-stable": true,

Expand Down

0 comments on commit c43311b

Please sign in to comment.