Skip to content

Commit ed05560

Browse files
committed
php and phpunit version up
1 parent cdc086a commit ed05560

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ sudo: false
44
dist: trusty
55

66
php:
7-
- 7.0
87
- 7.1
98
- 7.2
109
- 7.3

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
"keywords": [ "x690", "x.690", "x.509", "x509", "asn1", "asn.1", "ber", "der", "binary", "encoding", "decoding" ],
2626

2727
"require": {
28-
"php": ">=7.0",
28+
"php": ">=7.1",
2929
"ext-gmp": "*"
3030
},
3131
"require-dev": {
32-
"phpunit/phpunit": "~6.2",
32+
"phpunit/phpunit": "^7.0",
3333
"satooshi/php-coveralls": "~2.0"
3434
},
3535
"suggest": {

phpunit.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
convertWarningsToExceptions="true"
88
processIsolation="false"
99
stopOnFailure="false"
10-
syntaxCheck="false"
1110
bootstrap="vendor/autoload.php"
1211
colors="true">
1312

0 commit comments

Comments
 (0)