Skip to content

Commit

Permalink
#19: PHP 8 support added
Browse files Browse the repository at this point in the history
  • Loading branch information
alimranahmed committed Sep 11, 2021
1 parent b533619 commit 0ee3fea
Show file tree
Hide file tree
Showing 2 changed files with 1,005 additions and 317 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^7.0"
"php": "^7.0|^8.0"
},
"autoload": {
"psr-4": {
Expand All @@ -34,6 +34,6 @@
}
},
"require-dev": {
"phpunit/phpunit": "^7"
"phpunit/phpunit": "^9.5"
}
}
Loading

0 comments on commit 0ee3fea

Please sign in to comment.