1.0.8
Showing
| { | { | ||
| "name": "xfile/x-lib", | "name": "xfile/x-lib", | ||
| "description": "Private lib for me", | |||
| "keywords": ["xlib","x-lib","xfile"], | |||
| "type": "library", | "type": "library", | ||
| "authors": [ | "authors": [ | ||
| { | { | ||
| "name": "Oleksandr Nizhynskyi", | "name": "Oleksandr Nizhynskyi", | ||
| "email": "xfilee@gmail.com" | "email": "xfilee@gmail.com", | ||
| "role": "Developer" | |||
| } | } | ||
| ], | ], | ||
| "license": "Apache-2.0", | "license": "Apache-2.0", | ||
| "version": "1.0.7", | "version": "1.0.8", | ||
| "require": {"php": ">=5.6"}, | "require": {"php": ">=5.6"}, | ||
| "autoload": { | "autoload": { | ||
| "files": [ | "files": [ | ||
| ... | ... |
Please register or sign in to comment