File tree Expand file tree Collapse file tree 3 files changed +2051
-6
lines changed Expand file tree Collapse file tree 3 files changed +2051
-6
lines changed Original file line number Diff line number Diff line change 2
2
phpunit.phar
3
3
/vendor
4
4
composer.phar
5
- composer.lock
6
5
* .sublime-project
7
6
* .sublime-workspace
8
7
* .project
8
+ .idea /
Original file line number Diff line number Diff line change 12
12
"require" : {
13
13
"php" : " >=5.4.0" ,
14
14
"ext-mongo" : " *" ,
15
- "illuminate/support" : " 4.2 .*" ,
16
- "illuminate/container" : " 4.2 .*" ,
17
- "illuminate/database" : " 4.2 .*" ,
18
- "illuminate/events" : " 4.2 .*"
15
+ "illuminate/support" : " 5.0 .*" ,
16
+ "illuminate/container" : " 5.0 .*" ,
17
+ "illuminate/database" : " 5.0 .*" ,
18
+ "illuminate/events" : " 5.0 .*"
19
19
},
20
20
"require-dev" : {
21
- "orchestra/testbench" : " 2.2 .*" ,
21
+ "orchestra/testbench" : " 3.0 .*" ,
22
22
"mockery/mockery" : " *" ,
23
23
"satooshi/php-coveralls" : " *"
24
24
},
25
+ "minimum-stability" : " dev" ,
25
26
"autoload" : {
26
27
"psr-0" : {
27
28
"Jenssegers\\ Mongodb" : " src/" ,
You can’t perform that action at this time.
0 commit comments