Skip to content

Commit c681fc9

Browse files
authored
Support for PHP8
1 parent b60071a commit c681fc9

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ php:
77
- 7.2
88
- 7.3
99
- 7.4
10+
- 8.0
1011

1112
before_script:
1213
- composer self-update

composer.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"php": ">=7.1"
2121
},
2222
"require-dev": {
23-
"friendsofphp/php-cs-fixer": "^2.15",
24-
"johnkary/phpunit-speedtrap": "^3.1",
23+
"friendsofphp/php-cs-fixer": "^2.16",
24+
"johnkary/phpunit-speedtrap": "^3.2",
2525
"phpstan/phpstan": "^0.11",
2626
"phpstan/phpstan-phpunit": "^0.11",
2727
"phpunit/phpunit": "~7.5",
2828
"slam/phpstan-extensions": "^3.4",
29-
"squizlabs/php_codesniffer": "~3.1",
29+
"squizlabs/php_codesniffer": "~3.5",
3030
"thecodingmachine/phpstan-strict-rules": "^0.11"
3131
},
3232
"autoload": {
@@ -41,10 +41,5 @@
4141
"psr-4": {
4242
"Tests\\Fresh\\Transliteration\\": "tests/"
4343
}
44-
},
45-
"extra": {
46-
"branch-alias": {
47-
"dev-master": "2.0.x-dev"
48-
}
4944
}
5045
}

0 commit comments

Comments
 (0)