Merge pull request #1 from AlexNe/version_2/beta
Version 2/beta
Showing
_autoload.php
deleted
100644 → 0
| { | { | ||
| "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": "Александр Нежинский", | "name": "Oleksandr Nizhynskyi", | ||
| "email": "xfilee@gmail.com" | "email": "xfilee@gmail.com", | ||
| "role": "Developer" | |||
| } | } | ||
| ], | ], | ||
| "version": "1.0.3-dev", | "license": "Apache-2.0", | ||
| "require": {}, | "version": "1.0.8", | ||
| "require": {"php": ">=5.6"}, | |||
| "autoload": { | "autoload": { | ||
| "files": [ | "files": [ | ||
| "_autoload.php" | "autoload.php" | ||
| ] | ] | ||
| } | } | ||
| } | } |
Please register or sign in to comment