Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Tayron Miranda authored Jun 9, 2017
1 parent 75391f1 commit 4333bf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tayron/error-handler",
"description": "Classe que intercepta todos os erros lançados pelo PHP e os transforma em uma exceção",
"version": "1.0.1",
"version": "1.0.0",
"type": "classe-utilitaria",
"homepage": "https://github.com/tayron/error-handler",
"authors": [
Expand All @@ -12,7 +12,7 @@
],
"require": {
"php": ">=5.3",
"tayron/exceptions" : "dev-master"
"tayron/exceptions" : "1.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4333bf5

Please sign in to comment.