Skip to content

Commit

Permalink
Fix composer.json validation
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Feb 8, 2016
1 parent 7606182 commit fba2ba6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"keywords": ["epub", "e-book"],
"homepage": "https://github.com/Grandt/PHPZip",
"license": "LGPL-2.1",
"version": "4.0.6",
"minimum-stability": "stable",
"authors": [
{
Expand All @@ -16,10 +15,10 @@
}
],
"require": {
"phpzip/phpzip": ">=2.0.7",
"grandt/phpresizegif": ">=1.0.4",
"grandt/relativepath": ">=1.0.1",
"php": ">=5.3.0"
"php": ">=5.3.0",
"phpzip/phpzip": "~2.0.7",
"grandt/phpresizegif": "~1.0.3",
"grandt/relativepath": "~1.0.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit fba2ba6

Please sign in to comment.