Skip to content

Commit

Permalink
Rename pacakge
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Sep 23, 2019
1 parent 4c4d477 commit 1eb0b1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -9,5 +9,5 @@
The package provides an interface that could be implemented by an exception to provide a friendly name and a solution
for fixing it. Error handlers may consider the interface to render additional information right at the error screen.

[![Latest Stable Version](https://poser.pugx.org/yiisoft/friendlyexception/v/stable.png)](https://packagist.org/packages/yiisoft/friendlyexception)
[![Total Downloads](https://poser.pugx.org/yiisoft/friendlyexception/downloads.png)](https://packagist.org/packages/yiisoft/friendlyexception)
[![Latest Stable Version](https://poser.pugx.org/yiisoft/friendly-exception/v/stable.png)](https://packagist.org/packages/yiisoft/friendly-exception)
[![Total Downloads](https://poser.pugx.org/yiisoft/friendly-exception/downloads.png)](https://packagist.org/packages/yiisoft/friendly-exception)
8 changes: 4 additions & 4 deletions composer.json
@@ -1,16 +1,16 @@
{
"name": "yiisoft/friendlyexception",
"name": "yiisoft/friendly-exception",
"type": "library",
"description": "friendlyexception",
"description": "An interface for friendlier exception",
"keywords": ["exception", "exceptions", "error handling", "friendly"],
"homepage": "http://www.yiiframework.com/",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yiisoft/friendlyexception/issues?state=open",
"issues": "https://github.com/yiisoft/friendly-exception/issues?state=open",
"forum": "http://www.yiiframework.com/forum/",
"wiki": "http://www.yiiframework.com/wiki/",
"irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yiisoft/friendlyexception"
"source": "https://github.com/yiisoft/friendly-exception"
},
"require": {
"php": "^7.2"
Expand Down

0 comments on commit 1eb0b1f

Please sign in to comment.