-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed the viewuser* methods to use query_db internally instead.
- Loading branch information
Dave Goodchild
committed
Jan 5, 2018
1 parent
7abde37
commit 1c831d0
Showing
4 changed files
with
67 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,24 +6,24 @@ | |
"homepage": "http://www.gyron.net", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Dave Goodchild", | ||
"email": "[email protected]" | ||
} | ||
{ | ||
"name": "Dave Goodchild", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": ">=7.1" | ||
"php": ">=7.1" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^6.4@dev" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Gyron\\": "src/" | ||
}, | ||
"exclude-from-classmap": [ | ||
"/Tests/" | ||
] | ||
"psr-4": { | ||
"Gyron\\": "src/" | ||
}, | ||
"exclude-from-classmap": [ | ||
"/Tests/" | ||
] | ||
}, | ||
"minimum-stability": "dev" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters