Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove pear dependency from .json and let people handle it themselves.
  • 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
@@ -1,15 +1,17 @@
{ {
"name": "pear2/Services_NYTimes", "name": "pear2/services_nytimes",
"description": "An API wrapper for the NYTimes API", "description": "Service wrapper for retrieving data about articles on nytimes.com.",
"type": "library", "license": "BSD-2-Clause",
"repositories": [ "authors": [
{ {
"type": "pear", "name": "till",
"url": "http://pear.php.net" "email": "till@php.net"
} }
], ],
"autoload": {
"classmap": ["./src"]
},
"require": { "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.