Skip to content

Commit

Permalink
Merge pull request #69 from koriym/stable
Browse files Browse the repository at this point in the history
first stable release
  • Loading branch information
koriym committed May 31, 2015
2 parents 31081e3 + acd1041 commit 85ddb89
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -200,7 +200,7 @@ $this->resource->get->uri('app://self/greetings')->withQuery(['lang' => 'ja'])->

### How to run test and HelloWorld demo
```
$ composer create-project --dev bear/sunday:~1.0@dev
$ composer create-project bear/sunday:~1.0
$ cd sunday
$ phpunit
$ cd docs/demo/MyVendor.HelloWorld/
Expand All @@ -213,7 +213,7 @@ $ php -S 127.0.0.1:8080
### Links

* [Homepage](http://bearsunday.github.io/)
* [BEAR.Package](https://github.com/koriym/BEAR.Package/) - a web application frame work package for BEAR.Sunday
* [BEAR.Package](https://github.com/bearsunday/BEAR.Package/) - a web application frame work package for BEAR.Sunday

### Requirements

Expand Down
7 changes: 6 additions & 1 deletion composer.json
Expand Up @@ -13,7 +13,12 @@
"authors": [
{
"name": "Akihito Koriyama",
"email": "akihito.koriyama@gmail.com"
"email": "akihito.koriyama@gmail.com",
"homepage": "https://koriym.github.io/"
},
{
"name": "BEAR.Sunday Contributors",
"homepage": "http://bearsunday.github.io/contributors.html"
}
],
"require": {
Expand Down
1 change: 0 additions & 1 deletion src/Provide/Error/VndError.php
Expand Up @@ -83,5 +83,4 @@ private function isCodeExists(\Exception $e)

return array_key_exists($e->getCode(), (new Code)->statusText);
}

}

0 comments on commit 85ddb89

Please sign in to comment.