Browse Source

Update composer.json for packagist

Gabriel Badano 4 years ago
parent
commit
2f70488731
1 changed files with 2 additions and 2 deletions
  1. 2 2
      composer.json

+ 2 - 2
composer.json

@@ -30,10 +30,10 @@
   ],
   ],
   "scripts": {
   "scripts": {
     "post-update-cmd": [
     "post-update-cmd": [
-      "php protected/vendor/oxusmedia/webapp/scripts/installassets.php ../assets"
+      "php protected/vendor/oxusmedia/webapp/scripts/installassets.php assets"
     ],
     ],
     "post-install-cmd": [
     "post-install-cmd": [
-      "php protected/vendor/oxusmedia/webapp/scripts/installassets.php ../assets"
+      "php protected/vendor/oxusmedia/webapp/scripts/installassets.php assets"
     ]
     ]
   }
   }
 }
 }