Skip to content

Commit

Permalink
Fixed requirements, now that seblucas/tbszip is on Packagist.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbirth authored Jul 1, 2016
1 parent 9e53f1e commit 51c504f
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,12 @@
"php": ">=5.3.0",
"ext-xml": "*",
"ext-zip": "*",
"Skrol29/tbszip": "dev-master"
"seblucas/tbszip": "~2.16.0"
},
"require-dev": {
"phpunit/phpunit": "5.4.*"
},
"autoload": {
"classmap": ["lib/"]
},
"repositories": [
{
"type": "package",
"package": {
"name": "Skrol29/tbszip",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/Skrol29/tbszip",
"reference": "master"
},
"autoload": {
"classmap": ["./"]
}
}
}
]
}
}

0 comments on commit 51c504f

Please sign in to comment.