We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eacbb03 commit 836d4eeCopy full SHA for 836d4ee
.travis.yml
@@ -1,11 +1,9 @@
1
language: php
2
3
php:
4
- - 7.0
5
- 7.1
6
- 7.2
7
- 7.3
8
- - nightly
9
10
dist: xenial
11
composer.json
@@ -12,7 +12,7 @@
12
"homepage": "https://github.com/selective-php/base32",
13
"license": "MIT",
14
"require": {
15
- "php": ">=7.0"
+ "php": ">=7.1.3"
16
},
17
"require-dev": {
18
"phpstan/phpstan": "^0.11.5",
0 commit comments