Skip to content

Commit

Permalink
Removed dependency for DrUUID
Browse files Browse the repository at this point in the history
The dependency "roverwolf/druuid" was "dev" stability. J.King's DrUUID
have been integrated into the package to overcome this.
  • Loading branch information
Grandt committed Jul 2, 2015
1 parent 292c490 commit 8d790c6
Show file tree
Hide file tree
Showing 7 changed files with 1,449 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -72,6 +72,8 @@ tests/*.bat
tests/*.epub
tests/vendor
tests/vendor/*
tests/output
tests/output/*
tests/demo/georgia-pls-ssml
tests/georgia-pls-ssml/*
tests/tools
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -20,7 +20,7 @@ See the examples for example usage. The php files have "some" doumentation in th
### Import
Add this requirement to your `composer.json` file:
```json
"grandt/phpepub": ">=4.0.0"
"grandt/phpepub": ">=4.0.1"
```

### Composer
Expand All @@ -42,7 +42,7 @@ Once composer is installed you can create the `composer.json` file to import thi
```json
{
"require": {
"grandt/phpepub": ">=4.0.0"
"grandt/phpepub": ">=4.0.1",
"php": ">=5.3.0"
}
}
Expand Down
4 changes: 4 additions & 0 deletions REVISION.TXT
@@ -1,4 +1,8 @@
---------------------------------------------------------------------
Rev. 4.0.1 - 2015-06-29
* Changed: Included J. King's DrUUID library rather than using composer. The only available package remained in "dev" stability.
* http://jkingweb.ca/code/php/lib.uuid/
---------------------------------------------------------------------
Rev. 4.0.0 - 2015-04-29
* Added: Support for resizing animated gifs for use in ePub3 books.
* Added: Function to remove HTML comments.
Expand Down
8 changes: 5 additions & 3 deletions composer.json
Expand Up @@ -5,7 +5,7 @@
"keywords": ["epub", "e-book"],
"homepage": "https://github.com/Grandt/PHPZip",
"license": "LGPL-2.1",
"version": "4.0.0",
"version": "4.0.1",
"minimum-stability": "stable",
"authors": [
{
Expand All @@ -19,12 +19,14 @@
"phpzip/phpzip": ">=2.0.7",
"grandt/phpresizegif": ">=1.0.3",
"grandt/relativepath": ">=1.0.1",
"roverwolf/druuid": "dev-master",
"php": ">=5.3.0"
},
"autoload": {
"psr-4": {
"PHPePub\\": "src/PHPePub"
}
},
"classmap": [
"src/lib.uuid.php"
]
}
}
704 changes: 704 additions & 0 deletions src/lib.uuid.manual.html

Large diffs are not rendered by default.

0 comments on commit 8d790c6

Please sign in to comment.