Browse Source

fixed git url

master
Robin Thoni 8 years ago
parent
commit
2db61dceb4
3 changed files with 5 additions and 3774 deletions
  1. 1
    0
      .gitignore
  2. 4
    4
      composer.json
  3. 0
    3770
      composer.lock

+ 1
- 0
.gitignore View File

@@ -2,3 +2,4 @@
2 2
 /node_modules
3 3
 .env
4 4
 .idea
5
+composer.lock

+ 4
- 4
composer.json View File

@@ -6,16 +6,16 @@
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
         "type": "vcs",
12
-        "url":  "https://git.rthoni.com/luticate/generator.git"
12
+        "url":  "https://git.rthoni.com/luticate/api-generator.git"
13 13
     },{
14 14
         "type": "vcs",
15
-        "url":  "https://git.rthoni.com/luticate/auth.git"
15
+        "url":  "https://git.rthoni.com/luticate/api-auth.git"
16 16
     },{
17 17
         "type": "vcs",
18
-        "url":  "https://git.rthoni.com/luticate/doc.git"
18
+        "url":  "https://git.rthoni.com/luticate/api-doc.git"
19 19
     }],
20 20
     "require": {
21 21
         "php": ">=5.5.9",

+ 0
- 3770
composer.lock
File diff suppressed because it is too large
View File


Loading…
Cancel
Save