Skip to content

Commit

Permalink
fix: support php7.4|php8.0|php.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Ratz committed Oct 25, 2023
1 parent a50a4eb commit 819a303
Show file tree
Hide file tree
Showing 3 changed files with 336 additions and 578 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ Requirements

To run Shariff PHP Backend on your server you need one of these PHP versions:

* 7.2
* 7.3
* 7.4
* 8.0
* 8.1
Expand Down
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"php": "^7.2 || ^8.0",
"php": "^7.4 || ^8.0 <8.2",
"guzzlehttp/guzzle": "^7.4.1",
"psr/log": "^1.0",
"laminas/laminas-cache": "^3.1",
Expand All @@ -34,10 +34,7 @@
},
"config": {
"optimize-autoloader": true,
"sort-packages": true,
"platform": {
"php": "7.2.0"
}
"sort-packages": true
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 819a303

Please sign in to comment.