Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.32 KB | None | 0 0
  1. {
  2.     "name": "wnull/qwe",
  3.     "description": "test",
  4.     "keywords": [
  5.         "t",
  6.         "t2",
  7.         "t3",
  8.         "t4"
  9.     ],
  10.     "type": "library",
  11.     "license": "MIT",
  12.     "require": {
  13.         "php": ">=7.1"
  14.     },
  15.     "autoload": {
  16.         "psr-4": {
  17.             "WF\\": "src/WF"
  18.         }
  19.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement