Skip to content

Commit

Permalink
Added support for php 8.0
Browse files Browse the repository at this point in the history
Ref #33326
  • Loading branch information
ChristopheTremblay committed Sep 23, 2021
1 parent 1eba2be commit 7cad73a
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,12 +21,12 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.3|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"laravelcollective/html": "^6.0"
},
"require-dev": {
"mockery/mockery": "^1.3",
"mockery/mockery": "^1.4.3",
"phpunit/phpunit": "^8.0",
"orchestra/testbench" : "^4.0|^5.0|^6.0",
"squizlabs/php_codesniffer": "^3.6.0"
Expand Down

0 comments on commit 7cad73a

Please sign in to comment.