Skip to content

Commit 8e0075a

Browse files
committed
Drop support for php 5.3
1 parent 015bfbe commit 8e0075a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest]
16-
php: [5.3, 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2]
16+
php: [5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2]
1717
stability: [prefer-stable]
1818

1919
name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "library",
1919
"license": "MIT",
2020
"require": {
21-
"php": "^5.3 || ^7.0 || ^8.0",
21+
"php": "^5.4 || ^7.0 || ^8.0",
2222
"ext-curl": "*",
2323
"ext-json": "*"
2424
},

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This package can be used to retrieve http status code of a particular url, as we
99

1010
## Requirements
1111

12-
This package only requires php curl and json extensions. PHP requirement is 5.3+.
12+
This package only requires php curl and json extensions. PHP requirement is 5.4+.
1313

1414
## Installation
1515

0 commit comments

Comments
 (0)