|  | @@ -4,8 +4,8 @@
 | 
		
	
		
			
			| 4 | 4 |          "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
 | 
		
	
		
			
			| 5 | 5 |          "This file is @generated automatically"
 | 
		
	
		
			
			| 6 | 6 |      ],
 | 
		
	
		
			
			| 7 |  | -    "hash": "28d0300a334ebbc2c66913f197946d87",
 | 
		
	
		
			
			| 8 |  | -    "content-hash": "df75e11013da9648d7a44a2413d6ad21",
 | 
		
	
		
			
			|  | 7 | +    "hash": "a6b44075b5999b22869c697809f529d8",
 | 
		
	
		
			
			|  | 8 | +    "content-hash": "815da9bed590a5d7b01342274f3c95ca",
 | 
		
	
		
			
			| 9 | 9 |      "packages": [
 | 
		
	
		
			
			| 10 | 10 |          {
 | 
		
	
		
			
			| 11 | 11 |              "name": "danielstjules/stringy",
 | 
		
	
	
		
			
			|  | @@ -1537,11 +1537,11 @@
 | 
		
	
		
			
			| 1537 | 1537 |          },
 | 
		
	
		
			
			| 1538 | 1538 |          {
 | 
		
	
		
			
			| 1539 | 1539 |              "name": "luticate/auth",
 | 
		
	
		
			
			| 1540 |  | -            "version": "0.1.1",
 | 
		
	
		
			
			|  | 1540 | +            "version": "0.1.5",
 | 
		
	
		
			
			| 1541 | 1541 |              "source": {
 | 
		
	
		
			
			| 1542 | 1542 |                  "type": "git",
 | 
		
	
		
			
			| 1543 |  | -                "url": "https://git.rthoni.com/luticate/auth.git",
 | 
		
	
		
			
			| 1544 |  | -                "reference": "2c17a937f99f383654288ba5c79dcc83c72f8ac1"
 | 
		
	
		
			
			|  | 1543 | +                "url": "https://git.rthoni.com/luticate/api-auth.git",
 | 
		
	
		
			
			|  | 1544 | +                "reference": "96dd44d2f3b18de98021cc5c29582568dc65bebb"
 | 
		
	
		
			
			| 1545 | 1545 |              },
 | 
		
	
		
			
			| 1546 | 1546 |              "require": {
 | 
		
	
		
			
			| 1547 | 1547 |                  "firebase/php-jwt": "~2.0",
 | 
		
	
	
		
			
			|  | @@ -1564,19 +1564,22 @@
 | 
		
	
		
			
			| 1564 | 1564 |                  }
 | 
		
	
		
			
			| 1565 | 1565 |              ],
 | 
		
	
		
			
			| 1566 | 1566 |              "description": "Luticate user management system authentication layer",
 | 
		
	
		
			
			| 1567 |  | -            "time": "2015-11-12 15:19:48"
 | 
		
	
		
			
			|  | 1567 | +            "time": "2016-03-16 22:09:26"
 | 
		
	
		
			
			| 1568 | 1568 |          },
 | 
		
	
		
			
			| 1569 | 1569 |          {
 | 
		
	
		
			
			| 1570 | 1570 |              "name": "luticate/utils",
 | 
		
	
		
			
			| 1571 |  | -            "version": "0.1.2",
 | 
		
	
		
			
			|  | 1571 | +            "version": "0.1.11",
 | 
		
	
		
			
			| 1572 | 1572 |              "source": {
 | 
		
	
		
			
			| 1573 | 1573 |                  "type": "git",
 | 
		
	
		
			
			| 1574 |  | -                "url": "https://git.rthoni.com/luticate/utils.git",
 | 
		
	
		
			
			| 1575 |  | -                "reference": "778e4ca0797cdc4691dcdbba9000050f7d9f7e32"
 | 
		
	
		
			
			|  | 1574 | +                "url": "https://git.rthoni.com/luticate/api-utils.git",
 | 
		
	
		
			
			|  | 1575 | +                "reference": "a3c889bc47053bb69bff8b56e30a3ec15ff90c09"
 | 
		
	
		
			
			| 1576 | 1576 |              },
 | 
		
	
		
			
			| 1577 | 1577 |              "require": {
 | 
		
	
		
			
			| 1578 | 1578 |                  "guzzlehttp/guzzle": "^6.1"
 | 
		
	
		
			
			| 1579 | 1579 |              },
 | 
		
	
		
			
			|  | 1580 | +            "require-dev": {
 | 
		
	
		
			
			|  | 1581 | +                "phpunit/phpunit": "5.3.*"
 | 
		
	
		
			
			|  | 1582 | +            },
 | 
		
	
		
			
			| 1580 | 1583 |              "type": "library",
 | 
		
	
		
			
			| 1581 | 1584 |              "autoload": {
 | 
		
	
		
			
			| 1582 | 1585 |                  "psr-4": {
 | 
		
	
	
		
			
			|  | @@ -1590,7 +1593,7 @@
 | 
		
	
		
			
			| 1590 | 1593 |                  }
 | 
		
	
		
			
			| 1591 | 1594 |              ],
 | 
		
	
		
			
			| 1592 | 1595 |              "description": "Luticate user management system utils",
 | 
		
	
		
			
			| 1593 |  | -            "time": "2015-11-23 23:27:20"
 | 
		
	
		
			
			|  | 1596 | +            "time": "2016-05-29 20:42:36"
 | 
		
	
		
			
			| 1594 | 1597 |          },
 | 
		
	
		
			
			| 1595 | 1598 |          {
 | 
		
	
		
			
			| 1596 | 1599 |              "name": "monolog/monolog",
 | 
		
	
	
		
			
			|  | @@ -2746,11 +2749,11 @@
 | 
		
	
		
			
			| 2746 | 2749 |          },
 | 
		
	
		
			
			| 2747 | 2750 |          {
 | 
		
	
		
			
			| 2748 | 2751 |              "name": "luticate/doc",
 | 
		
	
		
			
			| 2749 |  | -            "version": "0.1.1",
 | 
		
	
		
			
			|  | 2752 | +            "version": "0.1.3",
 | 
		
	
		
			
			| 2750 | 2753 |              "source": {
 | 
		
	
		
			
			| 2751 | 2754 |                  "type": "git",
 | 
		
	
		
			
			| 2752 |  | -                "url": "https://git.rthoni.com/luticate/doc.git",
 | 
		
	
		
			
			| 2753 |  | -                "reference": "40f383f1f7cb44ff8639960e52424765e18f06ec"
 | 
		
	
		
			
			|  | 2755 | +                "url": "https://git.rthoni.com/luticate/api-doc.git",
 | 
		
	
		
			
			|  | 2756 | +                "reference": "446df92b06f9adcc30b0609af3bad463192e8fd1"
 | 
		
	
		
			
			| 2754 | 2757 |              },
 | 
		
	
		
			
			| 2755 | 2758 |              "require": {
 | 
		
	
		
			
			| 2756 | 2759 |                  "luticate/utils": "0.1.x",
 | 
		
	
	
		
			
			|  | @@ -2769,15 +2772,15 @@
 | 
		
	
		
			
			| 2769 | 2772 |                  }
 | 
		
	
		
			
			| 2770 | 2773 |              ],
 | 
		
	
		
			
			| 2771 | 2774 |              "description": "Luticate documentation generator",
 | 
		
	
		
			
			| 2772 |  | -            "time": "2015-11-12 15:18:54"
 | 
		
	
		
			
			|  | 2775 | +            "time": "2016-02-24 14:58:57"
 | 
		
	
		
			
			| 2773 | 2776 |          },
 | 
		
	
		
			
			| 2774 | 2777 |          {
 | 
		
	
		
			
			| 2775 | 2778 |              "name": "luticate/generator",
 | 
		
	
		
			
			| 2776 |  | -            "version": "0.1.2",
 | 
		
	
		
			
			|  | 2779 | +            "version": "0.1.8",
 | 
		
	
		
			
			| 2777 | 2780 |              "source": {
 | 
		
	
		
			
			| 2778 | 2781 |                  "type": "git",
 | 
		
	
		
			
			| 2779 |  | -                "url": "https://git.rthoni.com/luticate/generator.git",
 | 
		
	
		
			
			| 2780 |  | -                "reference": "5940633ab6ea37df3999e00d0819ead21925e710"
 | 
		
	
		
			
			|  | 2782 | +                "url": "https://git.rthoni.com/luticate/api-generator.git",
 | 
		
	
		
			
			|  | 2783 | +                "reference": "2a5604b8e45853897aeefb3d70a5a2296831b1a5"
 | 
		
	
		
			
			| 2781 | 2784 |              },
 | 
		
	
		
			
			| 2782 | 2785 |              "require": {
 | 
		
	
		
			
			| 2783 | 2786 |                  "luticate/utils": "0.1.x",
 | 
		
	
	
		
			
			|  | @@ -2797,7 +2800,7 @@
 | 
		
	
		
			
			| 2797 | 2800 |                  }
 | 
		
	
		
			
			| 2798 | 2801 |              ],
 | 
		
	
		
			
			| 2799 | 2802 |              "description": "Luticate user management system code generator",
 | 
		
	
		
			
			| 2800 |  | -            "time": "2015-11-12 15:21:28"
 | 
		
	
		
			
			|  | 2803 | +            "time": "2016-03-16 13:11:57"
 | 
		
	
		
			
			| 2801 | 2804 |          },
 | 
		
	
		
			
			| 2802 | 2805 |          {
 | 
		
	
		
			
			| 2803 | 2806 |              "name": "phpdocumentor/reflection-docblock",
 |