Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Oct 15, 2024
2 parents f97a0e5 + 2f6b25e commit e49f303
Show file tree
Hide file tree
Showing 9 changed files with 2,985 additions and 54 deletions.
1 change: 1 addition & 0 deletions appinfo/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
'routes' => [
// Page routes
['name' => 'dashboard#page', 'url' => '/', 'verb' => 'GET'],
['name' => 'characters#downloadPdf', 'url' => '/characters/{id}/download', 'verb' => 'GET'],
]
];
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"adbario/php-dot-notation": "^3.3.0",
"bamarni/composer-bin-plugin": "^1.8",
"elasticsearch/elasticsearch": "^v8.14.0",
"adbario/php-dot-notation": "^3.3.0",
"guzzlehttp/guzzle": "^7.0",
"symfony/uid": "^6.4"
"symfony/uid": "^6.4",
"tecnickcom/tcpdf": "^6.7"
},
"require-dev": {
"nextcloud/ocp": "dev-stable29",
Expand Down
Loading

0 comments on commit e49f303

Please sign in to comment.