-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 772 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "a-schild/pdfcalendarbuilder",
"type": "library",
"description": "PDF month calendar generator",
"keywords": ["pdf", "calendar"],
"homepage": "https://github.com/a-schild/pdfcalendarbuilder",
"time": "2026-02-10",
"license": "Apache-2.0",
"version": "1.0.16",
"authors": [
{
"name": "André Schild",
"email": "andre@schild.ws",
"homepage": "https://github.com/a-schild",
"role": "Developer"
}],
"require": {
"php": "^8.2",
"tecnickcom/tcpdf": "^6.10.1"
},
"require-dev": {
"codeception/codeception": "^5.0",
"codeception/module-asserts": "^3.0"
},
"autoload": {
"psr-4": {"aschild\\": "src/"}
}
}