Skip to content

Commit

Permalink
Update PHP version requirements
Browse files Browse the repository at this point in the history
Closes #706
  • Loading branch information
Pyker committed May 18, 2022
1 parent 380d511 commit 9c455b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Solder also interfaces with the Technic Platform using an API key you can genera
Requirements
-------------

* PHP >= 7.2.0
* Composer - <https://getcomposer.org/>
* PHP >= 8.0.2
* Composer (<https://getcomposer.org/>)
* BCMath PHP Extension
* Ctype PHP Extension
* Fileinfo PHP extension
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
],
"require": {
"php": "^7.3|^8.0",
"php": "^8.0.2",
"ext-curl": "*",
"ext-json": "*",
"ext-pdo": "*",
Expand Down

0 comments on commit 9c455b4

Please sign in to comment.