Skip to content

Commit

Permalink
[TASK][heiseonline#196] Support PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
liayn committed May 16, 2024
1 parent 2aceee4 commit d84b635
Show file tree
Hide file tree
Showing 5 changed files with 175 additions and 164 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ php:
- 8.0
- 8.1
- 8.2
- 8.3

env:
- SHARIFF_RUN_LINT=1
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

##

* Add support for PHP 8.3 (liayn)
* Add support for PHP 8.2 (liayn)

## 10.0.0, 2023-10-25
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ To run Shariff PHP Backend on your server you need one of these PHP versions:
* 8.0
* 8.1
* 8.2
* 8.3

Older versions and HHVM are not supported.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"laminas/laminas-cache-storage-adapter-filesystem": "^2.0",
"laminas/laminas-cache-storage-adapter-memory": "^2.0",
"laminas/laminas-cache-storage-deprecated-factory": "^1.0",
"php": "^7.4 || ^8.0 <8.3",
"php": "^7.4 || ^8.0 <8.4",
"psr/log": "^1 | ^2 | ^3"
},
"require-dev": {
Expand Down
Loading

0 comments on commit d84b635

Please sign in to comment.