You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
388 B

{
"name": "bradymcd/taatp",
"version": "1.0.0",
"require": {
"psr/clock": "1.0.0",
"chillerlan/php-qrcode": "5.0.1",
"paragonie/constant_time_encoding": "2.6.3",
"psr/log": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^11"
},
"autoload": {
"psr-4": {
"BradyMcD\\TAATP\\": "src/"
}
}
}