Skip to content
This repository was archived by the owner on Apr 22, 2019. It is now read-only.

Commit e427d72

Browse files
committed
Add packages
1 parent eb174e6 commit e427d72

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Diff for: composer.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,20 @@
2020
{
2121
"name": "Stephen Finney",
2222
"email": "stephen.finney@spinen.com"
23-
},
23+
}
2424
],
2525
"require": {
2626
"php": ">=5.5.0",
27-
"illuminate/support": "~5.1.10|5.2.*|5.3.*",
27+
"illuminate/console": "~5.1.10|5.2.*|5.3.*",
28+
"illuminate/database": "~5.1.10|5.2.*|5.3.*",
29+
"illuminate/pagination": "~5.1.10|5.2.*|5.3.*",
30+
"illuminate/support": "~5.1.10|5.2.*|5.3.*"
2831
},
2932
"require-dev": {
3033
"mockery/mockery": "^0.9.1",
3134
"phpunit/phpunit": "~4.0|~5.0",
32-
"psy/psysh": "^0.5.1",
33-
"satooshi/php-coveralls": "^0.6.1",
35+
"psy/psysh": "^0.7.2",
36+
"satooshi/php-coveralls": "^1.0.1",
3437
"symfony/var-dumper": "~2.7|~3.0"
3538
},
3639
"autoload": {

0 commit comments

Comments
 (0)