123456789101112131415161718192021222324252627282930 |
- {
- "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": {
- "firebase/php-jwt": "~2.0",
- "luticate/utils": "0.1.x"
- },
- "require-dev": {
- "vlucas/phpdotenv": "~1.0",
- "luticate/generator": "0.1.x"
- },
- "autoload": {
- "psr-4": {
- "Luticate\\": "src/"
- }
- }
- }
|