12345678910111213141516171819202122232425262728293031 |
- {
- "name": "luticate/auth",
- "description": "Luticate user management system authentication layer",
- "authors": [
- {
- "name": "Robin THONI",
- "email": "robin@rthoni.com"
- }
- ],
- "repositories": [{
- "type": "vcs",
- "url": "https://git.rthoni.com/luticate/utils.git"
- },{
- "type": "vcs",
- "url": "https://git.rthoni.com/luticate/generator.git"
- }],
- "require": {
- "laravel/lumen-framework": "5.1.x-dev",
- "firebase/php-jwt": "~2.0",
- "luticate/utils": "*"
- },
- "require-dev": {
- "luticate/generator": "*"
- },
- "autoload": {
- "psr-4": {
- "Luticate\\": "src/"
- }
- },
- "minimum-stability": "dev"
- }
|