Skip to content

Commit

Permalink
Update project setup.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed May 26, 2016
1 parent d30a4d6 commit bb02e4d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
* text=auto

# Ignore following folder/file.
/build export-ignore
/docs export-ignore
/tests export-ignore
/.coveralls.yml export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php_cs export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/phpunit.xml export-ignore
/LICENSE export-ignore
/README.md export-ignore
/build export-ignore
/docs export-ignore
/tests export-ignore
/.coveralls.yml export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php_cs export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/phpunit.xml export-ignore
/LICENSE export-ignore
/README.md export-ignore
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
before_commands:
- 'composer install --prefer-source --no-interaction'
- 'composer install --prefer-dist --no-interaction'
filter:
paths:
- 'src/*'
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"symfony/dom-crawler": "2.8.*|3.0.*"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~4.0|~5.0"
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "~4.8|~5.0"
},
"suggest": {
"phpunit/phpunit": "Allow to use PHPUnit for testing your Laravel Application/Package (~4.0|~5.0)."
Expand Down

0 comments on commit bb02e4d

Please sign in to comment.