Skip to content

Commit

Permalink
Merge pull request snipe#14 from thewilkybarkid/composer
Browse files Browse the repository at this point in the history
Composer fixes
  • Loading branch information
snipe committed Feb 9, 2015
2 parents 2f9ec7b + abc5039 commit 5c32b8b
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 53 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.0",
"symfony/yaml": "2.6.*"
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "dev-master"
Expand Down
99 changes: 49 additions & 50 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

namespace Snipe\Banbuilder;
namespace Snipe\BanBuilder;

class CensorWords
{
Expand Down

0 comments on commit 5c32b8b

Please sign in to comment.