Skip to content

Commit

Permalink
Merge pull request #21 from skipperbent/development
Browse files Browse the repository at this point in the history
Optimisations
  • Loading branch information
skipperbent committed Feb 23, 2017
2 parents c18707e + 331426f commit d27b2a9
Show file tree
Hide file tree
Showing 11 changed files with 887 additions and 628 deletions.
60 changes: 31 additions & 29 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,34 @@
{
"name": "pecee/http-service",
"description": "Lightweight, fast and easy to use classes for providing basic functionality for talking with remote api's including the REST standard.",
"keywords": [
"http",
"web",
"api",
"rest",
"service",
"pecee"
],
"license": "MIT",
"support": {
"source": "https://github.com/skipperbent/http-service"
},
"authors": [
{
"name": "Simon Sessingø",
"email": "simon.sessingoe@gmail.com"
"name": "pecee/http-service",
"description": "Lightweight, fast and easy to use classes for providing basic functionality for talking with remote api's including the REST standard.",
"keywords": [
"http",
"web",
"api",
"rest",
"service",
"pecee",
"webservice",
"pecee"
],
"license": "MIT",
"support": {
"source": "https://github.com/skipperbent/http-service"
},
"authors": [
{
"name": "Simon Sessingø",
"email": "simon.sessingoe@gmail.com"
}
],
"require": {
},
"require-dev": {
"phpunit/phpunit": "4.7.7"
},
"autoload": {
"psr-4": {
"Pecee\\Http\\": "src/Pecee/Http/"
}
}
],
"require": {
},
"require-dev": {
"phpunit/phpunit": "4.7.7"
},
"autoload": {
"psr-4": {
"Pecee\\": "src/Pecee/"
}
}
}

0 comments on commit d27b2a9

Please sign in to comment.