Skip to content

Commit 2347351

Browse files
committed
Release next-gen version v2.x
1 parent 39ad315 commit 2347351

3 files changed

Lines changed: 4 additions & 4 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.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
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' ]
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.6`
11+
- [x] V1.x, V2.x support all PHP version `>5.3`
1212
- [x] V3.x support all PHP version `>7.0`
1313

1414
## Support

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
}
2020
],
2121
"require": {
22-
"php": ">=5.6",
22+
"php": ">=5.3",
2323
"ext-json": "*",
2424
"ext-pdo": "*",
2525
"faapz/pdo": "^2.0 || ^1.7"
2626
},
2727
"require-dev": {
28-
"nguyenanhung/my-debug": "^3.0"
28+
"nguyenanhung/my-debug": "^3.0 || ^2.0 || ^1.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)