Skip to content

Instantly share code, notes, and snippets.

@kenjis
Created June 29, 2015 10:54
Show Gist options
  • Save kenjis/72ccc5df11a808125ab0 to your computer and use it in GitHub Desktop.
Save kenjis/72ccc5df11a808125ab0 to your computer and use it in GitHub Desktop.
--- a/composer.json
+++ b/composer.json
@@ -11,7 +11,20 @@
         { "type": "vcs", "url": "https://github.com/fuel/email" },
         { "type": "vcs", "url": "https://github.com/fuel/oil" },
         { "type": "vcs", "url": "https://github.com/fuel/orm" },
-        { "type": "vcs", "url": "https://github.com/fuel/parser" }
+        { "type": "vcs", "url": "https://github.com/fuel/parser" },
+        {
+            "type": "package",
+            "package": {
+                "name": "benni-chan/pushnotifications",
+                "type": "fuel-package",
+                "version": "1.0.0",
+                "source": {
+                    "url": "https://github.com/Benni-chan/FuelPHP-Pushnotifications.git",
+                    "type": "git",
+                    "reference": "master"
+                }
+            }
+        }
     ],
     "require": {
         "php": ">=5.3.3",
@@ -25,7 +38,8 @@
         "fuel/parser": "dev-1.7/master",
         "fuelphp/upload": "2.0.2",
         "monolog/monolog": "1.5.*",
-        "michelf/php-markdown": "1.4.0"
+        "michelf/php-markdown": "1.4.0",
+        "benni-chan/pushnotifications": "1.0.*"
     },
     "suggest": {
         "dwoo/dwoo" : "Allow Dwoo templating with the Parser package",
kenji-no-MacBook-Air:fuel kenji$ ls -l fuel/packages/
total 0
drwxr-xr-x  12 kenji  staff  408  6 29 19:43 auth
drwxr-xr-x   7 kenji  staff  238  6 29 19:43 email
drwxr-xr-x  10 kenji  staff  340  6 29 19:43 oil
drwxr-xr-x   7 kenji  staff  238  6 29 19:43 orm
drwxr-xr-x   8 kenji  staff  272  6 29 19:43 parser
drwxr-xr-x   7 kenji  staff  238  6 29 19:51 pushnotifications
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment