Skip to content

Commit

Permalink
Support for PHP8
Browse files Browse the repository at this point in the history
  • Loading branch information
fre5h committed Nov 30, 2020
1 parent b60071a commit c681fc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ php:
- 7.2
- 7.3
- 7.4
- 8.0

before_script:
- composer self-update
Expand Down
11 changes: 3 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"php": ">=7.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.15",
"johnkary/phpunit-speedtrap": "^3.1",
"friendsofphp/php-cs-fixer": "^2.16",
"johnkary/phpunit-speedtrap": "^3.2",
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpunit/phpunit": "~7.5",
"slam/phpstan-extensions": "^3.4",
"squizlabs/php_codesniffer": "~3.1",
"squizlabs/php_codesniffer": "~3.5",
"thecodingmachine/phpstan-strict-rules": "^0.11"
},
"autoload": {
Expand All @@ -41,10 +41,5 @@
"psr-4": {
"Tests\\Fresh\\Transliteration\\": "tests/"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
}
}

0 comments on commit c681fc9

Please sign in to comment.