Welcome Guest, Not a member yet? Register   Sign In
"Use" Command with CI?
#3

I've used npm a lot for node.js, but this is my first time using Composer (with PHP of course). Here is my current composer.json file, (which is located in the same directory as index.php):

Code:
{
        "require": {
            "jonnyw/php-phantomjs": "4.*"
        },
        "config": {
            "bin-dir": "bin"
        },
        "scripts": {
            "post-install-cmd": [
                "PhantomInstaller\\Installer::installPhantomJS"
            ],
            "post-update-cmd": [
                "PhantomInstaller\\Installer::installPhantomJS"
            ]
        }
    }

What is the correct way to modify this file so as to turn on composer?
Reply


Messages In This Thread
"Use" Command with CI? - by VikRubenfeld - 03-02-2017, 06:12 PM
RE: "Use" Command with CI? - by albertleao - 03-03-2017, 12:27 AM
RE: "Use" Command with CI? - by VikRubenfeld - 03-03-2017, 12:32 AM
RE: "Use" Command with CI? - by koficypher - 03-03-2017, 02:08 AM
RE: "Use" Command with CI? - by VikRubenfeld - 03-03-2017, 03:48 AM
RE: "Use" Command with CI? - by koficypher - 03-03-2017, 03:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB