advent-of-code/2025/composer.json

22 lines
419 B
JSON
Raw Normal View History

2025-12-07 21:30:03 -05:00
{
"name": "danchadwick/aoc-2025",
"description": "Advent of code 2025",
"type": "project",
"autoload": {
"psr-4": {
"Aoc2025\\": "src/"
}
},
"authors": [
{
"name": "dan612",
"email": "daniel.chadwick612@gmail.com"
}
],
"minimum-stability": "dev",
"require": {}
2025-12-07 21:33:11 -05:00
"scripts": {
"start": "sh start.sh"
}
2025-12-07 21:30:03 -05:00
}