Skip to content

Commit

Permalink
Make it php 7.0+ compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
jperdochqu committed Jan 9, 2024
1 parent 0829558 commit 670b0fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-php-oldest.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
key: ${{ runner.OS }}-build-${{ hashFiles('**/composer.lock') }}
- uses: php-actions/composer@v6
with:
php_version: "7.1"
php_version: "7.2"
- name: PHP Lint
run: vendor/bin/phplint --exclude=vendor
- name: PHP Unit
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ Simple PHP library to decode TNEF files (winmail.dat).
It is based on [SquirellMail plugin](https://squirrelmail.org/plugin_view.php?id=62)

#Requirements:
- PHP >= 7.1
- PHP >= 7.0
- PHP-mbstring extension

#Usage
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -6,7 +6,7 @@
"type": "library",
"homepage": "https://github.com/QualityUnit/TNEFDecoder",
"require": {
"php": ">=7.1",
"php": ">=7.0",
"ext-mbstring": "*"
},
"require-dev": {
Expand Down

0 comments on commit 670b0fc

Please sign in to comment.