u01jmg3 / ics-parser

Parser for iCalendar Events • PHP 8+, 7 (≥ 7.4), 5 (≥ 5.6)
MIT License
439 stars 144 forks source link

Version specification advice in README needs updating. #300

Closed mklemme1 closed 2 years ago

mklemme1 commented 2 years ago

On https://packagist.org/packages/johngrogg/ics-parser I read:

To access the latest stable branch (v2) use the following To access new features you can require dev-master { "require": { "johngrogg/ics-parser": "^2" } }

SInce version 3.1 is out, shouldn't it be "johngrogg/ics-parser": "^3"?

mklemme1 commented 2 years ago

2022-03-04_22-34

s0600204 commented 2 years ago

Indeed it probably should be.

Feel free to submit a PR - the block comment at the top of src/ICal/ICal.php also needs updating.

mklemme1 commented 2 years ago

I am not an expert on this. I hope the PR is okay