-
Hi,
I'm using your class in my PHP script to make sure Composer is installed, and also to run CLI commands on it. However, when I run `composer update` (`$wrapper->run('update', $output)`), my script…
-
Hello @simonhamp
I've purchased the add-on, and I've been struggling trying to get it to work with my Docker setup.
My Dockerfile looks like this
```
ARG PHP_VERSION=8.2
ARG NODE_VERSION=18
…
-
Instead of user having to write commands like:
docker-compose run composer --rm install
add a script called ./composer which would container something as follows:
docker-compose run c…
andho updated
4 years ago
-
Here is a break-out issue from https://github.com/pantheon-systems/example-drops-8-composer/issues/61#issuecomment-315160708
In that comment @greg-1-anderson questioned if `build-assets`, which wra…
-
I am just triying to open vendor/phpoffice/phpword/samples/ but it says
"Fatal error: Uncaught Exception: Could not find file '/autoload.php'. It is generated by Composer. Use 'install --prefer-so…
-
**Do you want to request a *feature* or report a *bug*?**
a *bug*
**What is the current behavior?**
Executing the commands listed in [Option 3: Install from GitHub](https://github.com/getgrav/gra…
-
Running Composer commands with an SSH Key that is NOT associated with a GitHub account, without GitHub tokens configured and the `--no-interaction` option, leads to an output where it is unclear for t…
-
Being on `main` I cannot run `artisan:cache` as it returns the following error
```
Illuminate\Contracts\Container\BindingResolutionException
Unresolvable dependency resolving [Parameter…
-
Hi, this lib looks great! Sorry for the stupid question, but I'm a newbie in JS world. I was trying to programmatically set the selection in the editor so that I can apply some formatting to specific …
-
Good Morning,
I have the following stub code within scaffold/provider.stub:
```
protected function registerCommands()
{
foreach ($this->commands as $command)
{
$this->commands('$MODU…
ghost updated
9 years ago