Browse Source

v0.1.0

tags/0.1.0
Robin Thoni 8 years ago
parent
commit
095af3b23c
3 changed files with 2345 additions and 4 deletions
  1. 0
    1
      .gitignore
  2. 2
    3
      composer.json
  3. 2343
    0
      composer.lock

+ 0
- 1
.gitignore View File

@@ -1,4 +1,3 @@
1 1
 /.idea
2 2
 /vendor
3
-/composer.lock
4 3
 /.env

+ 2
- 3
composer.json View File

@@ -12,13 +12,12 @@
12 12
       "url":  "https://git.rthoni.com/luticate/utils.git"
13 13
     }],
14 14
     "require": {
15
-      "luticate/utils": "*",
15
+      "luticate/utils": "0.1.0",
16 16
       "twig/twig": "1.x-dev"
17 17
     },
18 18
     "autoload": {
19 19
       "psr-4": {
20 20
         "Luticate\\": "src/"
21 21
       }
22
-    },
23
-    "minimum-stability": "dev"
22
+    }
24 23
 }

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


Loading…
Cancel
Save