Skip to content

Commit

Permalink
laravel 8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobg committed Sep 15, 2021
1 parent ed79878 commit 14a1a45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"require": {
"php": ">=7.2.0",
"doctrine/inflector": "^2.0",
"illuminate/console": "^7.16",
"illuminate/support": "^7.16",
"illuminate/console": "^8.0",
"illuminate/support": "^8.0",
"composer/composer": "^1.10",
"webonyx/graphql-php": "^14.5",
"thecodingmachine/safe": "^1.1",
Expand Down

0 comments on commit 14a1a45

Please sign in to comment.