Advertisement
smaction

composer.json

Jan 3rd, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.32 KB | None | 0 0
  1. {
  2.     "require": {
  3.         "wms/wmslib" : "dev-master",
  4.                   "swiftmailer/swiftmailer": "@stable",
  5.  
  6.       "maennchen/zipstream-php": "^0.3.1",
  7.         "phpmailer/phpmailer": "^6.0"
  8.     },
  9.         "autoload": {
  10.                 "psr-0": {
  11.             "WMS\\AdminLib": "lib/adminlib/src"
  12.         }
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement