Skip to content

Commit

Permalink
Update meta
Browse files Browse the repository at this point in the history
  • Loading branch information
nohponex committed Nov 28, 2015
1 parent 1baea82 commit 2a8cace
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,20 @@
"homepage": "https://phramework.github.io/",
"type": "library",
"authors": [{
"name": "Xenophon Spafaridis",
"name": "Xenofon Spafaridis",
"email": "nohponex@gmail.com",
"homepage": "https://nohponex.gr"
}],
"require": {
"php": ">=5.6",
"phramework/phramework": "dev-master",
"phramework/phramework": "^1.0.0",
"ext-json": "*"
},
"require-dev": {
"squizlabs/php_codesniffer": "*",
"phpunit/phpunit": "5.*",
"satooshi/php-coveralls": "dev-master"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/BasicAuthentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/**
* BasicAuthentication authentication implementation for phramework
* @license https://www.apache.org/licenses/LICENSE-2.0 Apache-2.0
* @author Spafaridis Xenophon <nohponex@gmail.com>
* @author Xenofon Spafaridis <nohponex@gmail.com>
* @uses password_verify to verify user's password
*
*/
Expand Down

0 comments on commit 2a8cace

Please sign in to comment.