Skip to content

Commit 4f384e7

Browse files
committed
Sync with php 7.3
1 parent 3d7720c commit 4f384e7

17 files changed

+274
-162
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/vendor
22
/coverage
3+
.phpunit.result.cache

.styleci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ enabled:
66
disabled:
77
- concat_without_spaces
88
- simplified_null_return
9+
- align_double_arrow

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: php
22

33
php:
4-
- '7.1'
4+
- '7.3'
55

66
install:
77
composer install

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
{ "name": "Grigorii Duca", "email": "contact@greg.md", "homepage": "http://greg.md/" }
1313
],
1414
"require": {
15-
"php": "^7.1",
15+
"php": "^7.3",
1616
"ext-pdo": "*",
1717
"ext-ctype": "*",
1818
"ext-json": "*"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^7.4",
22-
"symfony/var-dumper": "^4.1"
21+
"phpunit/phpunit": "^8",
22+
"symfony/var-dumper": "^4"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)