Skip to content

Commit

Permalink
Merge pull request #115 from alexdebril/issue/114
Browse files Browse the repository at this point in the history
Issue/114
  • Loading branch information
alexdebril authored Jul 19, 2017
2 parents 560f4ea + dfa00c2 commit b939555
Show file tree
Hide file tree
Showing 70 changed files with 993 additions and 154 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
artifacts/
vendor/
.php_cs.cache
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
},
"require-dev": {
"phpunit/phpunit": ">=5.5.0",
"monolog/monolog": "1.*"
"monolog/monolog": "1.*",
"friendsofphp/php-cs-fixer": "^2.4"
},
"suggest": {
"monolog/monolog": "Allows to handle logs",
Expand All @@ -30,10 +31,13 @@
"autoload": {
"psr-4": {"FeedIo\\": "src/FeedIo"}
},

"scripts": {
"install-hook": "chmod +x pre-commit.sh && cp pre-commit.sh .git/hooks/pre-commit",
"pre-autoload-dump": "composer install-hook"
},
"config": {
"preferred-install": {
"*": "dist"
}
}
}
}
Loading

0 comments on commit b939555

Please sign in to comment.