Browse Source

compser update

tags/0.1.2^0
Robin Thoni 7 years ago
parent
commit
d0c85c529b
2 changed files with 10 additions and 7 deletions
  1. 1
    1
      composer.json
  2. 9
    6
      composer.lock

+ 1
- 1
composer.json View File

@@ -6,7 +6,7 @@
6 6
     "type": "project",
7 7
     "repositories": [{
8 8
         "type": "vcs",
9
-        "url":  "https://git.rthoni.com/luticate/utils.git"
9
+        "url":  "https://git.rthoni.com/luticate/api-utils.git"
10 10
     }],
11 11
     "require": {
12 12
         "php": ">=5.5.9",

+ 9
- 6
composer.lock View File

@@ -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": "d48c4f20baf08d1cd1e96d7f89fd9747",
8
-    "content-hash": "a7015d165fe7b4c580ab6e1adf21f9e4",
7
+    "hash": "92341993ac8a438f0a376868bcfbd72a",
8
+    "content-hash": "ec7c9a17463e58585c212578a6828b36",
9 9
     "packages": [
10 10
         {
11 11
             "name": "danielstjules/stringy",
@@ -1550,15 +1550,18 @@
1550 1550
         },
1551 1551
         {
1552 1552
             "name": "luticate/utils",
1553
-            "version": "0.1.2",
1553
+            "version": "0.1.11",
1554 1554
             "source": {
1555 1555
                 "type": "git",
1556
-                "url": "https://git.rthoni.com/luticate/utils.git",
1557
-                "reference": "778e4ca0797cdc4691dcdbba9000050f7d9f7e32"
1556
+                "url": "https://git.rthoni.com/luticate/api-utils.git",
1557
+                "reference": "a3c889bc47053bb69bff8b56e30a3ec15ff90c09"
1558 1558
             },
1559 1559
             "require": {
1560 1560
                 "guzzlehttp/guzzle": "^6.1"
1561 1561
             },
1562
+            "require-dev": {
1563
+                "phpunit/phpunit": "5.3.*"
1564
+            },
1562 1565
             "type": "library",
1563 1566
             "autoload": {
1564 1567
                 "psr-4": {
@@ -1572,7 +1575,7 @@
1572 1575
                 }
1573 1576
             ],
1574 1577
             "description": "Luticate user management system utils",
1575
-            "time": "2015-11-23 23:27:20"
1578
+            "time": "2016-05-29 20:42:36"
1576 1579
         },
1577 1580
         {
1578 1581
             "name": "monolog/monolog",

Loading…
Cancel
Save