Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Load tinybutstrong via composer and remove constructor of tinyDoc.
Browse files Browse the repository at this point in the history
In the long run use OpenTbs which is still maintained.
  • Loading branch information
simonschaufi committed Jan 20, 2018
1 parent c81eb1a commit 8e80c51
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 3,347 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
!/libraries/jQuery/
!/libraries/phpclasses/
!/libraries/phpjs/
!/libraries/TinyButStrong/
!/libraries/TinyButStrongPlugins/
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@
"php": ">=5.4.0",
"tecnickcom/tcpdf": "^6.2.12",
"zendframework/zendframework1": "^1.12",
"phpoffice/phpexcel": "1.8.*"
"phpoffice/phpexcel": "1.8.*",
"tinybutstrong/tinybutstrong": "^3.10"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"malsup/form": "3.51"
},
"autoload": {
"classmap" : [
"libraries/TinyButStrong"
"libraries/TinyButStrongPlugins"
],
"psr-0": {
"Kimai_": "libraries/"
Expand Down
42 changes: 41 additions & 1 deletion composer.lock

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

Loading

0 comments on commit 8e80c51

Please sign in to comment.