Skip to content

Commit b3b8822

Browse files
committed
Merge branch 'mercihabam-add-composer'
2 parents 31a3eed + 120b6ef commit b3b8822

3 files changed

Lines changed: 40 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ config/config.ini
66
public/css/app-specific.css
77
*~
88
.idea/
9+
/vendor/composer/
10+
/vendor/autoload.php

composer.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "24eme/signaturepdf",
3+
"description": "Free open-source web software for signing PDF (alone or with others) and also organize pages, edit medata and compress pdf",
4+
"type": "project",
5+
"license": "AGPL-3.0-only",
6+
"authors": [
7+
{
8+
"name": "24eme"
9+
}
10+
],
11+
"minimum-stability": "stable",
12+
"require": {
13+
"php": ">=7.2"
14+
},
15+
"autoload": {
16+
"classmap": ["lib/"]
17+
}
18+
}

composer.lock

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)