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 22phpunit.phar
33/vendor
44composer.phar
5- composer.lock
65* .sublime-project
76* .sublime-workspace
87* .project
8+ .idea /
Original file line number Diff line number Diff line change 1212 "require" : {
1313 "php" : " >=5.4.0" ,
1414 "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 .*"
1919 },
2020 "require-dev" : {
21- "orchestra/testbench" : " 2.2 .*" ,
21+ "orchestra/testbench" : " 3.0 .*" ,
2222 "mockery/mockery" : " *" ,
2323 "satooshi/php-coveralls" : " *"
2424 },
25+ "minimum-stability" : " dev" ,
2526 "autoload" : {
2627 "psr-0" : {
2728 "Jenssegers\\ Mongodb" : " src/" ,
You can’t perform that action at this time.
0 commit comments