--- 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
Created
June 29, 2015 10:54
-
-
Save kenjis/72ccc5df11a808125ab0 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment