Skip to content

Commit fcc88b1

Browse files
authored
Merge pull request #58 from a8cteam51/feature/downgrade-ical-lib
removes the loose constraint on the version of ical lib used. The lib…
2 parents d12358e + c7d92f1 commit fcc88b1

File tree

2 files changed

+260
-214
lines changed

2 files changed

+260
-214
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"url": "https://github.com/a8cteam51/team51-configs"
2020
}],
2121
"require": {
22-
"eluceo/ical": "^2.14.0"
22+
"eluceo/ical": "2.14.*"
2323
},
2424
"require-dev": {
2525
"a8cteam51/team51-configs": "dev-trunk",
@@ -49,4 +49,4 @@
4949
"phpstan/extension-installer": true
5050
}
5151
}
52-
}
52+
}

0 commit comments

Comments
 (0)