Skip to content

Commit

Permalink
Merge pull request #3 from nguyenanhung/develop
Browse files Browse the repository at this point in the history
Upgrade for PHP >=5.6
  • Loading branch information
nguyenanhung authored Feb 14, 2023
2 parents 8495c46 + ba96224 commit 8be9ff4
Show file tree
Hide file tree
Showing 4 changed files with 125 additions and 216 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
operating-system: [ 'ubuntu-latest', 'ubuntu-20.04', 'ubuntu-22.04', 'macos-latest', 'macos-11', 'macos-12' ]
php-versions: [ '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
php-versions: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
runs-on: ${{ matrix.operating-system }}
steps:
- name: Checkout
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
}
],
"require": {
"php": ">=5.4",
"php": ">=5.6",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*"
"ext-mbstring": "*",
"nguyenanhung/html-helper": "^2.0 || ^1.0"
},
"require-dev": {
"nguyenanhung/image": "^3.0 || ^2.0 || ^1.0"
Expand Down
Loading

0 comments on commit 8be9ff4

Please sign in to comment.