Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mantas-done committed Nov 8, 2024
1 parent 583568f commit 360ff8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ php subtitles.phar input.srt output.vtt
```
subtitles.phar file can be found here - https://github.com/mantas-done/subtitles/releases

## Installation (supports PHP 7.4+)
## Installation (supports PHP 7.4...PHP 8.4)
```
composer require mantas-done/subtitles
```
Expand Down
2 changes: 0 additions & 2 deletions src/Subtitles.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,13 +181,11 @@ public static function getFormat($string)
}
}

// for testing only
public function getInternalFormat()
{
return $this->internal_format;
}

// for testing only
public function setInternalFormat(array $internal_format)
{
$this->internal_format = $internal_format;
Expand Down

0 comments on commit 360ff8d

Please sign in to comment.