Skip to content

Commit 9ee0480

Browse files
committed
Laravel 6 compatibility
1 parent ad3d816 commit 9ee0480

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
{
1010
"name": "Peter Coles",
1111
"email": "peterdcoles@gmail.com",
12-
"homepage": "http://petercoles.com"
12+
"homepage": "https://petercoles.com"
1313
}
1414
],
1515
"support": {
1616
"issues": "https://github.com/petercoles/multilingual-language-list/issues"
1717
},
1818
"require": {
1919
"php": ">=5.6.0",
20-
"illuminate/support": "~5"
20+
"illuminate/support": "~5|~6"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "~5.3",
24-
"mockery/mockery": "^0.9.4"
23+
"phpunit/phpunit": ">=5.3",
24+
"mockery/mockery": ">=0.9.4"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)