Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ccc0a7c

Browse files
authored
Drop support for PHP 7.3 (#1158)
* Update compser.json files * Update GitHub Actions workflows * Update CHANGELOG.md * Update php.yml
1 parent b7740e6 commit ccc0a7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php-version: ['7.3', '7.4', '8.0', '8.1']
16+
php-version: ['7.4', '8.0', '8.1']
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Use PHP ${{ matrix.php-version }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^7.3 || ^8.0",
17+
"php": "^7.4 || ^8.0",
1818
"php-http/promise": "^1.0",
1919
"psr/log": "^1.0|^2.0|^3.0",
2020
"psr/simple-cache": "^1.0|^2.0|^3.0",

0 commit comments

Comments
 (0)