Skip to content

Commit

Permalink
Fix composer json for older php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
exussum12 committed Jan 11, 2021
1 parent 1cd487c commit 3a58d79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
"description": "xxHash implementation in Pure PHP",
"type": "library",
"require": {
"phpunit/phpunit": "^7.1",
"php": ">=7.1",
"ext-bcmath": "*"
},
"require-dev": {
"phpunit/phpunit": "^7.1"
},
"autoload": {
"psr-4": {
"exussum12\\xxhash\\": "src"
Expand Down

0 comments on commit 3a58d79

Please sign in to comment.