Skip to content

Commit

Permalink
Add keywords to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Jun 23, 2024
1 parent a7d0eb0 commit e134f07
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,25 @@
"Brick",
"DateTime",
"Date",
"Time"
"Time",
"DayOfWeek",
"Duration",
"Instant",
"Interval",
"LocalDate",
"LocalDateRange",
"LocalDateTime",
"LocalTime",
"Month",
"MonthDay",
"Period",
"Stopwatch",
"TimeZone",
"Year",
"YearMonth",
"YearMonthRange",
"YearWeek",
"ZonedDateTime"
],
"license": "MIT",
"require": {
Expand Down

0 comments on commit e134f07

Please sign in to comment.