Skip to content

Commit

Permalink
chore: Move to actual runtime dependency file
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed Aug 21, 2024
1 parent 2aaeac4 commit 7491f79
Show file tree
Hide file tree
Showing 34 changed files with 4,183 additions and 232 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
},
"require": {
"ext-json": "*",
"ext-simplexml": "*",
"mikehaertl/php-pdftk": "^0.13.1"
"ext-simplexml": "*"
},
"require-dev": {
"roave/security-advisories": "dev-master",
Expand Down
146 changes: 3 additions & 143 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions composer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
},
"autoload" : {
"psr-4": {
"OCA\\Richdocuments\\": "../lib/",
"mikehaertl\\pdftk\\": "../vendor/mikehaertl/php-pdftk/src/",
"mikehaertl\\shellcommand\\": "../vendor/mikehaertl/php-shellcommand/src/"
"OCA\\Richdocuments\\": "../lib/"
}
},
"require": {
"mikehaertl/php-pdftk": "^0.13.1"
}
}
146 changes: 143 additions & 3 deletions composer/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7491f79

Please sign in to comment.