1234567891011121314151617181920212223242526 |
- {
- "name": "luticate/utils",
- "description": "Luticate user management system utils",
- "authors": [
- {
- "name": "Robin THONI",
- "email": "robin@rthoni.com"
- }
- ],
- "require": {
- "php": "7.0.*",
- "guzzlehttp/guzzle": "^6.1",
- "nikic/fast-route": "^1.0",
- "nesbot/carbon": "^1.21",
- "cboden/ratchet": "^0.3.5",
- "illuminate/database": "^5.2"
- },
- "require-dev": {
- "phpunit/phpunit": "5.3.*"
- },
- "autoload": {
- "psr-4": {
- "Luticate\\": "src/"
- }
- }
- }
|