We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 538e609 commit b72651fCopy full SHA for b72651f
4 files changed
.gitignore
@@ -1,2 +1,3 @@
1
.idea/
2
vendor/
3
+/composer.lock
.travis.yml
@@ -4,4 +4,4 @@ php:
4
- '5.6'
5
- '7.0'
6
before_script:
7
- - composer install
+ - composer update
composer.json
@@ -24,7 +24,7 @@
24
},
25
"require": {
26
"php-64bit": ">=5.5",
27
- "aliance/bitmask": "*"
+ "aliance/bitmask": "~1.0.0"
28
29
"require-dev": {
30
"phpunit/phpunit": "4.8.27"
0 commit comments