We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7b663 commit 7c94eefCopy full SHA for 7c94eef
.gitignore
@@ -2,3 +2,4 @@
2
composer.phar
3
.DS_Store
4
/.idea/
5
+composer.lock
composer.json
@@ -16,6 +16,12 @@
16
],
17
"require": {
18
"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.*",
25
"laravel/framework": "5.0.*",
26
"league/oauth2-server": "4.1.*"
27
},
0 commit comments