diff --git a/composer.json b/composer.json index bfe0025..7e777b1 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "welp/ical-bundle", "description": "Symfony Bundle to manage .ics iCal file (creating and eventually reading)", - "version": "1.0.1", + "version": "1.0.2", "type": "symfony-bundle", "homepage": "https://github.com/welpdev/icalBundle", "license": "MIT", @@ -26,7 +26,7 @@ }, "require": { "php": ">=5.6", - "jsvrcek/ics": "^0.4" + "jsvrcek/ics": "^0.8" }, "require-dev": { "phpunit/phpunit": "~5",