Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandedeyne committed Aug 30, 2017
1 parent 3e7af86 commit 55d9a63
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
],
"require": {
"php" : "^7.0",
"illuminate/support": "5.5.x-dev",
"illuminate/support": "~5.5.0",
"nesbot/carbon": "^1.0"
},
"require-dev": {
"orchestra/testbench": "3.5.x-dev",
"orchestra/testbench": "~3.5.0",
"phpunit/phpunit": "^6.0",
"spatie/phpunit-snapshot-assertions": "^1.0"
},
Expand All @@ -58,7 +58,5 @@
"Spatie\\Feed\\FeedServiceProvider"
]
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 55d9a63

Please sign in to comment.