Skip to content

Commit

Permalink
Add layer elements, builders, and responses
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibaud Fabre committed Jan 15, 2015
1 parent 28849b3 commit a43f9f9
Show file tree
Hide file tree
Showing 18 changed files with 2,875 additions and 0 deletions.
30 changes: 30 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name" : "aztech/layers",
"description" : "Stackable HTTP layers",
"require" : {
"aztech/phinject" : "dev-master",
"aztech/php-utils" : "~1.0",
"league/fractal" : "~0.10",
"rhumsaa/uuid" : "~2.8",
"silex/silex" : "~1.2",
"twig/twig" : "~1.16"
},
"license" : "MIT",
"authors" : [{
"name" : "Thibaud Fabre",
"email" : "[email protected]"
}
],
"minimum-stability" : "stable",
"autoload" : {
"psr-4" : {
"Aztech\\Layers\\" : "src"
}
},
"require-dev" : {
"vektah/bugfree-dangerzone" : "0.3.*",
"phpmd/phpmd" : "~2.1",
"phpunit/phpunit" : "~4.4",
"squizlabs/php_codesniffer" : "~2.1"
}
}
Loading

0 comments on commit a43f9f9

Please sign in to comment.