Skip to content

Commit

Permalink
Removed everything not directly related to resources
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Aug 10, 2016
1 parent 8f64b91 commit 2b448ab
Show file tree
Hide file tree
Showing 31 changed files with 134 additions and 1,800 deletions.
15 changes: 5 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "api-clients/foundation",
"name": "api-clients/resource",
"license": "MIT",
"authors": [
{
Expand All @@ -17,31 +17,26 @@
"reactivex/rxphp": "^1.2",
"react/cache": "^0.4.1",
"wyrihaximus/ticking-promise": "^1.6",
"doctrine/annotations": "^1.2"
"doctrine/annotations": "^1.2",
"api-clients/hydrator": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "^5.2.3",
"squizlabs/php_codesniffer": "^2.6",
"vectorface/dunit": "~2.0",
"phake/phake": "^2.3"
},
"suggest": {
"api-clients/resource-generator": "Easy wireframing of resources",
"wyrihaximus/react-cache-filesystem": "Filesystem cache",
"wyrihaximus/react-cache-redis": "Redis cache"
},
"autoload": {
"psr-4": {
"ApiClients\\Foundation\\": "src/"
"ApiClients\\Foundation\\Resource\\": "src/"
},
"files": [
"src/bootstrap.php",
"src/functions_include.php"
]
},
"autoload-dev": {
"psr-4": {
"ApiClients\\Tests\\Foundation\\": "tests/"
"ApiClients\\Tests\\Foundation\\Resource\\": "tests/"
}
}
}
160 changes: 110 additions & 50 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2b448ab

Please sign in to comment.