Skip to content

Commit 6d7aa1d

Browse files
committed
Update to L5
1 parent 3bddd4b commit 6d7aa1d

File tree

3 files changed

+2051
-6
lines changed

3 files changed

+2051
-6
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
phpunit.phar
33
/vendor
44
composer.phar
5-
composer.lock
65
*.sublime-project
76
*.sublime-workspace
87
*.project
8+
.idea/

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,17 @@
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/",

0 commit comments

Comments
 (0)