Skip to content

Commit

Permalink
Exception Library
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyStephen committed Nov 23, 2013
1 parent cf8fd58 commit b9fff2c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ConnectionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2013 Common Api. All rights reserved.
* @license http://www.opensource.org/licenses/mit-license.html MIT License
*/
namespace Api\Filesystem;
namespace CommonApi\Filesystem;

/**
* Filesystem Connection Interface
Expand Down
2 changes: 1 addition & 1 deletion FilesystemInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @copyright 2013 Common Api. All rights reserved.
* @license http://www.opensource.org/licenses/mit-license.html MIT License
*/
namespace Api\Filesystem;
namespace CommonApi\Filesystem;

/**
* Filesystem Adapter Interface
Expand Down
15 changes: 11 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
{
"name": "api/filesystem",
"description": "Common API for Filesystem",
"name": "commonapi/filesystem",
"description": "Common Filesystem Api Interface",
"keywords": ["api", "CommonApi", "filesystem"],
"homepage": "https://github.com/CommonApi/Filesystem",
"type": "api",
"license": "MIT",
"authors": [
{
"name": "AmyStephen",
"homepage": "http://Molajo.org/"
"filesystem": "AmyStephen@gmail.com",
"homepage": "http://Molajo.org"
}
],
"require": {
"php": ">=5.3.10",
"commonapi/exception": ">=0.1"
},
"autoload": {
"psr-0": {
"Api\\Filesystem\\": ""
"CommonApi\\Filesystem\\": ""
}
}
}

0 comments on commit b9fff2c

Please sign in to comment.