Skip to content

Commit

Permalink
Ease php and phpunit requirements. Support for Laravel 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
petercoles committed Sep 24, 2020
1 parent 9dba0d1 commit a19a859
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -22,11 +22,11 @@
"issues": "https://github.com/petercoles/multilingual-country-list/issues"
},
"require": {
"php": "^7.2",
"illuminate/support": "~5|~6|~7"
"php": ">=7.2",
"illuminate/support": "~5|~6|~7|~8"
},
"require-dev": {
"phpunit/phpunit": "^8",
"phpunit/phpunit": ">=8",
"mockery/mockery": "^1"
},
"autoload": {
Expand Down

0 comments on commit a19a859

Please sign in to comment.