Skip to content

Commit

Permalink
chore: update actions
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Danzberger <[email protected]>
  • Loading branch information
elzody committed Jan 30, 2025
1 parent 5bf617a commit f059ade
Show file tree
Hide file tree
Showing 42 changed files with 384 additions and 5,611 deletions.
43 changes: 0 additions & 43 deletions .github/workflows/autoloader.yml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/cypress-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ jobs:
apc.enable_cli=on
coverage: none

- name: Install composer dependencies
working-directory: apps/richdocuments
run: |
composer install
- name: Set up Nextcloud
env:
DB_PORT: 4444
Expand Down
15 changes: 13 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,17 @@
"config": {
"platform": {
"php": "8.0"
}
},
"allow-plugins": {
"bamarni/composer-bin-plugin": true
},
"optimize-autoloader": true,
"autoloader-suffix": "Richdocuments"
},
"require": {
"ext-json": "*",
"ext-simplexml": "*"
"ext-simplexml": "*",
"mikehaertl/php-pdftk": "^0.13.1"
},
"require-dev": {
"roave/security-advisories": "dev-master",
Expand All @@ -37,6 +43,11 @@
"cs:fix": "php-cs-fixer fix",
"test:unit": "vendor/bin/phpunit -c tests/phpunit.xml"
},
"autoload" : {
"psr-4": {
"OCA\\Richdocuments\\": "./lib/"
}
},
"autoload-dev": {
"psr-4": {
"OCP\\": "vendor/nextcloud/ocp/OCP"
Expand Down
Loading

0 comments on commit f059ade

Please sign in to comment.