Browse Source

v0.1.0

tags/0.1.0
Robin Thoni 9 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
 /.idea
1
 /.idea
2
 /vendor
2
 /vendor
3
-/composer.lock
4
 /.env
3
 /.env

+ 2
- 3
composer.json View File

12
       "url":  "https://git.rthoni.com/luticate/utils.git"
12
       "url":  "https://git.rthoni.com/luticate/utils.git"
13
     }],
13
     }],
14
     "require": {
14
     "require": {
15
-      "luticate/utils": "*",
15
+      "luticate/utils": "0.1.0",
16
       "twig/twig": "1.x-dev"
16
       "twig/twig": "1.x-dev"
17
     },
17
     },
18
     "autoload": {
18
     "autoload": {
19
       "psr-4": {
19
       "psr-4": {
20
         "Luticate\\": "src/"
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