Skip to content

Commit

Permalink
Update composer.json (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschlick committed Oct 22, 2018
1 parent 759b3a9 commit 83d9696
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"authors": [
{
"name": "Tom Schlick",
"email": "tom@tomschlick.com"
"email": "tom@schlick.email"
}
],
"require": {
"php": ">=7.0",
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/http": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*"
"illuminate/contracts": "^5.1.",
"illuminate/support": "^5.1",
"illuminate/http": "^5.1"
},
"require-dev": {
"phpunit/phpunit": "^5.4",
Expand Down

0 comments on commit 83d9696

Please sign in to comment.