Skip to content

Commit

Permalink
Switched namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
happyDemon committed Jul 2, 2015
1 parent 4698cd6 commit d54af59
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you have previously set up `LaravelCollective/Html` or `Illuminate/Html` you

in `app/config` add the following under service providers:

`Idma\LaravelParsley\LaravelParsleyServiceProvider`
`HappyDemon\LaravelParsley\LaravelParsleyServiceProvider`

If you haven't already, add these facades:

Expand Down
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"name": "idma/laravel-parsley",
"name": "happydemon/laravel-parsley",
"description": "Converts FormRequest rules to Parsley rules",
"keywords": ["laravel", "laravel 5", "parsley", "parsleyjs", "html", "form", "collective"],
"authors": [
{
"name": "idma",
"email": "[email protected]"
},
{
"name": "Maxim 'happyDemon' Kerstens",
"email": "[email protected]"
}
],
"require": {
Expand All @@ -16,7 +20,7 @@
},
"autoload": {
"psr-0": {
"Idma\\LaravelParsley": "src/"
"HappyDemon\\LaravelParsley": "src/"
}
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion src/Idma/LaravelParsley/FormBuilder.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Idma\LaravelParsley;
namespace HappyDemon\LaravelParsley;

use Collective\Html\FormBuilder as BaseFormBuilder;

Expand Down
2 changes: 1 addition & 1 deletion src/Idma/LaravelParsley/LaravelParsleyServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Idma\LaravelParsley;
namespace HappyDemon\LaravelParsley;

use Collective\Html\HtmlServiceProvider;

Expand Down
2 changes: 1 addition & 1 deletion src/Idma/LaravelParsley/ParsleyConverter.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Idma\LaravelParsley;
namespace HappyDemon\LaravelParsley;

use Illuminate\Translation\Translator;

Expand Down

0 comments on commit d54af59

Please sign in to comment.