Skip to content

Commit 83d9696

Browse files
authored
Update composer.json (#23)
1 parent 759b3a9 commit 83d9696

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"authors": [
77
{
88
"name": "Tom Schlick",
9-
"email": "tom@tomschlick.com"
9+
"email": "tom@schlick.email"
1010
}
1111
],
1212
"require": {
1313
"php": ">=7.0",
14-
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
15-
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
16-
"illuminate/http": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*"
14+
"illuminate/contracts": "^5.1.",
15+
"illuminate/support": "^5.1",
16+
"illuminate/http": "^5.1"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^5.4",

0 commit comments

Comments
 (0)