Skip to content

Commit

Permalink
Fixing file ignoring for MAC OS.
Browse files Browse the repository at this point in the history
  • Loading branch information
silvamfilipe committed Jan 30, 2015
1 parent a426330 commit 4282e72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@
/.project
/.idea
*.php.old
/src/Slick/*.old
/src/Slick/*.old
/composer.phar
*.DS_Store
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
},
"require-dev": {
"codeception/codeception": "1.8.*@dev",
"satooshi/php-coveralls": "dev-master",
"apigen/apigen": "~2.8.0"
"satooshi/php-coveralls": "dev-master"
},
"replace" : {
"slick/common" : "self.version",
Expand Down

0 comments on commit 4282e72

Please sign in to comment.