misc: Corrected php version in composer.json (#1882)

This commit is contained in:
Roman Kelesidis 2025-04-22 14:45:43 +07:00 committed by GitHub
commit bc1713abdd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,7 @@
"forum": "https://torrentpier.com"
},
"require": {
"php": "^8.1 | ^8.2 | ^8.3 | ^8.4",
"php": ">=8.1",
"arokettu/random-polyfill": "1.0.2",
"arokettu/bencode": "^4.1.0",
"arokettu/monsterid": "dev-master",