Skip to content

Commit 8b0d9cc

Browse files
committed
up minimum requirements to php 7.1, remove exclamation test (not working - reevaluate)
1 parent 521626c commit 8b0d9cc

File tree

6 files changed

+145
-156
lines changed

6 files changed

+145
-156
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ language: php
33
sudo: false
44

55
php:
6-
- 5.6
7-
- 7.0
86
- 7.1
7+
- 7.2
8+
- 7.3
99

1010
before_script:
1111
- composer self-update

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
}
1212
],
1313
"require-dev": {
14-
"phpunit/phpunit": "^5.7.0",
15-
"friendsofphp/php-cs-fixer": "dev-master",
16-
"symfony/yaml": ">=2.7,<=2.9"
14+
"phpunit/phpunit": "^7",
15+
"friendsofphp/php-cs-fixer": "^3.0|^2.0",
16+
"symfony/yaml": ">=4"
1717
},
1818
"require": {
19-
"php": ">=5.6.0",
19+
"php": ">=7.1",
2020
"true/punycode": "~2.0",
2121
"psr/log": "~1.0",
2222
"zendframework/zend-validator" : ">=2.0,<=3.0"

phpunit.xml

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
convertWarningsToExceptions="true"
99
processIsolation="false"
1010
stopOnFailure="false"
11-
syntaxCheck="false"
1211
bootstrap="autoload.php.dist"
1312
>
1413
<php>

0 commit comments

Comments
 (0)