Skip to content

Commit

Permalink
Add php 8 support for Illuminate Testing 7.x (#35045)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-doehring committed Oct 31, 2020
1 parent 0fb15ae commit f9c6488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Testing/composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.2.5",
"php": "^7.2.5|^8.0",
"illuminate/contracts": "^7.0",
"illuminate/support": "^7.0",
"symfony/polyfill-php73": "^1.17"
Expand Down

0 comments on commit f9c6488

Please sign in to comment.