File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 5
5
- 7.1
6
6
- 7.2
7
7
- 7.3
8
+ - 7.4snapshot
9
+ - nightly
10
+ - hhvm
11
+
12
+ matrix :
13
+ allow_failures :
14
+ - php : 7.4snapshot
15
+ - php : nightly
16
+ - php : hhvm
8
17
9
- install : composer install --no-interaction --classmap-authoritative --no-suggest
18
+ install : composer install --no-interaction --classmap-authoritative --no-suggest --ignore-platform-reqs
10
19
11
20
script : vendor/bin/phpunit --configuration phpunit.xml
12
21
Original file line number Diff line number Diff line change 3
3
[ ![ Build Status] ( https://travis-ci.org/Ekman/Luhn-Algorithm.svg?branch=master )] ( https://travis-ci.org/Ekman/Luhn-Algorithm )
4
4
[ ![ Coverage Status] ( https://coveralls.io/repos/github/Ekman/Luhn-Algorithm/badge.svg )] ( https://coveralls.io/github/Ekman/Luhn-Algorithm )
5
5
6
- This is an implementation of the Luhn Algorithm for PHP. The Luhn Algorithm is
6
+ This is an implementation of the Luhn Algorithm for PHP 7.0 and above . The Luhn Algorithm is
7
7
used to validate things like credit cards and national identification numbers.
8
8
More information on the algorithm can be found at [ Wikipedia] ( http://en.wikipedia.org/wiki/Luhn_algorithm ) .
9
9
You can’t perform that action at this time.
0 commit comments