Skip to content

Commit

Permalink
bump ver
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 51ae39f commit 1ceda09
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "itsnubix/nowcal",
"version": "0.5.0",
"version": "0.5.1",
"description": "A modern PHP library for generating iCalendar v2.0 events",
"keywords": [
"icalendar",
Expand All @@ -12,11 +12,15 @@
"source": "https://github.com/itsnubix/nowcal"
},
"require": {
"php": ">7.1.8",
"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"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
"phpunit/phpunit": "^7.1.5|^9.5"
},
"type": "library",
"license": "MIT",
"authors": [
Expand All @@ -35,9 +39,5 @@
"psr-4": {
"Tests\\": "tests/"
}
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
"phpunit/phpunit": "^7.1.5"
}
}

0 comments on commit 1ceda09

Please sign in to comment.