Skip to content

Commit

Permalink
feat: upgrade to be compatible with php 8.1
Browse files Browse the repository at this point in the history
PHP 8.1 is require for laravel ^v10
  • Loading branch information
Erev14 authored Apr 1, 2023
1 parent db7ae53 commit fdcc523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"license": "MIT",
"require": {
"php": "^7.3|^8.0",
"php": "^7.3|^8.0|^8.1",
"php-http/discovery": "^1.6",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
Expand Down

0 comments on commit fdcc523

Please sign in to comment.