mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
0bc0a09bf4
- application/extensions file system permission now is 775 - application/logs file system permission now is 775 - Added extensions directory in application/: config, controllers, helpers, hooks, libraries, models, views and widgets - Added view views/extensions/manage.php - Added controller controllers/system/extensions/Manager.php - Added library ExtensionsLib to manage extensions - Added model models/system/Extensions_model.php - Moved code related to print out info from MigrationLib to EPrintfLib
75 lines
2.4 KiB
JSON
75 lines
2.4 KiB
JSON
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
|
|
],
|
|
"hash": "0ced198e62e8e0e2827eeeb4f9bee7a1",
|
|
"packages": [
|
|
{
|
|
"name": "sabre/vobject",
|
|
"version": "2.1.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/fruux/sabre-vobject.git",
|
|
"reference": "199b6ec87104b05e3013dfd5b90eafbbe4cf97dc"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/fruux/sabre-vobject/zipball/199b6ec87104b05e3013dfd5b90eafbbe4cf97dc",
|
|
"reference": "199b6ec87104b05e3013dfd5b90eafbbe4cf97dc",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-mbstring": "*",
|
|
"php": ">=5.3.1"
|
|
},
|
|
"bin": [
|
|
"bin/vobjectvalidate.php"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Sabre\\VObject": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Evert Pot",
|
|
"email": "evert@rooftopsolutions.nl",
|
|
"homepage": "http://evertpot.com/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects",
|
|
"homepage": "https://github.com/fruux/sabre-vobject",
|
|
"keywords": [
|
|
"VObject",
|
|
"iCalendar",
|
|
"vCard"
|
|
],
|
|
"time": "2014-03-30 23:01:06"
|
|
}
|
|
],
|
|
"packages-dev": null,
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"platform": {
|
|
"php": ">=5.3.1",
|
|
"ext-dom": "*",
|
|
"ext-pcre": "*",
|
|
"ext-spl": "*",
|
|
"ext-simplexml": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-ctype": "*",
|
|
"ext-date": "*",
|
|
"ext-iconv": "*",
|
|
"ext-libxml": "*"
|
|
},
|
|
"platform-dev": []
|
|
}
|