Skip to content

Commit

Permalink
Merge pull request #216 from deanblackborough/master
Browse files Browse the repository at this point in the history
PHP8
  • Loading branch information
deanblackborough authored Feb 12, 2021
2 parents 3c835c0 + b0b7e62 commit 553b786
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 29 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"license": "MIT",
"type": "project",
"require": {
"php": "^7.4",
"php": "^8.0",
"ext-json": "*",
"doctrine/dbal": "^2.9",
"fideloper/proxy": "^4.0",
"guzzlehttp/guzzle": "^7.0.1",
"hashids/hashids": "^3.0",
"hashids/hashids": "^4.1.0",
"laravel/framework": "^8.0",
"laravel/helpers": "^1.2",
"laravel/sanctum": "^2.8",
Expand Down
56 changes: 29 additions & 27 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 553b786

Please sign in to comment.