Skip to content

Commit

Permalink
Remove PHP 5.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bensinclair committed Nov 27, 2020
1 parent cbdb367 commit ab919ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php-versions: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0' ]
php-versions: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0' ]
name: PHP ${{ matrix.php-versions }}

steps:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"keywords": ["php-emoji", "emoji"],
"license": "MIT",
"require": {
"php": ">=5.6"
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.0",
"phpunit/phpunit": "^6.0",
"milesj/emojibase": "6.0.*"
},
"repositories": [
Expand Down

0 comments on commit ab919ea

Please sign in to comment.