summaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-05-17 22:09:44 -0400
committerFrederic Guillot <fred@kanboard.net>2015-05-17 22:09:44 -0400
commitac6e7bdfbf3479c655d7b883e50b6b01aa08784d (patch)
treeacf23fc0c3417bb8a3ad8423b945942ab69969a2 /composer.lock
parent16973bb2220be77e8969e29f560b46a0fbf80f66 (diff)
Add iCalendar public access for projects
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock63
1 files changed, 58 insertions, 5 deletions
diff --git a/composer.lock b/composer.lock
index d13f1aee..cebfcbbc 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "hash": "9a3f10be467a1640c3c6645ce2c318fe",
+ "hash": "d5e3dbbd2a1a260e2d0bfa0750d11754",
"packages": [
{
"name": "christian-riesen/base32",
@@ -109,6 +109,59 @@
"time": "2015-02-12 09:11:49"
},
{
+ "name": "eluceo/ical",
+ "version": "0.7.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/markuspoerschke/iCal.git",
+ "reference": "0d79c35b9e5f7f1dcfb5315cc1e8507f74093083"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/markuspoerschke/iCal/zipball/0d79c35b9e5f7f1dcfb5315cc1e8507f74093083",
+ "reference": "0d79c35b9e5f7f1dcfb5315cc1e8507f74093083",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~4.3"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Eluceo\\iCal": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Maciej Ɓebkowski",
+ "email": "m.lebkowski@gmail.com",
+ "role": "Contributor"
+ },
+ {
+ "name": "Markus Poerschke",
+ "email": "markus@eluceo.de",
+ "role": "Developer"
+ }
+ ],
+ "description": "The eluceo/iCal package offers a abstraction layer for creating iCalendars. You can easily create iCal files by using PHP object instead of typing your *.ics file by hand. The output will follow RFC 2445 as best as possible.",
+ "homepage": "https://github.com/markuspoerschke/iCal",
+ "keywords": [
+ "calendar",
+ "iCalendar",
+ "ical",
+ "ics",
+ "php calendar"
+ ],
+ "time": "2015-02-21 23:14:47"
+ },
+ {
"name": "erusev/parsedown",
"version": "1.5.1",
"source": {
@@ -248,12 +301,12 @@
"source": {
"type": "git",
"url": "https://github.com/fguillot/picoDb.git",
- "reference": "bc75f3dab79bf6beb6e07b5ace0252e1d0d374fa"
+ "reference": "f65d11cb52de34e0fd236a34184ca1a310da244a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/fguillot/picoDb/zipball/bc75f3dab79bf6beb6e07b5ace0252e1d0d374fa",
- "reference": "bc75f3dab79bf6beb6e07b5ace0252e1d0d374fa",
+ "url": "https://api.github.com/repos/fguillot/picoDb/zipball/f65d11cb52de34e0fd236a34184ca1a310da244a",
+ "reference": "f65d11cb52de34e0fd236a34184ca1a310da244a",
"shasum": ""
},
"require": {
@@ -277,7 +330,7 @@
],
"description": "Minimalist database query builder",
"homepage": "https://github.com/fguillot/picoDb",
- "time": "2015-04-14 01:59:06"
+ "time": "2015-05-17 23:57:05"
},
{
"name": "fguillot/simple-validator",