Skip to content

Commit

Permalink
update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gjmh-unikent committed May 26, 2015
1 parent c836563 commit a5db75b
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,15 @@
{
"name": "unikent/curl",
"version": "1.0.0",
"version": "5.0.0",
"type": "library",
"description": "Laravel Curl Helper Library.",
"keywords": ["curl", "laravel", "php"],
"homepage": "https://github.com/philsturgeon/codeigniter-curl",
"license": "MIT",
"authors": [
{
"name": "Philip Sturgeon",
"homepage": "http://philsturgeon.co.uk/code/codeigniter-curl"
},
{
"name": "Isaak Mogetutu",
"homepage": "http://twitter.com/mogetutu"
}
],
"require": {
"php": ">=5.1",
"php": ">=5.5",
"lib-curl": "*"
},
"autoload": {
"psr-0": { "Curl": "libraries/" }
"psr-4": { "\Unikent\Curl\": "" }
}
}

0 comments on commit a5db75b

Please sign in to comment.