Skip to content

Commit

Permalink
php 8.0/8.1 requirement include
Browse files Browse the repository at this point in the history
  • Loading branch information
drakakisgeo authored May 2, 2022
1 parent 3da54d5 commit 2645ece
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 @@ -16,7 +16,7 @@
}
],
"require": {
"php" : "~7.2|~7.3|~7.4",
"php" : "~7.2|~7.3|~7.4|~8.0|~8.1",
"illuminate/contracts": "^5.0|6.*|^7.0|^8.0",
"illuminate/support": "^5.0|6.*|^7.0|^8.0",
"guzzlehttp/guzzle": "~6.0|~7.1"
Expand Down Expand Up @@ -52,4 +52,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 2645ece

Please sign in to comment.