Skip to content

Commit

Permalink
Drop support for very old PHP versions (5.3 & 5.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoalessio committed Oct 5, 2023
1 parent 232a8cb commit cd25245
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
- windows-latest
- macos-latest
php-version:
- '5.3'
- '5.4'
- '5.5'
- '5.6'
- '7.0'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"source": "https://github.com/thiagoalessio/tesseract-ocr-for-php"
},
"require": {
"php": "^5.3 || ^7.0 || ^8.0"
"php": "^5.5 || ^7.0 || ^8.0"
},
"require-dev": {
"phpunit/php-code-coverage": "^2.2.4 || ^9.0.0"
Expand Down

0 comments on commit cd25245

Please sign in to comment.