Skip to content

Commit 79b4784

Browse files
authored
Merge pull request #87 from Shopify/add_php_73_support
Downgrading from PHP 8.0 to PHP 7.3+
2 parents c9ab325 + 058de32 commit 79b4784

52 files changed

Lines changed: 1389 additions & 1252 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
php-version:
13+
- "7.3"
14+
- "7.4"
1315
- "8.0"
1416
steps:
1517
- uses: actions/checkout@master

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
},
3333
"require": {
34-
"php": ">=8.0",
34+
"php": "^7.3 || ^8.0",
3535
"ramsey/uuid": "^4.1",
3636
"psr/log": "^1.1",
3737
"firebase/php-jwt": "^5.2",

0 commit comments

Comments
 (0)