Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

Commit

Permalink
Improved composer config.
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Aug 2, 2012
1 parent 16471ff commit 8cb8f31
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 27 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Asplode requires PHP 5.3 or later.
### Bare installation

* Clone from GitHub: `git clone git://github.com/eloquent/asplode.git`
* Use a [PSR-0](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md) compatible autoloader (namespace 'Eloquent' in the 'src' directory)
* Use a [PSR-0](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md)
compatible autoloader (namespace 'Eloquent\Asplode' in the 'src' directory)

## Usage

Expand Down
26 changes: 3 additions & 23 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "eloquent/asplode",
"type": "library",
"description": "Drop-in exception-based error handling for PHP.",
"keywords": ["error","handling","handler","exception","errorexception","fault","failure"],
"homepage": "https://github.com/eloquent/asplode",
Expand All @@ -14,33 +13,14 @@
],
"require": {
"php": ">=5.3.0",
"IcecaveStudios/isolator": "1.*"
"icecavestudios/isolator": "1.*"
},
"require-dev": {
"phake/phake": "1.*"
},
"autoload": {
"psr-0": {
"Eloquent": "src"
"Eloquent\\Asplode": "src"
}
},
"repositories": [
{
"type": "package",
"package": {
"name": "phake/phake",
"version": "1.0.2",
"dist": {
"url": "https://github.com/mlively/Phake/zipball/v1.0.2",
"type": "zip"
},
"autoload": {
"classmap": ["src"]
},
"include-path": [
"src"
]
}
}
]
}
}
6 changes: 3 additions & 3 deletions composer.lock

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

0 comments on commit 8cb8f31

Please sign in to comment.