yethee / tiktoken-php

This is a port of the tiktoken
MIT License
92 stars 19 forks source link

Make 7.3 compatible #4

Closed Arjun2908 closed 11 months ago

Arjun2908 commented 11 months ago

I made changes to the composer.json to set the php version to 7.3, and the phpunit to 9.6.10. I have also changed the code to make sure the syntax was compatible, and tested it to make sure we are still getting accurate results for various inputs. Had to make one tiny tweak to a test cause it was using an iterator, but all the php unit test cases are passing as well!