Skip to content

Commit

Permalink
Merge pull request #8 from sweptsquash/master
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbrw authored Jan 17, 2021
2 parents 5118c86 + adafa7e commit e423e32
Show file tree
Hide file tree
Showing 6 changed files with 872 additions and 437 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/vendor/
.idea/
.phpunit.result.cache
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"require-dev": {
"composer/composer": "^2.0",
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~6.0"
"phpunit/phpunit": "~8.0 || ~9.0"
},
"require": {
"composer-plugin-api": "^2.0",
"php": "^5.4|7.*|^8.0"
"php": "7.* || 8.*"
}
}
Loading

0 comments on commit e423e32

Please sign in to comment.