Skip to content

Commit

Permalink
Make composer aware of the requirement for 64bits PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Apr 24, 2024
1 parent 4117f80 commit 75d7cd8
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 75d7cd8

Please sign in to comment.