Skip to content

Commit

Permalink
Remove PHP 7.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ddly committed Jan 5, 2024
1 parent fea6ae5 commit 3a474c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
fail-fast: false
matrix:
include:
- php-version: '7.0'
- php-version: '7.1'
- php-version: '7.2'
- php-version: '7.3'
Expand Down
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@
}
],
"require": {
"php": ">=7",
"magento/product-community-edition": "^2.3",
"php": ">=7.1",
"magento/module-sales": ">=100.0",
"magento/module-checkout": ">=100.0",
"magento/module-payment": ">=100.0",
"magento/framework": ">=100.0",
"tpay-com/tpay-php": "^2.3"
},
"autoload": {
Expand Down

0 comments on commit 3a474c9

Please sign in to comment.