Skip to content

Commit 2a7ea3b

Browse files
committed
Upgrade dependencies to illuminate:5.6
1 parent 0ae6a63 commit 2a7ea3b

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

composer.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
],
1212
"license" : "MIT",
1313
"require": {
14-
"illuminate/support": "^5.5",
15-
"illuminate/container": "^5.5",
16-
"illuminate/database": "^5.5",
17-
"illuminate/events": "^5.5",
14+
"illuminate/support": "^5.6",
15+
"illuminate/container": "^5.6",
16+
"illuminate/database": "^5.6",
17+
"illuminate/events": "^5.6",
1818
"mongodb/mongodb": "^1.0.0"
1919
},
2020
"require-dev": {
@@ -47,5 +47,7 @@
4747
"Jenssegers\\Mongodb\\MongodbQueueServiceProvider"
4848
]
4949
}
50-
}
50+
},
51+
"minimum-stability" : "dev",
52+
"prefer-stable": true
5153
}

0 commit comments

Comments
 (0)