| 1 |
{ |
| 2 |
"packages": [ |
| 3 |
{ |
| 4 |
"name": "wpfluent/framework", |
| 5 |
"version": "1.0.0", |
| 6 |
"version_normalized": "1.0.0.0", |
| 7 |
"source": { |
| 8 |
"type": "git", |
| 9 |
"url": "https://github.com/wpfluent/framework.git", |
| 10 |
"reference": "1cef1ed086b92fde5e6bb9021b63b084e5397ce8" |
| 11 |
}, |
| 12 |
"dist": { |
| 13 |
"type": "zip", |
| 14 |
"url": "https://api.github.com/repos/wpfluent/framework/zipball/1cef1ed086b92fde5e6bb9021b63b084e5397ce8", |
| 15 |
"reference": "1cef1ed086b92fde5e6bb9021b63b084e5397ce8", |
| 16 |
"shasum": "" |
| 17 |
}, |
| 18 |
"require": { |
| 19 |
"php": ">=5.5.9" |
| 20 |
}, |
| 21 |
"time": "2021-03-31T00:11:49+00:00", |
| 22 |
"type": "library", |
| 23 |
"extra": { |
| 24 |
"branch-alias": { |
| 25 |
"dev-master": "1.0.x-dev" |
| 26 |
} |
| 27 |
}, |
| 28 |
"installation-source": "dist", |
| 29 |
"autoload": { |
| 30 |
"psr-4": { |
| 31 |
"WPFluent\\": "src/WPFluent" |
| 32 |
} |
| 33 |
}, |
| 34 |
"license": [ |
| 35 |
"MIT" |
| 36 |
], |
| 37 |
"authors": [ |
| 38 |
{ |
| 39 |
"name": "Sheikh Heera", |
| 40 |
"email": "heera.sheikh77@gmail.com" |
| 41 |
} |
| 42 |
], |
| 43 |
"description": "A lightweight rest api based framework to build WordPress plugins.", |
| 44 |
"support": { |
| 45 |
"source": "https://github.com/wpfluent/framework/tree/1.0.0", |
| 46 |
"issues": "https://github.com/wpfluent/framework/issues" |
| 47 |
}, |
| 48 |
"install-path": "../wpfluent/framework" |
| 49 |
} |
| 50 |
], |
| 51 |
"dev": true, |
| 52 |
"dev-package-names": [] |
| 53 |
} |
| 54 |
|