Browse Source

modify composer.json for PSR-4 autoloading

master
Matthias Niess 7 years ago
parent
commit
69d7319654
  1. 5
      composer.json

5
composer.json

@ -17,6 +17,9 @@
"autoload": {
"files": [
"registration.php"
]
],
"psr-4": {
"Yumdap\\ProductHeight": ""
}
}
}

Loading…
Cancel
Save