We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad3d816 commit 9ee0480Copy full SHA for 9ee0480
1 file changed
composer.json
@@ -9,19 +9,19 @@
9
{
10
"name": "Peter Coles",
11
"email": "peterdcoles@gmail.com",
12
- "homepage": "http://petercoles.com"
+ "homepage": "https://petercoles.com"
13
}
14
],
15
"support": {
16
"issues": "https://github.com/petercoles/multilingual-language-list/issues"
17
},
18
"require": {
19
"php": ">=5.6.0",
20
- "illuminate/support": "~5"
+ "illuminate/support": "~5|~6"
21
22
"require-dev": {
23
- "phpunit/phpunit": "~5.3",
24
- "mockery/mockery": "^0.9.4"
+ "phpunit/phpunit": ">=5.3",
+ "mockery/mockery": ">=0.9.4"
25
26
"autoload": {
27
"psr-4": {
0 commit comments