Skip to content

Commit

Permalink
Updates...
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreckly committed Feb 20, 2016
1 parent 7e07a61 commit 2bfbf63
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/stubs/LICENSE.stub
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 {{authorName}}
Copyright (c) 2016 {{authorName}}

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions src/stubs/OAuth1/ExtendSocialite.stub
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

namespace SocialiteProviders\{{nameStudlyCase}};

use SocialiteProviders\Manager\SocialiteWasCalled;
Expand Down
1 change: 1 addition & 0 deletions src/stubs/OAuth1/Provider.stub
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

namespace SocialiteProviders\{{nameStudlyCase}};

use Laravel\Socialite\One\AbstractProvider;
Expand Down
1 change: 1 addition & 0 deletions src/stubs/OAuth1/Server.stub
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

namespace SocialiteProviders\{{nameStudlyCase}};

use Laravel\Socialite\One\User;
Expand Down
1 change: 1 addition & 0 deletions src/stubs/OAuth2/ExtendSocialite.stub
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

namespace SocialiteProviders\{{nameStudlyCase}};

use SocialiteProviders\Manager\SocialiteWasCalled;
Expand Down
1 change: 1 addition & 0 deletions src/stubs/OAuth2/Provider.stub
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

namespace SocialiteProviders\{{nameStudlyCase}};

use Laravel\Socialite\Two\AbstractProvider;
Expand Down
4 changes: 2 additions & 2 deletions src/stubs/composer.stub
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"email": "{{authorMail}}"
}],
"require": {
"php": ">=5.5.0",
"socialiteproviders/manager": "~1.0"
"php": ">=5.5.9",
"socialiteproviders/manager": "^1.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2bfbf63

Please sign in to comment.