Skip to content

Commit 7c94eef

Browse files
committed
Improved compoer.json
1 parent fd7b663 commit 7c94eef

File tree

3 files changed

+7
-3137
lines changed

3 files changed

+7
-3137
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
composer.phar
33
.DS_Store
44
/.idea/
5+
composer.lock

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
],
1717
"require": {
1818
"php": ">=5.4.0",
19+
"illuminate/database": "5.0.*",
20+
"illuminate/console": "5.0.*",
21+
"illuminate/contracts": "5.0.*",
22+
"illuminate/http": "5.0.*",
23+
"illuminate/support": "5.0.*",
24+
"illuminate/config": "5.0.*",
1925
"laravel/framework": "5.0.*",
2026
"league/oauth2-server": "4.1.*"
2127
},

0 commit comments

Comments
 (0)