mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-09 16:19:28 +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
53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
[
|
|
{
|
|
"name": "sabre/vobject",
|
|
"version": "2.1.4",
|
|
"version_normalized": "2.1.4.0",
|
|
"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"
|
|
},
|
|
"time": "2014-03-30 23:01:06",
|
|
"bin": [
|
|
"bin/vobjectvalidate.php"
|
|
],
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"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"
|
|
]
|
|
}
|
|
]
|