mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-24 15:15:46 -07:00
Update composer.json
This commit is contained in:
parent
a7da09f8e7
commit
5ce8dd55c9
1 changed files with 7 additions and 6 deletions
|
@ -36,7 +36,8 @@
|
|||
"forum": "https://torrentpier.com"
|
||||
},
|
||||
"require": {
|
||||
"php": "~8.1 | ~8.2 | ~8.3 | ~8.4",
|
||||
"php": "^8.1 | ^8.2 | ^8.3 | ^8.4",
|
||||
"arokettu/random-polyfill": "dev-master",
|
||||
"arokettu/bencode": "^4.1.0",
|
||||
"arokettu/monsterid": "dev-master",
|
||||
"arokettu/torrent-file": "^5.2.1",
|
||||
|
@ -53,11 +54,11 @@
|
|||
"matthiasmullie/scrapbook": "^1.5",
|
||||
"monolog/monolog": "^3.4",
|
||||
"samdark/sitemap": "2.4.1",
|
||||
"symfony/finder": "~6.4",
|
||||
"symfony/filesystem": "~6.4",
|
||||
"symfony/event-dispatcher": "~6.4",
|
||||
"symfony/mime": "~6.4",
|
||||
"symfony/mailer": "~6.4",
|
||||
"symfony/finder": "^6.4",
|
||||
"symfony/filesystem": "^6.4",
|
||||
"symfony/event-dispatcher": "^6.4",
|
||||
"symfony/mime": "^6.4",
|
||||
"symfony/mailer": "^6.4",
|
||||
"vlucas/phpdotenv": "^5.5"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue