composer.json 163 B

12345678910
  1. {
  2. "name": "dongasai/phpview",
  3. "type": "library",
  4. "autoload": {
  5. "psr-4": {
  6. "Phpview\\": "src/"
  7. }
  8. },
  9. "require": {}
  10. }