Skip to content

Commit

Permalink
Merge pull request #87 from Shopify/add_php_73_support
Browse files Browse the repository at this point in the history
Downgrading from PHP 8.0 to PHP 7.3+
  • Loading branch information
paulomarg authored Jul 29, 2021
2 parents c9ab325 + 058de32 commit 79b4784
Show file tree
Hide file tree
Showing 52 changed files with 1,389 additions and 1,252 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
fail-fast: false
matrix:
php-version:
- "7.3"
- "7.4"
- "8.0"
steps:
- uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
},
"require": {
"php": ">=8.0",
"php": "^7.3 || ^8.0",
"ramsey/uuid": "^4.1",
"psr/log": "^1.1",
"firebase/php-jwt": "^5.2",
Expand Down
Loading

0 comments on commit 79b4784

Please sign in to comment.