Skip to content

Commit

Permalink
Merge pull request #177 from stof/patch-1
Browse files Browse the repository at this point in the history
Make composer aware of the requirement for 64bits PHP
  • Loading branch information
paragonie-security committed Apr 24, 2024
2 parents 4117f80 + 75d7cd8 commit f65c829
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
"files": ["autoload.php"]
},
"require": {
"php": "^8.1"
"php": "^8.1",
"php-64bit": "*"
},
"require-dev": {
"phpunit/phpunit": "^7|^8|^9",
Expand Down

0 comments on commit f65c829

Please sign in to comment.