forked from themsaid/ibis
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ec24050
commit 5a8b47f
Showing
7 changed files
with
101 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) Mohamed Said <[email protected]> | ||
Ibis original project: Copyright (c) Mohamed Said <[email protected]> | ||
Ibis Next project: Copyright (c) Roberto Butti | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,38 @@ | ||
{ | ||
"name": "themsaid/ibis", | ||
"name": "hi-folks/ibis-next", | ||
"description": "Markdown to PDF book builder", | ||
"keywords": [ | ||
"markdown", | ||
"book", | ||
"pdf", | ||
"php" | ||
], | ||
"homepage": "https://github.com/themsaid/ibis", | ||
"homepage": "https://github.com/hi-folks/ibis-next", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Mohamed Said", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Roberto Butti" | ||
} | ||
], | ||
"bin": [ | ||
"ibis" | ||
"ibis-next" | ||
], | ||
"require": { | ||
"illuminate/filesystem": "^7.0|^8.0|^9.0|^10.0", | ||
"illuminate/support": "^7.0|^8.0|^9.0|^10.0", | ||
"mpdf/mpdf": "^8.1", | ||
"spatie/commonmark-highlighter": "^2.1|^3.0", | ||
"symfony/console": "^4.2|^5.0|^6.0|^7.0", | ||
"symfony/yaml": "^5.0|^6.0|^7.0" | ||
"php": "^8.1", | ||
"illuminate/filesystem": "^10.0", | ||
"illuminate/support": "^10.0", | ||
"mpdf/mpdf": "^8.0", | ||
"spatie/commonmark-highlighter": "^3.0", | ||
"symfony/console": "^6.0|^7.0", | ||
"symfony/yaml": "^6.0|^7.0" | ||
}, | ||
"require-dev": { | ||
"laravel/pint": "^1.2", | ||
"symfony/var-dumper": "^5.0|^6.0|^7.0" | ||
"symfony/var-dumper": "^6.0|^7.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.