Skip to content

Commit

Permalink
Ignore composer lock file (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
trilobit authored and Aliance committed Jun 9, 2017
1 parent 538e609 commit b72651f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1,171 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea/
vendor/
/composer.lock
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ php:
- '5.6'
- '7.0'
before_script:
- composer install
- composer update
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"require": {
"php-64bit": ">=5.5",
"aliance/bitmask": "*"
"aliance/bitmask": "~1.0.0"
},
"require-dev": {
"phpunit/phpunit": "4.8.27"
Expand Down
Loading

0 comments on commit b72651f

Please sign in to comment.