Skip to content

Commit 656f9df

Browse files
committed
Upgrade to php8
1 parent 1760031 commit 656f9df

File tree

10 files changed

+1591
-3274
lines changed

10 files changed

+1591
-3274
lines changed

.gitignore

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

.travis.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

coding-standard.neon

Lines changed: 0 additions & 26 deletions
This file was deleted.

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.2",
13+
"php": "^8.0",
1414
"react/http": "^0.8.1"
1515
},
1616
"require-dev": {
17-
"phpunit/phpunit": "^7.0",
18-
"symplify/easy-coding-standard": "^3.2",
19-
"phpstan/phpstan": "^0.10.3"
17+
"phpunit/phpunit": "^9.5",
18+
"phpstan/phpstan": "^1.6"
2019
},
2120
"autoload": {
2221
"psr-4": {

0 commit comments

Comments
 (0)