Skip to content
This repository was archived by the owner on Jan 18, 2018. It is now read-only.

Commit c9b558e

Browse files
Released 0.2.0
1 parent 496e094 commit c9b558e

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CHANGE LOG
77
* Upgrade to Laravel 4.2
88

99

10-
## V0.2 Alpha (Upcoming)
10+
## V0.2 Alpha (21/04/2014)
1111

1212
* PHP 5.6 and HHVM compatibility
1313
* Updated to Bootstrap 3.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Laravel Credentials is a cool way to authenticate in [Laravel 4.1](http://larave
3434

3535
Please check the system requirements before installing Laravel Credentials.
3636

37-
To get the latest version of Laravel Credentials, simply require `"graham-campbell/credentials": "0.2.*@dev"` in your `composer.json` file. See the [Laravel Queuing](https://github.com/GrahamCampbell/Laravel-Queuing) readme for extra requirements before continuing. You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.
37+
To get the latest version of Laravel Credentials, simply require `"graham-campbell/credentials": "0.2.*@alpha"` in your `composer.json` file. See the [Laravel Queuing](https://github.com/GrahamCampbell/Laravel-Queuing) readme for extra requirements before continuing. You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.
3838

3939
You will need to register many service providers before you attempt to load the Laravel Credentials service provider. Open up `app/config/app.php` and add the following to the `providers` key.
4040

src/Controllers/ActivationController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
namespace GrahamCampbell\Credentials\Controllers;
1818

19-
use Illuminate\Support\Str;
2019
use Illuminate\Support\Facades\Config;
2120
use Illuminate\Support\Facades\Event;
2221
use Illuminate\Support\Facades\Redirect;

0 commit comments

Comments
 (0)