Skip to content

Commit

Permalink
update uuid dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Millloy authored and Kyle Millloy committed Nov 22, 2022
1 parent 1ceda09 commit c314bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "itsnubix/nowcal",
"version": "0.5.1",
"version": "0.5.2",
"description": "A modern PHP library for generating iCalendar v2.0 events",
"keywords": [
"icalendar",
Expand All @@ -15,7 +15,7 @@
"php": "^7.1.8|^8.0",
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^9.0",
"nesbot/carbon": "^2.29.1",
"ramsey/uuid": "^3.8"
"ramsey/uuid": "^3.8|^4.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
Expand Down

0 comments on commit c314bdc

Please sign in to comment.