Skip to content

Commit

Permalink
Remove pear dependency from .json and let people handle it themselves.
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Mar 23, 2013
1 parent a9a4d99 commit 7780c6d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 51 deletions.
18 changes: 10 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "pear2/Services_NYTimes",
"description": "An API wrapper for the NYTimes API",
"type": "library",
"repositories": [
"name": "pear2/services_nytimes",
"description": "Service wrapper for retrieving data about articles on nytimes.com.",
"license": "BSD-2-Clause",
"authors": [
{
"type": "pear",
"url": "http://pear.php.net"
"name": "till",
"email": "till@php.net"
}
],
"autoload": {
"classmap": ["./src"]
},
"require": {
"php": ">=5.3.0",
"pear-pear/HTTP_Request2": ">1.0.0"

}
}
43 changes: 0 additions & 43 deletions composer.lock

This file was deleted.

Binary file modified composer.phar
Binary file not shown.

0 comments on commit 7780c6d

Please sign in to comment.