Skip to content

Commit

Permalink
feat: add support for php 8.1 (#28)
Browse files Browse the repository at this point in the history
* feat: add support for php 8.1

* fix: lock versions which work on 7.4 and 8.1
  • Loading branch information
jmauerhan authored Aug 16, 2022
1 parent 2b418ba commit f3e647e
Show file tree
Hide file tree
Showing 3 changed files with 843 additions and 490 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^8.4",
"phpunit/phpunit": "^9.5",
"psr/http-message": "^1.0",
"react/promise": "^2.7",
"spatie/phpunit-snapshot-assertions": "^4.2"
Expand Down
Loading

0 comments on commit f3e647e

Please sign in to comment.