]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
replace session class
authorNicolas Lœuillet <nicolas@loeuillet.org>
Sun, 18 Jan 2015 21:25:29 +0000 (22:25 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Sun, 18 Jan 2015 21:25:29 +0000 (22:25 +0100)
composer.json
composer.lock
inc/poche/global.inc.php

index 3bb7bf076e894c16c7b50eac811607b58113a9db..56dea960a1995e6bc12c999eb1b659d3738f0c13 100644 (file)
         {
             "type": "vcs",
             "url": "https://github.com/wallabag/PHP-Flash-Messages"
+        },
+        {
+            "type": "vcs",
+            "url": "https://github.com/wallabag/kriss_php5"
         }
     ],
     "require": {
@@ -35,6 +39,7 @@
         "fabpot/goutte": "2.0.*@dev",
         "ezyang/htmlpurifier": "dev-master",
         "mgargano/simplehtmldom": "dev-master",
-        "wallabag/PHP-Flash-Messages": "dev-master"
+        "wallabag/PHP-Flash-Messages": "dev-master",
+        "wallabag/kriss_php5": "dev-master"
     }
 }
\ No newline at end of file
index a984ce5249c5685af033ce9794f0ea115184bc98..48df2b16c8fae83afd66b7c209db5d4104a1405a 100644 (file)
@@ -4,7 +4,7 @@
         "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
         "This file is @generated automatically"
     ],
-    "hash": "f5e69c21a929d0997c771526484a9d7e",
+    "hash": "aaf0d0bb3208c2dfc0b6cc95cbfab5f6",
     "packages": [
         {
             "name": "ezyang/htmlpurifier",
             "description": "The Twig Gettext Extractor is Poedit friendly tool which extracts translations from twig templates.",
             "time": "2013-02-14 16:41:48"
         },
+        {
+            "name": "wallabag/kriss_php5",
+            "version": "dev-master",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/wallabag/kriss_php5.git",
+                "reference": "f2dd88621a04828cdeb8d9a59b72fd34c94658b1"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/wallabag/kriss_php5/zipball/f2dd88621a04828cdeb8d9a59b72fd34c94658b1",
+                "reference": "f2dd88621a04828cdeb8d9a59b72fd34c94658b1",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=5.3.0"
+            },
+            "type": "library",
+            "autoload": {
+                "files": [
+                    "Session.php"
+                ]
+            },
+            "authors": [
+                {
+                    "name": "Nicolas Lœuillet",
+                    "email": "nicolas@loeuillet.org",
+                    "homepage": "http://www.cdetc.fr"
+                }
+            ],
+            "description": "A simple and smart (or stupid) php5 snippets repository",
+            "homepage": "https://github.com/wallabag/kriss_php5",
+            "support": {
+                "source": "https://github.com/wallabag/kriss_php5/tree/master"
+            },
+            "time": "2015-01-18 21:21:43"
+        },
         {
             "name": "wallabag/php-flash-messages",
             "version": "dev-master",
         "fabpot/goutte": 20,
         "ezyang/htmlpurifier": 20,
         "mgargano/simplehtmldom": 20,
-        "wallabag/php-flash-messages": 20
+        "wallabag/php-flash-messages": 20,
+        "wallabag/kriss_php5": 20
     },
     "prefer-stable": false,
     "prefer-lowest": false,
index 3e04b3831998f8bf5aa876e1dd8ee3abc08cb4a6..4d1194563304b302a02ab7d13dfb3298a7c0904d 100755 (executable)
@@ -26,7 +26,6 @@ require_once INCLUDES . '/poche/Poche.class.php';
 
 require_once INCLUDES . '/poche/Database.class.php';
 require_once INCLUDES . '/3rdparty/paginator.php';
-require_once INCLUDES . '/3rdparty/Session.class.php';
 
 require_once INCLUDES . '/3rdparty/libraries/feedwriter/FeedItem.php';
 require_once INCLUDES . '/3rdparty/libraries/feedwriter/FeedWriter.php';