Browse Source

fixed composer.json

tags/0.1.0^0
Robin Thoni 8 years ago
parent
commit
43f3ad62af
2 changed files with 9 additions and 11 deletions
  1. 1
    1
      composer.json
  2. 8
    10
      composer.lock

+ 1
- 1
composer.json View File

@@ -13,7 +13,7 @@
13 13
     }],
14 14
     "require": {
15 15
       "luticate/utils": "0.1.0",
16
-      "twig/twig": "1.x-dev"
16
+      "twig/twig": "1.x"
17 17
     },
18 18
     "autoload": {
19 19
       "psr-4": {

+ 8
- 10
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": "6c33acb6de9ae9ff1745df9325e82396",
8
-    "content-hash": "12221e84219c096e422efa91cb6b31eb",
7
+    "hash": "10f18d49bfda2ad034351945069eff50",
8
+    "content-hash": "ea8a569cad62593200cfbca663da4f00",
9 9
     "packages": [
10 10
         {
11 11
             "name": "luticate/utils",
@@ -32,16 +32,16 @@
32 32
         },
33 33
         {
34 34
             "name": "twig/twig",
35
-            "version": "1.x-dev",
35
+            "version": "v1.23.1",
36 36
             "source": {
37 37
                 "type": "git",
38 38
                 "url": "https://github.com/twigphp/Twig.git",
39
-                "reference": "b7c124bae00ab0a019a084c6b99f1df023bcb996"
39
+                "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6"
40 40
             },
41 41
             "dist": {
42 42
                 "type": "zip",
43
-                "url": "https://api.github.com/repos/twigphp/Twig/zipball/b7c124bae00ab0a019a084c6b99f1df023bcb996",
44
-                "reference": "b7c124bae00ab0a019a084c6b99f1df023bcb996",
43
+                "url": "https://api.github.com/repos/twigphp/Twig/zipball/d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
44
+                "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
45 45
                 "shasum": ""
46 46
             },
47 47
             "require": {
@@ -89,15 +89,13 @@
89 89
             "keywords": [
90 90
                 "templating"
91 91
             ],
92
-            "time": "2015-11-08 09:55:30"
92
+            "time": "2015-11-05 12:49:06"
93 93
         }
94 94
     ],
95 95
     "packages-dev": [],
96 96
     "aliases": [],
97 97
     "minimum-stability": "stable",
98
-    "stability-flags": {
99
-        "twig/twig": 20
100
-    },
98
+    "stability-flags": [],
101 99
     "prefer-stable": false,
102 100
     "prefer-lowest": false,
103 101
     "platform": [],

Loading…
Cancel
Save