Skip to content

Commit

Permalink
Support php 8 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
orlandocharles authored Nov 9, 2021
1 parent 1e0d148 commit 2aff08b
Show file tree
Hide file tree
Showing 4 changed files with 2,117 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/vendor/
composer.lock
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
}
],
"require": {
"php": "^7.1"
"php": "^7.3|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^6.5"
"phpunit/phpunit": "^9.3.3"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 2aff08b

Please sign in to comment.