composer-php Questions

5

Solved

I've installed composer globally (and locally - just for testing) according to https://getcomposer.org/download/ Then, I'm trying composer create-project laravel/laravel and I receive an error: co...
V1 asked 27/5, 2021 at 12:22

2

Solved

I've created a package (innovareti/password-policy) and now I am trying to install it, but it is not found: $ composer require innovareti/password-policy ... [InvalidArgumentException] Could not...
Ferriferous asked 2/12, 2022 at 1:40

12

I just restart my laravel 8.0 project and I got this below error, please what could be wrong, this happens anytime I run "PHP artisan serve" TypeError fclose(): Argument #1 ($stream) m...
Reitareiter asked 8/2, 2021 at 21:11

5

Solved

From the command line, I issue: composer install Output Installing dependencies from lock file (including require-dev) Verifying lock file contents can be installed on current platform. Warning: T...
Orange asked 14/1, 2021 at 8:54

5

Solved

I can't create a new Symfony project as described in the Symfony Documentation: https://symfony.com/doc/4.3/setup.html This is the command I use: symfony new --full my_project Output: $ symfony ...
Circinus asked 17/7, 2019 at 15:45

8

Solved

This is a repeat question - eg: Laravel 4 migrations - class not found However, I've tried every solution (from every forum I could find) and cannot figure this out. Scenario I created a Laravel...
Aloke asked 3/4, 2014 at 6:53

6

Solved

I am using laravel 9. when I write this command composer require bonecms/laravel-captcha I got error given below In GitDownloader.php line 77: git was not found in your PATH, skipping source downl...
Burletta asked 30/10, 2022 at 13:3

5

Solved

I have a problem with laravel and I don't know how to fix it for now. Actually I don't know how I face this problem, but will try to explain you what I did and what I tried for now to fix the probl...
Flowerless asked 20/11, 2020 at 7:53

11

Solved

I am creating a php website using the symfony framework and composer. Operating system: Windows 10 PHP version: 7.3.2 Symfony: 4.2.3 (env: dev, debug: true) Composer: 1.8.4 (2019-02-11) When I ...
Assignation asked 13/2, 2019 at 16:53

10

Using Laravel 8.75 and trying to upgrade to php 8.1 in composer.json to "php": "^8.1" and receive the error of Illuminate\Contracts\Container\BindingResolutionException - Target...
Indore asked 12/2, 2022 at 0:19

16

Greetings fellow developers, I am trying to use composer for a PHP project of mine on a development server I recently booted up and for some reason I am unable to. I successfully installed composer...
Herbalist asked 12/7, 2017 at 6:2

4

I did a fresh installation of Ubuntu and after installing Yii2 etc I can't seem to be able to run codecept anymore. I'm using Yii2. I required the latest codecept version in composer.json which is...
Workroom asked 23/5, 2015 at 13:42

8

Solved

I'm using symfony framework 3 to develop a web application. I need to add boostrap's functionality to my application. I installed bootstrap using the below command. (I'm using composer.) composer ...
Godgiven asked 6/4, 2016 at 13:45

11

I am trying to use Mandrill to send emails via my Laravel framework, however I am receiving the following error: FatalErrorException in MandrillTransport.php line 114: Class 'GuzzleHttp\Client'...
Zimmerman asked 5/7, 2015 at 4:14

7

Solved

Wondering if it's possible to execute composer from the browser with a little PHP wrapper as I don't have access to shell access to the server. Not sure if you can do this with cURL?
Hypnotic asked 20/6, 2013 at 16:55

8

Solved

I would like to offer users of my composer package an interface to select and install any of the suggested packages. There seems to be no command line option, and in the API I can only find a getSu...

2

Solved

When running composer's update, install, require, dump-autoload, etc.; I suddenly start getting a yellow deprecation notice that says: Class Foo\Bar\Baz located in ./foo/bar/utility/baz.php does n...
Patel asked 22/9, 2020 at 12:54

6

I have a project using symfony/flex in which I cannot run composer install or composer update. I also can't create a new composer project with symfony/flex as a dependency as the failure is the sam...
Engaged asked 14/6, 2019 at 18:1

14

I am using windows server 2008 os. i download composer setup.exe and install to my PC . when I try composer install . I getting an error: 'composer' is not recognized as an internal or external co...
Calculate asked 27/9, 2016 at 12:23

9

It is frequently that every 30 days I will get this warning message: Warning: This development build of composer is over 30 days old. It is recommended to update it by running "composer.phar self-...
Mcginley asked 18/7, 2014 at 2:21

3

Solved

When using Composer, sometimes messages are displayed after installing or updating: X packages you are using are looking for funding. Use the `composer fund` command to find out more! I want to kn...
Instructions asked 3/9, 2020 at 21:32

4

Solved

I'm trying to run a custom composer script via cli like so: composer custom_script_cli --custom_argument What happens is composer thinks i'm asking composer if i want to pass that argument to com...
Disney asked 4/7, 2017 at 16:8

2

I'm running Docker Windows (linux containers) on a windows 10 enterprise box. I'm working with a Docker image based on Debian and my windows desktop is running ZScaler. I was provided two certific...
Lupien asked 29/4, 2020 at 0:0

5

Solved

I am trying to install Composer on my KnownHost VPS. When I run this command: curl -sS https://getcomposer.org/installer | php I get this error message: Some settings on your machine make Compo...
Henna asked 26/2, 2014 at 16:33

4

Solved

How do you add/update a specific package using composer? I'm using the latest Laravel as well not sure if it matters but anything that can help to determine the answer. I have also tried the follo...
Variolous asked 12/6, 2014 at 3:6

© 2022 - 2024 — McMap. All rights reserved.