Skip to content

Commit

Permalink
Trying ti unfuck YAML back to 2.6 because lazy devs are lazy
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Jan 28, 2015
1 parent fc73225 commit 679f0aa
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 51 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Library to easily handle profanity filtering in PHP projects.",
"keywords": ["profanity", "filter", "strings", "swear", "language"],
"license": "AGPL-3.0",
"homepage": "https://github.com/snipe/banbuilder",
"homepage": "http://banbuilder.com",
"authors": [
{
"name": "snipe",
Expand All @@ -13,7 +13,8 @@
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.0"
"php": ">=5.3.0",
"symfony/yaml": "2.6"
},
"require-dev": {
"phpunit/phpunit": "dev-master"
Expand Down
99 changes: 50 additions & 49 deletions composer.lock

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

0 comments on commit 679f0aa

Please sign in to comment.