Skip to content

Commit

Permalink
Add composer.lock for Scrutinizer
Browse files Browse the repository at this point in the history
PHP Analyzer fails because of ext-imap, which is unavailable on Scrutinizer.
The only option is to commit composer.lock. See also
https://scrutinizer-ci.com/docs/tools/php/php-analyzer/guides/composer_dependencies
and https://getcomposer.org/doc/02-libraries.md#lock-file.
  • Loading branch information
ddeboer committed Aug 10, 2014
1 parent 83d2569 commit 69d4a8b
Show file tree
Hide file tree
Showing 3 changed files with 1,240 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
composer.lock
vendor
vendor
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"doctrine/common": "*"
},
"require-dev": {
"phpunit/phpunit": "~3.7"
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-0": {
Expand Down
Loading

0 comments on commit 69d4a8b

Please sign in to comment.