Skip to content

Commit 26103c2

Browse files
committed
Update v2.x
1 parent 3f212c9 commit 26103c2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
operating-system: [ ubuntu-latest, macos-latest ]
9-
php-versions: [ '5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
9+
php-versions: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
1010
runs-on: ${{ matrix.operating-system }}
1111
steps:
1212
- name: Checkout

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Database Wrapper - Base Model
88

99
## Version
1010

11-
- [x] V1.x, V2.x support all PHP version `>5.3`
11+
- [x] V1.x, V2.x support all PHP version `>5.6`
1212
- [x] V3.x support all PHP version `>7.0`
1313

1414
## Support

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"php": ">=5.3",
22+
"php": ">=5.6",
2323
"ext-json": "*",
2424
"ext-pdo": "*",
2525
"faapz/pdo": "^2.0 || ^1.7"

0 commit comments

Comments
 (0)