Skip to content

Commit 55d9a63

Browse files
Update deps
1 parent 3e7af86 commit 55d9a63

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

composer.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
],
3232
"require": {
3333
"php" : "^7.0",
34-
"illuminate/support": "5.5.x-dev",
34+
"illuminate/support": "~5.5.0",
3535
"nesbot/carbon": "^1.0"
3636
},
3737
"require-dev": {
38-
"orchestra/testbench": "3.5.x-dev",
38+
"orchestra/testbench": "~3.5.0",
3939
"phpunit/phpunit": "^6.0",
4040
"spatie/phpunit-snapshot-assertions": "^1.0"
4141
},
@@ -58,7 +58,5 @@
5858
"Spatie\\Feed\\FeedServiceProvider"
5959
]
6060
}
61-
},
62-
"minimum-stability": "dev",
63-
"prefer-stable": true
61+
}
6462
}

0 commit comments

Comments
 (0)