Skip to content

Commit b72651f

Browse files
trilobitAliance
authored andcommitted
Ignore composer lock file (#3)
1 parent 538e609 commit b72651f

4 files changed

Lines changed: 3 additions & 1171 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.idea/
22
vendor/
3+
/composer.lock

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ php:
44
- '5.6'
55
- '7.0'
66
before_script:
7-
- composer install
7+
- composer update

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"require": {
2626
"php-64bit": ">=5.5",
27-
"aliance/bitmask": "*"
27+
"aliance/bitmask": "~1.0.0"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "4.8.27"

0 commit comments

Comments
 (0)